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

Fahad Usman fahad_usman at mentor.com
Wed Sep 15 14:13:17 UTC 2010


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

Signed-off-by: Fahad Usman <fahad_usman at mentor.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}"
-- 
1.6.3.3





More information about the Openembedded-devel mailing list