diff options
Diffstat (limited to 'meta/gpe-image.oe')
-rw-r--r-- | meta/gpe-image.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe index da88694614..2efb2561da 100644 --- a/meta/gpe-image.oe +++ b/meta/gpe-image.oe @@ -1,12 +1,12 @@ MAINTAINER = "Chris Lord <cwiiis@handhelds.org>" -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" +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" -FEED_URIS_append_familiar = "x11##http://familiar.handhelds.org/releases/0.8/feed/x11 \ - gpe##http://familiar.handhelds.org/releases/0.8/feed/gpe" +FEED_URIS_append_familiar = " x11##http://familiar.handhelds.org/releases/0.8/feed/x11 \ + gpe##http://familiar.handhelds.org/releases/0.8/feed/gpe" -PR = "r6" +PR = "r7" export IMAGE_BASENAME = "gpe-image" |