diff options
Diffstat (limited to 'packages/meta/gpe-image.bb')
-rw-r--r-- | packages/meta/gpe-image.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/meta/gpe-image.bb b/packages/meta/gpe-image.bb index 49f3502b2a..8bf03689df 100644 --- a/packages/meta/gpe-image.bb +++ b/packages/meta/gpe-image.bb @@ -2,10 +2,9 @@ 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/${DISTRO_VERSION}/feed/x11" -PR = "r10" +PR = "r11" export IMAGE_BASENAME = "gpe-image" |