From d26253903c1cb271dcffeec624263e7cca73afb8 Mon Sep 17 00:00:00 2001 From: Fahad Usman Date: Sun, 19 Sep 2010 22:22:23 +0000 Subject: 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 Signed-off-by: Tom Rini --- recipes/nkf/nkf-native_2.07.bb | 14 -------------- recipes/nkf/nkf_2.07.bb | 6 +++++- 2 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 recipes/nkf/nkf-native_2.07.bb (limited to 'recipes/nkf') 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" -- cgit 1.2.3-korg