diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-03 14:24:31 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-03 14:24:31 +0000 |
commit | 09cbca00fd12d9c1e3787d35cc5df55407bccd6a (patch) | |
tree | a383f27575da3513f70418f1292b94a0d66086c0 | |
parent | cfad32ec2055aa54d87a317d28374dfac7a0bf95 (diff) |
opie-image: remove opie-mediaplayer2-skin from DEPENDS
BKrev: 41387e9fU8HxSi3XwvIP6IxL0tPEuw
-rw-r--r-- | meta/opie-image.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/opie-image.oe b/meta/opie-image.oe index 4871127bd3..e035ce1397 100644 --- a/meta/opie-image.oe +++ b/meta/opie-image.oe @@ -1,5 +1,6 @@ export IMAGE_BASENAME = "opie-image" export IMAGE_LINGUAS = "" +PR = "r1" include opie-collections.oe @@ -11,7 +12,7 @@ export IPKG_INSTALL = "task-bootstrap ${OPIE_LIBS_RDEPENDS} ${OPIE_BASE} ${OPIE_ ${OPIE_BASE_SETTINGS} ${OPIE_BASE_APPS} ${OPIE_BASE_RDEPENDS} \ ${OPIE_PIM} ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} \ ${OPIE_EXTRA_APPS} ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} \ - ${OPIE_BASE_INPUTMETHODS} opie-mediaplayer2-skin-default" + ${OPIE_BASE_INPUTMETHODS}" DEPENDS = "task-bootstrap ${OPIE_LIBS_DEPENDS} ${OPIE_BASE} ${OPIE_BASE_APPLETS} \ ${OPIE_BASE_SETTINGS} ${OPIE_BASE_APPS} ${OPIE_BASE_DEPENDS} ${OPIE_PIM} \ |