aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-vtapplet
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-vtapplet')
-rw-r--r--recipes-opie/opie-vtapplet/opie-vtapplet.inc15
-rw-r--r--recipes-opie/opie-vtapplet/opie-vtapplet_1.2.5.bb8
-rw-r--r--recipes-opie/opie-vtapplet/opie-vtapplet_cvs.bb6
3 files changed, 29 insertions, 0 deletions
diff --git a/recipes-opie/opie-vtapplet/opie-vtapplet.inc b/recipes-opie/opie-vtapplet/opie-vtapplet.inc
new file mode 100644
index 0000000..1a82bd7
--- /dev/null
+++ b/recipes-opie/opie-vtapplet/opie-vtapplet.inc
@@ -0,0 +1,15 @@
+DESCRIPTION = "VT Applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "vtapplet"
+
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES
+do_install() {
+}
+
diff --git a/recipes-opie/opie-vtapplet/opie-vtapplet_1.2.5.bb b/recipes-opie/opie-vtapplet/opie-vtapplet_1.2.5.bb
new file mode 100644
index 0000000..6c2adbb
--- /dev/null
+++ b/recipes-opie/opie-vtapplet/opie-vtapplet_1.2.5.bb
@@ -0,0 +1,8 @@
+require ${PN}.inc
+
+SRC_URI = "http://sources.openembedded.org/opie-1.2.5-split_core_applets_vtapplet.tar.bz2;name=split_core_applets_vtapplet \
+ http://sources.openembedded.org/opie-1.2.5-split_apps.tar.bz2;name=split_apps"
+SRC_URI[split_core_applets_vtapplet.md5sum] = "820ea3503e75d0bee83ce7d7b0c5549f"
+SRC_URI[split_core_applets_vtapplet.sha256sum] = "4d0cb18cb4386c22d945ae500185705d2e1f576a035ffae2610946e786236f9c"
+SRC_URI[split_apps.md5sum] = "c765d13427e4dc8ee396e4dfed2dbe73"
+SRC_URI[split_apps.sha256sum] = "0fea454d8d286f7febc7449e4a06f73e941e8b22e9bab904a32e57f35479862a"
diff --git a/recipes-opie/opie-vtapplet/opie-vtapplet_cvs.bb b/recipes-opie/opie-vtapplet/opie-vtapplet_cvs.bb
new file mode 100644
index 0000000..d2e259a
--- /dev/null
+++ b/recipes-opie/opie-vtapplet/opie-vtapplet_cvs.bb
@@ -0,0 +1,6 @@
+require ${PN}.inc
+
+PV = "${OPIE_GIT_PV}"
+
+SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/applets/vtapplet \
+ ${OPIE_GIT};protocol=git;subpath=apps"