diff options
Diffstat (limited to 'recipes/opie-restartapplet/opie-restartapplet2_1.2.2.bb')
-rw-r--r-- | recipes/opie-restartapplet/opie-restartapplet2_1.2.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/opie-restartapplet/opie-restartapplet2_1.2.2.bb b/recipes/opie-restartapplet/opie-restartapplet2_1.2.2.bb new file mode 100644 index 0000000000..4d64ab0ec8 --- /dev/null +++ b/recipes/opie-restartapplet/opie-restartapplet2_1.2.2.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Restart Applet" +SECTION = "opie/applets" +PRIORITY = "optional" +LICENSE = "GPL" + +APPNAME = "restartapplet" + + +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/applets/restartapplet2 \ + ${HANDHELDS_CVS};tag=${TAG};module=opie/apps" + +S = "${WORKDIR}/restartapplet2" + +inherit opie + +# FILES plugins/applets/librestartapplet.so* +do_install() { +} + |