[oe-commits] Fahad Usman : nkf_2.07.bb: fixed build error (QA Issue with nkf: No GNU_HASH in the elf binary)

git version control git at git.openembedded.org
Wed Sep 15 18:02:17 UTC 2010


Module: openembedded.git
Branch: master
Commit: 47682dd4abee9ff394fde33efb200c58a913dc58
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=47682dd4abee9ff394fde33efb200c58a913dc58

Author: Fahad Usman <fahad_usman at mentor.com>
Date:   Wed Sep 15 04:13:17 2010 +0000

nkf_2.07.bb: fixed build error (QA Issue with nkf: No GNU_HASH in the elf binary)

* added TARGET_CC_ARCH += "${LDFLAGS}"
* added PR = "r1"

Signed-off-by: Fahad Usman <fahad_usman at mentor.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/nkf/nkf_2.07.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/nkf/nkf_2.07.bb b/recipes/nkf/nkf_2.07.bb
index 52044b4..ef6e23d 100644
--- a/recipes/nkf/nkf_2.07.bb
+++ b/recipes/nkf/nkf_2.07.bb
@@ -1,5 +1,6 @@
 DESCRIPTION = "Network Kanji Code Conversion Filter"
 LICENSE = "GPL"
+PR = "r1"
 
 SRC_URI = "http://ftp.debian.org/debian/pool/main/n/nkf/nkf_${PV}.orig.tar.gz"
 S = "${WORKDIR}/nkf207"
@@ -14,3 +15,4 @@ do_install() {
 
 SRC_URI[md5sum] = "af11dcd3fe71d67831c020e3bfd5073b"
 SRC_URI[sha256sum] = "71d2ba992df209a00bb1dca45e3336729dc16e51b71526bd20f897cc6127a275"
+TARGET_CC_ARCH += "${LDFLAGS}"





More information about the Openembedded-commits mailing list