diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-31 17:31:05 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-31 17:31:05 +0200 |
commit | 292a997371e5853048973405b358ec268e64b403 (patch) | |
tree | 8549801edf163e34a9ff1070d9a45421211ef5be /recipes/0xFFFF | |
parent | b03cafe50aca19366e04e7cd2ff6a3eb645cfebb (diff) |
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 <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/0xFFFF')
-rw-r--r-- | recipes/0xFFFF/0xffff-native_0.1.bb | 24 | ||||
-rw-r--r-- | recipes/0xFFFF/0xffff_0.1.bb | 9 |
2 files changed, 0 insertions, 33 deletions
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" |