[oe-commits] Fahad Usman : nkf_2.07.bb: merged native and non-native recipes

git version control git at git.openembedded.org
Thu Sep 30 21:04:07 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d26253903c1cb271dcffeec624263e7cca73afb8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d26253903c1cb271dcffeec624263e7cca73afb8

Author: Fahad Usman <fahad_usman at mentor.com>
Date:   Sun Sep 19 22:22:23 2010 +0000

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 at mentor.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/nkf/nkf-native_2.07.bb |   14 --------------
 recipes/nkf/nkf_2.07.bb        |    6 +++++-
 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 b9782ae..0000000
--- 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 ef6e23d..8d0e0f0 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"





More information about the Openembedded-commits mailing list