diff options
author | Koen Kooi <koen@openembedded.org> | 2005-04-21 15:08:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2005-04-21 15:08:36 +0000 |
commit | 1f6d3d970b63b8d62662e1bd159f20071ca9fe18 (patch) | |
tree | 39c252a6f13e5eba513598b4062e0225ce7d63fd /packages/meta/bootstrap-image.bb | |
parent | e09fa333f0878da81501c4d3409670372899bae4 (diff) |
bootstrap-image.bb: replace oz and fam versions with DISTRO_VERSION
BKrev: 4267c1f467-Ql2q5irTjDmvL98wZjQ
Diffstat (limited to 'packages/meta/bootstrap-image.bb')
-rw-r--r-- | packages/meta/bootstrap-image.bb | 14 |
1 files changed, 6 insertions, 8 deletions
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 |