diff options
Diffstat (limited to 'packages/images/pivotboot-image.bb')
-rw-r--r-- | packages/images/pivotboot-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/images/pivotboot-image.bb b/packages/images/pivotboot-image.bb index 50634e0353..78c3d7a6e9 100644 --- a/packages/images/pivotboot-image.bb +++ b/packages/images/pivotboot-image.bb @@ -1,11 +1,11 @@ export IMAGE_BASENAME = "pivotboot-image" export IMAGE_LINGUAS = "" -export IPKG_INSTALL = "task-pivotboot" +export PACKAGE_INSTALL = "task-pivotboot" DEPENDS = "task-pivotboot" PR = "r1" -inherit image_ipk +inherit image FEED_URIS_append_familiar = " x11##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/x11 \ opie##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/opie" |