summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFahad Usman <fahad_usman@mentor.com>2010-09-15 04:13:17 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-15 10:58:41 -0700
commit47682dd4abee9ff394fde33efb200c58a913dc58 (patch)
treec9768be858d9ff965050a78276583633c8869a5f
parentad123889ee6e02646e0778e9bf653775c5846ffc (diff)
downloadopenembedded-47682dd4abee9ff394fde33efb200c58a913dc58.tar.gz
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@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/nkf/nkf_2.07.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/nkf/nkf_2.07.bb b/recipes/nkf/nkf_2.07.bb
index 52044b4318..ef6e23de66 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}"