diff options
Diffstat (limited to 'meta/packages/images/oh-image-core.bb')
-rw-r--r-- | meta/packages/images/oh-image-core.bb | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/meta/packages/images/oh-image-core.bb b/meta/packages/images/oh-image-core.bb index 0e2e7d6..b069a82 100644 --- a/meta/packages/images/oh-image-core.bb +++ b/meta/packages/images/oh-image-core.bb @@ -1,14 +1,8 @@ -PR = "r0" - -export IMAGE_BASENAME = "oh-image-core" +# +# Copyright (C) 2007 OpenedHand Ltd. +# IMAGE_FEATURES += "apps-core" - -DEPENDS = "task-oh" - -RDEPENDS = "${DISTRO_TASKS}" - -export PACKAGE_INSTALL = "${RDEPENDS}" - +IMAGE_INSTALL = "${DISTRO_TASKS}" inherit image -LICENSE = MIT + |