From: Koen Kooi Date: Thu, 21 Apr 2005 15:08:36 +0000 (+0000) Subject: bootstrap-image.bb: replace oz and fam versions with DISTRO_VERSION X-Git-Tag: Release-2010-05/1~14346 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6d3d970b63b8d62662e1bd159f20071ca9fe18;p=openembedded.git bootstrap-image.bb: replace oz and fam versions with DISTRO_VERSION BKrev: 4267c1f467-Ql2q5irTjDmvL98wZjQ --- diff --git a/packages/meta/bootstrap-image.bb b/packages/meta/bootstrap-image.bb index a7aa9025fe..2767d36eaf 100644 --- a/packages/meta/bootstrap-image.bb +++ b/packages/meta/bootstrap-image.bb @@ -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