diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 15:44:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 16:47:44 +0000 |
commit | c66786e0b6d46d5bf3be5676153a1ab8b9c21ec1 (patch) | |
tree | c20f2b3e47238c67f2f33eb65f28c2b1b055bb1e /meta/recipes-extended | |
parent | 0fb60051c4ca96f740b34495634a773c8cd7cdff (diff) | |
download | poky-c66786e0b6d46d5bf3be5676153a1ab8b9c21ec1.tar.gz |
wget: Fix bad RPATH QA warning
WARNING: QA Issue: package wget contains bad RPATH /media/build1/poky/build/tmp/sysroots/qemux86/lib in file /media/build1/poky/build/tmp/work/i586-poky-linux/wget-1.13.4-r13.1/packages-split/wget/usr/bin/wget.wget
(From OE-Core rev: ee9ee5be2ce21d63306de887e97037942f0dfdf0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/wget/wget_1.13.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 02ea2b8554..96d49a56d2 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -8,7 +8,7 @@ INC_PR = "r13" | |||
8 | 8 | ||
9 | inherit autotools gettext update-alternatives | 9 | inherit autotools gettext update-alternatives |
10 | 10 | ||
11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl" | 11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl --disable-rpath" |
12 | 12 | ||
13 | do_install_append () { | 13 | do_install_append () { |
14 | mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN} | 14 | mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN} |
diff --git a/meta/recipes-extended/wget/wget_1.13.4.bb b/meta/recipes-extended/wget/wget_1.13.4.bb index b2da52f7bd..e20ff48a75 100644 --- a/meta/recipes-extended/wget/wget_1.13.4.bb +++ b/meta/recipes-extended/wget/wget_1.13.4.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "${INC_PR}.1" | 1 | PR = "${INC_PR}.2" |
2 | 2 | ||
3 | SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ | 3 | SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ |
4 | file://fix_makefile.patch \ | 4 | file://fix_makefile.patch \ |