add different FEED_URIS for openzaurus and familiar
authorMichael Lauer <mickey@vanille-media.de>
Sat, 20 Nov 2004 19:49:42 +0000 (19:49 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 20 Nov 2004 19:49:42 +0000 (19:49 +0000)
BKrev: 419f9fd6Xz9j91RmEYtHEzrzgehraw

meta/gpe-image.oe
meta/opie-image.oe

index 2b57bdf..da88694 100644 (file)
@@ -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"
 
index 76b25c9..5bbcf94 100644 (file)
@@ -1,9 +1,10 @@
 export IMAGE_BASENAME = "opie-image"
 export IMAGE_LINGUAS = ""
 
-FEED_URIS += "opie##http://openzaurus.org/official/unstable/3.5.2/feed/opie"
+FEED_URIS_append_openzaurus = "opie##http://openzaurus.org/official/unstable/3.5.2/feed/opie"
+FEED_URIS_append_familiar = "opie##http://familiar.handhelds.org/releases/0.8/feed/opie"
 
-PR = "r4"
+PR = "r5"
 
 include opie-collections.inc