summaryrefslogtreecommitdiff
path: root/meta/recipes-support/nspr/files
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-02-13 22:54:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-23 23:59:15 +0000
commit16b8a25ec03b9e9f360290263593b9f8f92bb9e1 (patch)
tree40131cf7b00a1440e46336e67ce04dc30a525e0d /meta/recipes-support/nspr/files
parentc78db5086091e09e510fcd275918aee0949483c1 (diff)
downloadopenembedded-core-16b8a25ec03b9e9f360290263593b9f8f92bb9e1.tar.gz
openembedded-core-16b8a25ec03b9e9f360290263593b9f8f92bb9e1.tar.bz2
openembedded-core-16b8a25ec03b9e9f360290263593b9f8f92bb9e1.tar.xz
openembedded-core-16b8a25ec03b9e9f360290263593b9f8f92bb9e1.zip
nspr: Add patch in order to remove rpath from binaries
This patch was created in order to avoid QA warnings. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'meta/recipes-support/nspr/files')
-rw-r--r--meta/recipes-support/nspr/files/remove-rpath-from-tests.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-support/nspr/files/remove-rpath-from-tests.patch b/meta/recipes-support/nspr/files/remove-rpath-from-tests.patch
new file mode 100644
index 000000000..a7e7853de
--- /dev/null
+++ b/meta/recipes-support/nspr/files/remove-rpath-from-tests.patch
@@ -0,0 +1,26 @@
+Author: Andrei Gherzan <andrei@gherzan.ro>
+Date: Thu Feb 9 00:03:38 2012 +0200
+
+Avoid QA warnings by removing hardcoded rpath from binaries.
+
+[...]
+WARNING: QA Issue: package nspr contains bad RPATH {builddir}/tmp/work/armv5te-poky-linux-gnueabi/nspr-4.8.9-r1/nspr-4.8.9/mozilla/nsprpub/pr/tests/../../dist/lib
+in file {builddir}/tmp/work/armv5te-poky-linux-gnueabi/nspr-4.8.9-r1/packages-split/nspr/usr/lib/nspr/tests/multiwait
+[...]
+
+Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
+Upstream-Status: Pending
+
+Index: nspr-4.8.9/mozilla/nsprpub/pr/tests/Makefile.in
+===================================================================
+--- nsprpub.orig/pr/tests/Makefile.in 2012-02-11 00:01:10.476220505 +0200
++++ nsprpub/pr/tests/Makefile.in 2012-02-10 23:57:40.000000000 +0200
+@@ -379,7 +379,7 @@
+ endif
+
+ ifeq (,$(filter-out Linux GNU GNU_%,$(OS_ARCH)))
+- LDOPTS += -Xlinker -rpath $(ABSOLUTE_LIB_DIR)
++ LDOPTS += -Xlinker
+ ifeq ($(USE_PTHREADS),1)
+ EXTRA_LIBS = -lpthread
+ endif