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:12:53 +0100 |
commit | ec3209cd221abc0fcab8a7aeba0fa1201261fd47 (patch) | |
tree | f11b9fb48c9a17e72f8bfb51fd832ae385a6efc8 /meta | |
parent | 0fc41bdf07f6404bf92197d15e177cb7f3740228 (diff) | |
download | poky-ec3209cd221abc0fcab8a7aeba0fa1201261fd47.tar.gz |
busybox: respect ${LDFLAGS}
This avoids a GNU_HASH QA warning.
(From OE-Core rev: 42cc35d1103c82e6e1f9aefc60bbea518ccc0768)
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/busybox/busybox.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.18.4.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index c51cf6a124..5eba0ca967 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc | |||
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=de10de48642ab74318e893a61105afbb" | |||
11 | SECTION = "base" | 11 | SECTION = "base" |
12 | 12 | ||
13 | export EXTRA_CFLAGS = "${CFLAGS}" | 13 | export EXTRA_CFLAGS = "${CFLAGS}" |
14 | export EXTRA_LDFLAGS = "${LDFLAGS}" | ||
15 | |||
14 | PACKAGES =+ "${PN}-httpd ${PN}-udhcpd ${PN}-udhcpc ${PN}-syslog ${PN}-mdev" | 16 | PACKAGES =+ "${PN}-httpd ${PN}-udhcpd ${PN}-udhcpc ${PN}-syslog ${PN}-mdev" |
15 | 17 | ||
16 | FILES_${PN}-httpd = "${sysconfdir}/init.d/busybox-httpd /srv/www" | 18 | FILES_${PN}-httpd = "${sysconfdir}/init.d/busybox-httpd /srv/www" |
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 @@ | |||
1 | require busybox.inc | 1 | require busybox.inc |
2 | PR = "r6" | 2 | PR = "r7" |
3 | 3 | ||
4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | 4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ |
5 | file://udhcpscript.patch \ | 5 | file://udhcpscript.patch \ |