diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-20 19:49:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-20 19:49:42 +0000 |
commit | ae6f56944f8801d549cc25afd0246f7d30592834 (patch) | |
tree | c7e937c940c26c76d1c075be80bf8db8727e7eab /meta/gpe-image.oe | |
parent | 40b891e40ddf9ffb1844ef6613743c5ebb5d11b5 (diff) |
add different FEED_URIS for openzaurus and familiar
BKrev: 419f9fd6Xz9j91RmEYtHEzrzgehraw
Diffstat (limited to 'meta/gpe-image.oe')
-rw-r--r-- | meta/gpe-image.oe | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe index 2b57bdf838..da88694614 100644 --- a/meta/gpe-image.oe +++ b/meta/gpe-image.oe @@ -1,10 +1,12 @@ - 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" +FEED_URIS_append_openzaurus = "x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \ + gpe##http://openzaurus.org/official/unstable/3.5.2/feed/gpe" + +FEED_URIS_append_familiar = "x11##http://familiar.handhelds.org/releases/0.8/feed/x11 \ + gpe##http://familiar.handhelds.org/releases/0.8/feed/gpe" -PR = "r5" +PR = "r6" export IMAGE_BASENAME = "gpe-image" |