[oe-commits] Khem Raj : realpath_1.15.bb: Fix ERROR: QA Issue with realpath: No GNU_HASH in the elf binary

git version control git at git.openembedded.org
Tue Jun 29 18:03:30 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c86e303133eb530ea12a4e57cec5d3af62d141a0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c86e303133eb530ea12a4e57cec5d3af62d141a0

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jun 29 11:02:25 2010 -0700

realpath_1.15.bb: Fix ERROR: QA Issue with realpath: No GNU_HASH in the elf binary

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/realpath/realpath_1.15.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/realpath/realpath_1.15.bb b/recipes/realpath/realpath_1.15.bb
index 4ac6b4c..d4001d3 100644
--- a/recipes/realpath/realpath_1.15.bb
+++ b/recipes/realpath/realpath_1.15.bb
@@ -3,6 +3,7 @@ SECTION = "utility"
 PRIORITY = "optional"
 LICENSE = "GPLv2"
 
+PR = "r1"
 SRC_URI = "${DEBIAN_MIRROR}/main/r/realpath/realpath_${PV}.tar.gz;name=realpath \
 	   file://fix-common-mk.patch \
 	   file://no-po4a.patch  \
@@ -10,6 +11,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/r/realpath/realpath_${PV}.tar.gz;name=realpath
 	  "
 
 CFLAGS += "-DVERSION=${PV}"
+TARGET_CC_ARCH += "${LDFLAGS}"
 
 do_install () {
 	install -d ${D}${bindir}





More information about the Openembedded-commits mailing list