nkf_2.07.bb: merged native and non-native recipes
authorFahad Usman <fahad_usman@mentor.com>
Sun, 19 Sep 2010 22:22:23 +0000 (22:22 +0000)
committerTom Rini <tom_rini@mentor.com>
Thu, 30 Sep 2010 21:03:07 +0000 (14:03 -0700)
* 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>
recipes/nkf/nkf-native_2.07.bb [deleted file]
recipes/nkf/nkf_2.07.bb

diff --git a/recipes/nkf/nkf-native_2.07.bb b/recipes/nkf/nkf-native_2.07.bb
deleted file mode 100644 (file)
index b9782ae..0000000
+++ /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"
index ef6e23d..8d0e0f0 100644 (file)
@@ -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"