diff options
Diffstat (limited to 'packages/meta/pivotboot-image.bb')
-rw-r--r-- | packages/meta/pivotboot-image.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/meta/pivotboot-image.bb b/packages/meta/pivotboot-image.bb index 0b8211cb8a..50634e0353 100644 --- a/packages/meta/pivotboot-image.bb +++ b/packages/meta/pivotboot-image.bb @@ -3,14 +3,10 @@ export IMAGE_LINGUAS = "" export IPKG_INSTALL = "task-pivotboot" DEPENDS = "task-pivotboot" +PR = "r1" inherit image_ipk -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/${DISTRO_VERSION}/feed/x11 \ opie##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/opie" |