bootstrap-image.bb: replace oz and fam versions with DISTRO_VERSION
authorKoen Kooi <koen@openembedded.org>
Thu, 21 Apr 2005 15:08:36 +0000 (15:08 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 21 Apr 2005 15:08:36 +0000 (15:08 +0000)
BKrev: 4267c1f467-Ql2q5irTjDmvL98wZjQ

packages/meta/bootstrap-image.bb

index a7aa902..2767d36 100644 (file)
@@ -6,14 +6,12 @@ DEPENDS = "task-bootstrap"
 
 inherit image_ipk
 
-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 \
-                               opie##http://openzaurus.org/official/unstable/3.5.2/feed/opie \
-                                  e##http://openzaurus.org/official/unstable/3.5.2/feed/e"
+FEED_URIS_append_openzaurus = " x11##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/x11 \
+                                gpe##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/gpe \
+                               opie##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/opie \
+                                  e##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/e"
 
-FEED_URIS_append_familiar   = " x11##http://familiar.handhelds.org/releases/0.8/feed/x11 \
-                                gpe##http://familiar.handhelds.org/releases/0.8/feed/gpe \
-                               opie##http://familiar.handhelds.org/releases/0.8/feed/opie \
-                                  e##http://familiar.handhelds.org/releases/0.8/feed/e"
+FEED_URIS_append_familiar   = " x11##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/x11 \
+                               opie##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/opie \
 
 LICENSE = MIT