diff options
Diffstat (limited to 'opie-today-addressbookplugin/opie-today-addressbookplugin_1.1.7.oe')
-rw-r--r-- | opie-today-addressbookplugin/opie-today-addressbookplugin_1.1.7.oe | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/opie-today-addressbookplugin/opie-today-addressbookplugin_1.1.7.oe b/opie-today-addressbookplugin/opie-today-addressbookplugin_1.1.7.oe deleted file mode 100644 index ceddaccb0b..0000000000 --- a/opie-today-addressbookplugin/opie-today-addressbookplugin_1.1.7.oe +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Addressbook plugin for Today" -SECTION = "opie/today" -PRIORITY = "optional" -LICENSE = "GPL" -RDEPENDS = "opie-today" - -APPNAME="todayaddressbookplugin" - -TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" -SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/today/plugins/addressbook " - -S = "${WORKDIR}/addressbook" - -inherit opie - |