diff options
Diffstat (limited to 'packages/meta/pivotboot-image.bb')
-rw-r--r-- | packages/meta/pivotboot-image.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/meta/pivotboot-image.bb b/packages/meta/pivotboot-image.bb index a155690e12..7d533e3806 100644 --- a/packages/meta/pivotboot-image.bb +++ b/packages/meta/pivotboot-image.bb @@ -6,12 +6,12 @@ DEPENDS = "task-pivotboot" 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 \ - opie##http://familiar.handhelds.org/releases/0.8/feed/opie \ +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 |