diff options
Diffstat (limited to 'packages/meta/gpe-image.bb')
-rw-r--r-- | packages/meta/gpe-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meta/gpe-image.bb b/packages/meta/gpe-image.bb index a48533dffe..ec4d225b78 100644 --- a/packages/meta/gpe-image.bb +++ b/packages/meta/gpe-image.bb @@ -2,8 +2,8 @@ FEED_URIS_append_openzaurus = " x11##http://openzaurus.org/official/unstable/${D gpe##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/gpe" FEED_URIS_append_opensimpad = " x11##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/x11 \ gpe##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/gpe" -FEED_URIS_append_familiar = " x11##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/x11 \ - gpe##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/gpe" +FEED_URIS_append_familiar = " x11##http://familiar.handhelds.org/releases/v${DISTRO_VERSION}/feed/x11 \ + gpe##http://familiar.handhelds.org/releases/v${DISTRO_VERSION}/feed/gpe" PR = "r9" |