aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openmax
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-10-29 18:48:41 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-29 19:26:53 +0100
commit0d2c29eaff64c853bdd73b9cbf01fbe39020db46 (patch)
tree2a1b71da4fdd171baf822050e81db29d8f8022f2 /packages/openmax
parentdc39745f3c8ea019033b811f6ef0ececb110d330 (diff)
downloadopenembedded-0d2c29eaff64c853bdd73b9cbf01fbe39020db46.tar.gz
bluemchen wiese: Allow to disable certain ugly packages globally
Adopt the notion of gstreamer and allow to easily not build certain ugly packages. People are constraints to not live on a bluemchen wiese can set ENTERPRISE_DISTRO="1" in their config and get ugly packages removed. This is implemented by a set of packages in the BBMASK (as a safety net) and by using base conditional to onl conditonally add ugly packages.
Diffstat (limited to 'packages/openmax')
-rw-r--r--packages/openmax/libomxil-bellagio_0.9.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/openmax/libomxil-bellagio_0.9.0.bb b/packages/openmax/libomxil-bellagio_0.9.0.bb
index edfcde03d2..105698999e 100644
--- a/packages/openmax/libomxil-bellagio_0.9.0.bb
+++ b/packages/openmax/libomxil-bellagio_0.9.0.bb
@@ -1,8 +1,9 @@
DESCRIPTION = "OpenMAX Integration Layer (IL) is a standard API to access Multimedia Components on mobile platforms. It has been defined by the Khronos group."
LICENSE = "LGPLv2"
-DEPENDS = "libmad alsa-lib ffmpeg"
+DEPENDS = "alsa-lib ffmpeg \
+ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad', d)}"
-PR = "r4"
+PR = "r5"
SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/${PN}-${PV}.tar.gz"