diff options
author | Phil Blundell <philb@gnu.org> | 2011-07-13 18:04:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-14 15:11:27 +0100 |
commit | 42cc35d1103c82e6e1f9aefc60bbea518ccc0768 (patch) | |
tree | 56e3e02caa49ab494a8a596d135bbca5d9f1da93 /meta/recipes-core/busybox/busybox_1.18.4.bb | |
parent | df31400ef89c14b45860feb906d4355d5f7de0c7 (diff) | |
download | openembedded-core-42cc35d1103c82e6e1f9aefc60bbea518ccc0768.tar.gz openembedded-core-42cc35d1103c82e6e1f9aefc60bbea518ccc0768.tar.bz2 openembedded-core-42cc35d1103c82e6e1f9aefc60bbea518ccc0768.zip |
busybox: respect ${LDFLAGS}
This avoids a GNU_HASH QA warning.
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.18.4.bb')
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.18.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.18.4.bb b/meta/recipes-core/busybox/busybox_1.18.4.bb index 9d3d5b138e..d18af6f075 100644 --- a/meta/recipes-core/busybox/busybox_1.18.4.bb +++ b/meta/recipes-core/busybox/busybox_1.18.4.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r6" +PR = "r7" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://udhcpscript.patch \ |