aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-17 11:42:55 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-17 12:12:59 +0100
commit114cf577b3dc2c5c33ea299127ca077fc86a5d4f (patch)
tree1d272d237530db253e65378ece289da687e82123
parentc565b1b06ff794a8ffee74e6edaf30fb6f589441 (diff)
downloadmeta-opie-114cf577b3dc2c5c33ea299127ca077fc86a5d4f.tar.gz
opie-restartapplet2: remove duplicate recipes
It seems these have been around for quite some time in OE classic. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-opie/opie-restartapplet/opie-restartapplet2_1.2.5.bb22
-rw-r--r--recipes-opie/opie-restartapplet/opie-restartapplet2_git.bb19
2 files changed, 0 insertions, 41 deletions
diff --git a/recipes-opie/opie-restartapplet/opie-restartapplet2_1.2.5.bb b/recipes-opie/opie-restartapplet/opie-restartapplet2_1.2.5.bb
deleted file mode 100644
index 7bb4d98..0000000
--- a/recipes-opie/opie-restartapplet/opie-restartapplet2_1.2.5.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Restart Applet"
-SECTION = "opie/applets"
-LICENSE = "GPL"
-# FIXME stopgap until split archives have license files included
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-APPNAME = "restartapplet"
-
-SRC_URI = "http://sources.openembedded.org/opie-1.2.5-split_core_applets_restartapplet2.tar.bz2;name=split_core_applets_restartapplet2 \
- http://sources.openembedded.org/opie-1.2.5-split_apps.tar.bz2;name=split_apps"
-SRC_URI[split_core_applets_restartapplet2.md5sum] = "d5fedf3676bc08e865cc12750c11467a"
-SRC_URI[split_core_applets_restartapplet2.sha256sum] = "85a622e7ad4767b065f6ea3464af7d9f839f440bc8fa6bbeab6571a7ab66623f"
-SRC_URI[split_apps.md5sum] = "c765d13427e4dc8ee396e4dfed2dbe73"
-SRC_URI[split_apps.sha256sum] = "0fea454d8d286f7febc7449e4a06f73e941e8b22e9bab904a32e57f35479862a"
-
-S = "${WORKDIR}/restartapplet2"
-
-inherit opie
-
-# FILES plugins/applets/librestartapplet.so*
-do_install() {
-}
-
diff --git a/recipes-opie/opie-restartapplet/opie-restartapplet2_git.bb b/recipes-opie/opie-restartapplet/opie-restartapplet2_git.bb
deleted file mode 100644
index d8be3a9..0000000
--- a/recipes-opie/opie-restartapplet/opie-restartapplet2_git.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Restart Applet"
-SECTION = "opie/applets"
-LICENSE = "GPL"
-# FIXME stopgap until split archives have license files included
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-PV = "${OPIE_GIT_PV}"
-APPNAME = "restartapplet"
-
-SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/applets/restartapplet2 \
- ${OPIE_GIT};protocol=git;subpath=apps"
-
-S = "${WORKDIR}/restartapplet2"
-
-inherit opie
-
-# FILES plugins/applets/librestartapplet.so*
-do_install() {
-}
-