diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-10 00:47:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-10 00:47:05 +0000 |
commit | 45b331c43839e55a7b1d8e3244670e228e595118 (patch) | |
tree | 47d3263c48d31f3953a4d5af457c433495067684 /meta | |
parent | 67e87ebf6da6ba1c9ce0db4e93c15fb71535ee99 (diff) |
add a couple of FEED_URIS to the -image .oes
BKrev: 419165095-8tgHGuQQmb0s6sCEFU7g
Diffstat (limited to 'meta')
-rw-r--r-- | meta/gpe-image.oe | 3 | ||||
-rw-r--r-- | meta/meta-e-x11.oe | 21 | ||||
-rw-r--r-- | meta/meta-e.oe | 2 | ||||
-rw-r--r-- | meta/opie-image.oe | 2 |
4 files changed, 28 insertions, 0 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe index 5376eac8a4..51afa7d8b0 100644 --- a/meta/gpe-image.oe +++ b/meta/gpe-image.oe @@ -1,6 +1,9 @@ MAINTAINER = "Chris Lord <cwiiis@handhelds.org>" +FEED_URIS += "x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \ + gpe##http://openzaurus.org/official/unstable/3.5.2/feed/gpe" + PR = "r5" export IMAGE_BASENAME = "gpe-image" diff --git a/meta/meta-e-x11.oe b/meta/meta-e-x11.oe index e69de29bb2..00bd4cd074 100644 --- a/meta/meta-e-x11.oe +++ b/meta/meta-e-x11.oe @@ -0,0 +1,21 @@ +DESCRIPTION = "Meta-package for Enlightenment X11 Without FrameBuffer" +MAINTAINER = "That Crazy fool emte <emte@labotomy.net>" +PACKAGES = "e e-libs e-base" + +FEED_URIS += "x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \ + e##http://openzaurus.org/official/unstable/3.5.2/feed/e" + +ALLOW_EMPTY = 1 + +# task-e-libs = "libiconv imlib2 edb eet evas ecore epeg epsilon embryo edje esmart emotion etox ewl" +# epsilon is currently broke for cross compiling without a patch, raster is looking at it + +task-e-libs = "libiconv imlib2 edb eet evas ecore epeg embryo edje esmart emotion etox ewl" + +task-e-base = "" + +RDEPENDS_e-libs = "${task-e-libs}" +DEPENDS += "${task-e-libs}" + +RDEPENDS_e-base = "${task-e-base}" +DEPENDS += "${task-e-base}" diff --git a/meta/meta-e.oe b/meta/meta-e.oe index b13c991f91..7c8359e3ed 100644 --- a/meta/meta-e.oe +++ b/meta/meta-e.oe @@ -1,6 +1,8 @@ DESCRIPTION = "Meta-package for the Enlightenment Palmtop Environment (Codename: EpiCenter)" PACKAGES = "e e-libs e-base" +FEED_URIS += "e##http://openzaurus.org/official/unstable/3.5.2/feed/e" + ALLOW_EMPTY = 1 task-e-libs = "evas edb ecore eet embryo edje etox ewl" diff --git a/meta/opie-image.oe b/meta/opie-image.oe index 00f7567f98..76b25c9297 100644 --- a/meta/opie-image.oe +++ b/meta/opie-image.oe @@ -1,6 +1,8 @@ export IMAGE_BASENAME = "opie-image" export IMAGE_LINGUAS = "" +FEED_URIS += "opie##http://openzaurus.org/official/unstable/3.5.2/feed/opie" + PR = "r4" include opie-collections.inc |