From e9b45ff67d32fdc27950a51135b6dabada8334e7 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 24 Jul 2011 17:57:24 +0100 Subject: initial commit of meta-opie Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton --- recipes-opie/opie-style-web/opie-style-web.inc | 9 +++++++++ recipes-opie/opie-style-web/opie-style-web_1.2.5.bb | 5 +++++ recipes-opie/opie-style-web/opie-style-web_cvs.bb | 5 +++++ 3 files changed, 19 insertions(+) create mode 100644 recipes-opie/opie-style-web/opie-style-web.inc create mode 100644 recipes-opie/opie-style-web/opie-style-web_1.2.5.bb create mode 100644 recipes-opie/opie-style-web/opie-style-web_cvs.bb (limited to 'recipes-opie/opie-style-web') diff --git a/recipes-opie/opie-style-web/opie-style-web.inc b/recipes-opie/opie-style-web/opie-style-web.inc new file mode 100644 index 0000000..0579e3a --- /dev/null +++ b/recipes-opie/opie-style-web/opie-style-web.inc @@ -0,0 +1,9 @@ +DESCRIPTION = "A flatter widget style than flat :)" +SECTION = "opie/styles" +PRIORITY = "optional" +LICENSE = "GPL" +APPNAME = "webstyle" + +S = "${WORKDIR}/web" + +inherit opie diff --git a/recipes-opie/opie-style-web/opie-style-web_1.2.5.bb b/recipes-opie/opie-style-web/opie-style-web_1.2.5.bb new file mode 100644 index 0000000..be5f526 --- /dev/null +++ b/recipes-opie/opie-style-web/opie-style-web_1.2.5.bb @@ -0,0 +1,5 @@ +require ${PN}.inc + +SRC_URI = "http://sources.openembedded.org/opie-1.2.5-split_noncore_styles_web.tar.bz2;name=split_noncore_styles_web" +SRC_URI[split_noncore_styles_web.md5sum] = "8355646e8df0e04866152c7cfa7449dc" +SRC_URI[split_noncore_styles_web.sha256sum] = "5cadd510d0a42b4bd05cfdf344b90a36ad14f8a478ba4dcce2e2a25900f08dd0" diff --git a/recipes-opie/opie-style-web/opie-style-web_cvs.bb b/recipes-opie/opie-style-web/opie-style-web_cvs.bb new file mode 100644 index 0000000..2fcc901 --- /dev/null +++ b/recipes-opie/opie-style-web/opie-style-web_cvs.bb @@ -0,0 +1,5 @@ +require ${PN}.inc + +PV = "${OPIE_GIT_PV}" + +SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/styles/web" -- cgit 1.2.3-korg