From c39db54a53b0bfdcd9fedc33ef4c85b783947b10 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 26 Jul 2012 10:23:46 +0000 Subject: [PATCH] Follows update of jhalfs-trunk --- common/libs/func_wrt_Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/libs/func_wrt_Makefile b/common/libs/func_wrt_Makefile index fcc2d68..8c5fe23 100644 --- a/common/libs/func_wrt_Makefile +++ b/common/libs/func_wrt_Makefile @@ -99,9 +99,11 @@ get_package_tarball_name() { # util-linux-libs) echo $(grep "^util-linux" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;; xz-utils) echo $(grep "^xz" $JHALFSDIR/pkg_tarball_list | head -n1 ) - ;; + ;; sqlite) echo $(grep "^sqlite" $JHALFSDIR/pkg_tarball_list | head -n1 ) - ;; + ;; + udev) echo $(grep "^systemd" $JHALFSDIR/pkg_tarball_list | head -n1 ) + ;; *) echo $(grep "^$script_name[_-][[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;; esac