aboutsummaryrefslogtreecommitdiffstats
path: root/common/libs/func_wrt_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'common/libs/func_wrt_Makefile')
-rw-r--r--common/libs/func_wrt_Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/libs/func_wrt_Makefile b/common/libs/func_wrt_Makefile
index c4faf8a67b..64c343c89b 100644
--- a/common/libs/func_wrt_Makefile
+++ b/common/libs/func_wrt_Makefile
@@ -112,6 +112,8 @@ get_package_tarball_name() { #
;;
glibc) echo $(grep "^glibc" $JHALFSDIR/pkg_tarball_list | head -n1 )
;;
+ libelf) echo $(grep "^elfutils" $JHALFSDIR/pkg_tarball_list | head -n1 )
+ ;;
*) echo $(grep "^$script_name[_-][[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
;;
esac