diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-12 16:29:03 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-12 16:29:03 +0000 |
commit | f7d3f245af4cf4560eb4b294c74c24d06f46522e (patch) | |
tree | 5961f043095d30027571ab8192fea7600d00aaf4 /packages/opie-mediaplayer1/opie-mediaplayer1.inc | |
parent | 02e1e481c64ff5fbc4e5e4e611cc64c1b61eb1d6 (diff) |
opie-mediaplayer1: Start measures to get rid of circular package dependencies.
* The idea is simple and standard: introduce a node in graph "above" current ones,
and make it depend on existing nodes, instead of them depend on each other.
Thus, we'll have opie-mediaplayer1-core & opie-mediaplayer1-plugins*, and
opie-mediaplayer1 virtual package above them.
* Step 1: rename existing opie-mediaplayer1 recipe to opie-mediaplayer1-core
(to be edited later).
Diffstat (limited to 'packages/opie-mediaplayer1/opie-mediaplayer1.inc')
-rw-r--r-- | packages/opie-mediaplayer1/opie-mediaplayer1.inc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/opie-mediaplayer1/opie-mediaplayer1.inc b/packages/opie-mediaplayer1/opie-mediaplayer1.inc deleted file mode 100644 index 7c20be565b..0000000000 --- a/packages/opie-mediaplayer1/opie-mediaplayer1.inc +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "The classic Opie media player" -SECTION = "opie/multimedia" -PRIORITY = "optional" -LICENSE = "GPL" -DEPENDS = "libqtaux2" -RDEPENDS = "opie-mediaplayer2-skin-default" -RRECOMMENDS = "opie-mediaplayer1-libmadplugin opie-mediaplayer1-libwavplugin \ -opie-mediaplayer1-libmodplugin opie-mediaplayer1-libtremorplugin" -APPNAME = "opieplayer" -APPTYPE = "binary" - - -S = "${WORKDIR}/${APPNAME}" - -inherit opie - -# FILES bin/opieplayer pics/opieplayer apps/Applications/opieplayer.desktop -do_install() { - install -d ${D}${palmtopdir}/pics/${APPNAME}/skins/default/ - install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ -} - |