From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- .../opie-today-addressbookplugin.inc | 12 ++++++++++++ .../opie-today-addressbookplugin_1.2.2.bb | 5 +++++ .../opie-today-addressbookplugin_1.2.3.bb | 4 ++++ .../opie-today-addressbookplugin_1.2.4.bb | 4 ++++ .../opie-today-addressbookplugin_cvs.bb | 5 +++++ 5 files changed, 30 insertions(+) create mode 100644 recipes/opie-today-addressbookplugin/opie-today-addressbookplugin.inc create mode 100644 recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.2.bb create mode 100644 recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.3.bb create mode 100644 recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.4.bb create mode 100644 recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_cvs.bb (limited to 'recipes/opie-today-addressbookplugin') diff --git a/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin.inc b/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin.inc new file mode 100644 index 0000000000..9503972d47 --- /dev/null +++ b/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "Addressbook plugin for Today" +SECTION = "opie/today" +PRIORITY = "optional" +LICENSE = "GPL" +RDEPENDS = "opie-today" +APPNAME = "todayaddressbookplugin" + + +S = "${WORKDIR}/addressbook" + +inherit opie + diff --git a/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.2.bb b/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.2.bb new file mode 100644 index 0000000000..1ebcab1886 --- /dev/null +++ b/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.2.bb @@ -0,0 +1,5 @@ +require ${PN}.inc + + + +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/today/plugins/addressbook " diff --git a/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.3.bb b/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.3.bb new file mode 100644 index 0000000000..7ef69bc053 --- /dev/null +++ b/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.3.bb @@ -0,0 +1,4 @@ +require ${PN}.inc + + +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/today/plugins/addressbook " diff --git a/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.4.bb b/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.4.bb new file mode 100644 index 0000000000..7ef69bc053 --- /dev/null +++ b/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_1.2.4.bb @@ -0,0 +1,4 @@ +require ${PN}.inc + + +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/today/plugins/addressbook " diff --git a/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_cvs.bb b/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_cvs.bb new file mode 100644 index 0000000000..fad571b599 --- /dev/null +++ b/recipes/opie-today-addressbookplugin/opie-today-addressbookplugin_cvs.bb @@ -0,0 +1,5 @@ +require ${PN}.inc + +PV = "${OPIE_CVS_PV}" + +SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/today/plugins/addressbook " -- cgit 1.2.3-korg