summaryrefslogtreecommitdiffstats
path: root/meta/packages/images/oh-image-pda.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-05-16 14:47:38 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-05-16 14:47:38 +0000
commit4baa324e2ed7e44eeac4e3411213fee47fb97d58 (patch)
treecace38b11b6b56466cc67d9e386146c6c8b42adf /meta/packages/images/oh-image-pda.bb
parent8142b95bf2bddfd52c762b05254241d75da6a618 (diff)
downloadpoky-4baa324e2ed7e44eeac4e3411213fee47fb97d58.tar.gz
Poky images: move IMAGE_FEATURES stuff to separate file, simplify image recipes
poky-image.inc contain DISTRO_TASKS stuff related to image content (was in poky.conf) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1735 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images/oh-image-pda.bb')
-rw-r--r--meta/packages/images/oh-image-pda.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/images/oh-image-pda.bb b/meta/packages/images/oh-image-pda.bb
index 7056e47248..51632f6258 100644
--- a/meta/packages/images/oh-image-pda.bb
+++ b/meta/packages/images/oh-image-pda.bb
@@ -3,5 +3,5 @@
3# 3#
4 4
5IMAGE_FEATURES += "apps-core apps-pda" 5IMAGE_FEATURES += "apps-core apps-pda"
6IMAGE_INSTALL = "${DISTRO_TASKS}" 6
7inherit image 7require poky-image.inc