summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-06-22 13:28:39 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-06-27 18:52:24 +0200
commit9e0823c4e81fe20a735b1eff39a8b0328a638eea (patch)
treed436d157c4a2bb674c07dcce058c969d6db4283f /meta-efl
parent673d4ee87d13db24edf0f25cd320516f111700b6 (diff)
downloadmeta-openembedded-9e0823c4e81fe20a735b1eff39a8b0328a638eea.tar.gz
enjoy: replace ENTERPRISE_DISTRO with PACKAGECONFIG options
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/enjoy_svn.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb
index bdbe471e5..2e1a8a23c 100644
--- a/meta-efl/recipes-efl/e17/enjoy_svn.bb
+++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb
@@ -1,11 +1,10 @@
1DESCRIPTION = "Enjoy music player" 1DESCRIPTION = "Enjoy music player"
2LICENSE = "LGPLv3" 2LICENSE = "LGPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" 3LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
4DEPENDS = "evas ecore edje elementary emotion lightmediascanner edbus2" 4DEPENDS = "evas ecore edje elementary emotion lightmediascanner edbus2 gst-plugins-good"
5SRCREV = "${EFL_SRCREV}" 5SRCREV = "${EFL_SRCREV}"
6PV = "0.0+svnr${SRCPV}" 6PV = "0.0+svnr${SRCPV}"
7 7
8DEPENDS += "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
9 8
10#1st needed for all formats 9#1st needed for all formats
11#2nd needed for mp3 playback 10#2nd needed for mp3 playback
@@ -14,7 +13,6 @@ DEPENDS += "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '
14#5th needed binary to create db 13#5th needed binary to create db
15RDEPENDS_${PN} += "\ 14RDEPENDS_${PN} += "\
16 gst-plugins-base-typefindfunctions gst-plugins-base-playbin gst-plugins-base-volume gst-plugins-base-decodebin2 gst-plugins-good-autodetect \ 15 gst-plugins-base-typefindfunctions gst-plugins-base-playbin gst-plugins-base-volume gst-plugins-base-decodebin2 gst-plugins-good-autodetect \
17 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly-mad gst-plugins-good-id3demux', d)} \
18 gst-plugins-base-ogg gst-plugins-base-ivorbisdec \ 16 gst-plugins-base-ogg gst-plugins-base-ivorbisdec \
19 gst-plugins-good-flac \ 17 gst-plugins-good-flac \
20 lightmediascanner-test \ 18 lightmediascanner-test \
@@ -35,6 +33,9 @@ EXTRA_OECONF = "\
35 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ 33 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
36" 34"
37 35
36PACKAGECONFIG[mad] = ",,gst-plugins-ugly,gst-plugins-ugly-mad"
37PACKAGECONFIG[id3demux] = ",,,gst-plugins-good-id3demux"
38
38do_configure_prepend() { 39do_configure_prepend() {
39 autopoint || touch config.rpath 40 autopoint || touch config.rpath
40} 41}