diff options
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 |