aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nkf
diff options
context:
space:
mode:
authorFahad Usman <fahad_usman@mentor.com>2010-09-19 22:22:23 +0000
committerTom Rini <tom_rini@mentor.com>2010-09-30 14:03:07 -0700
commitd26253903c1cb271dcffeec624263e7cca73afb8 (patch)
tree523a51c79df3d650aed77ced963b489334f314a8 /recipes/nkf
parent82e0922bd5269f21b053d6a7fe7f3784ed2713d9 (diff)
downloadopenembedded-d26253903c1cb271dcffeec624263e7cca73afb8.tar.gz
nkf_2.07.bb: merged native and non-native recipes
* removed the nkf-native_2.07.bb file * added NATIVE_INSTALL_WORKS = "1" * added BBCLASSEXTEND = "native" * bumped PR Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/nkf')
-rw-r--r--recipes/nkf/nkf-native_2.07.bb14
-rw-r--r--recipes/nkf/nkf_2.07.bb6
2 files changed, 5 insertions, 15 deletions
diff --git a/recipes/nkf/nkf-native_2.07.bb b/recipes/nkf/nkf-native_2.07.bb
deleted file mode 100644
index b9782ae3f5..0000000000
--- a/recipes/nkf/nkf-native_2.07.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require nkf_${PV}.bb
-inherit native
-
-do_stage() {
- install -m 0755 nkf ${STAGING_BINDIR}
-}
-
-do_install() {
- :
-}
-
-
-SRC_URI[md5sum] = "af11dcd3fe71d67831c020e3bfd5073b"
-SRC_URI[sha256sum] = "71d2ba992df209a00bb1dca45e3336729dc16e51b71526bd20f897cc6127a275"
diff --git a/recipes/nkf/nkf_2.07.bb b/recipes/nkf/nkf_2.07.bb
index ef6e23de66..8d0e0f035b 100644
--- a/recipes/nkf/nkf_2.07.bb
+++ b/recipes/nkf/nkf_2.07.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Network Kanji Code Conversion Filter"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://ftp.debian.org/debian/pool/main/n/nkf/nkf_${PV}.orig.tar.gz"
S = "${WORKDIR}/nkf207"
@@ -16,3 +16,7 @@ do_install() {
SRC_URI[md5sum] = "af11dcd3fe71d67831c020e3bfd5073b"
SRC_URI[sha256sum] = "71d2ba992df209a00bb1dca45e3336729dc16e51b71526bd20f897cc6127a275"
TARGET_CC_ARCH += "${LDFLAGS}"
+
+BBCLASSEXTEND = "native"
+
+NATIVE_INSTALL_WORKS = "1"