From: Frans Meulenbroeks Date: Sat, 31 Jul 2010 15:31:05 +0000 (+0200) Subject: 0xFFFF: removed 0.1 version X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=292a997371e5853048973405b358ec268e64b403;p=openembedded.git 0xFFFF: removed 0.1 version This one is already quite old, not pinned by anyone, using legacy staging and no BBCLASSEXTEND = "native" as per TSC suggestion (minutes may 2010) removed it Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/0xFFFF/0xffff-native_0.1.bb b/recipes/0xFFFF/0xffff-native_0.1.bb deleted file mode 100644 index 8d64148e41..0000000000 --- a/recipes/0xFFFF/0xffff-native_0.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -require 0xffff.inc - -DEPENDS = "virtual/libusb0-native" - -inherit native - -do_stage() { - install -d ${STAGING_BINDIR_NATIVE} - install -m 755 0xFFFF ${STAGING_BINDIR_NATIVE} -} - -do_deploy[dirs] = "${S}" - -do_deploy() { - install -d ${DEPLOY_DIR_IMAGE} - install -m 755 0xFFFF ${DEPLOY_DIR_IMAGE} -} - -addtask deploy before do_package after do_install - - - -SRC_URI[md5sum] = "666fce75c418d7b72e2c9dc225fce3be" -SRC_URI[sha256sum] = "2419708f8e0d7cd6875f4555da9c8a2bf9503374eb7c0bea08fed0841baa4655" diff --git a/recipes/0xFFFF/0xffff_0.1.bb b/recipes/0xFFFF/0xffff_0.1.bb deleted file mode 100644 index 1053e9a0ff..0000000000 --- a/recipes/0xFFFF/0xffff_0.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -require 0xffff.inc - -do_install() { - install -d ${D}${bindir} - install -m 755 0xFFFF ${D}${bindir} -} - -SRC_URI[md5sum] = "666fce75c418d7b72e2c9dc225fce3be" -SRC_URI[sha256sum] = "2419708f8e0d7cd6875f4555da9c8a2bf9503374eb7c0bea08fed0841baa4655"