summaryrefslogtreecommitdiff
path: root/packages/vlc/vlc-davinci_0.8.6h.bb
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/vlc/vlc-davinci_0.8.6h.bb
parentdc39745f3c8ea019033b811f6ef0ececb110d330 (diff)
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/vlc/vlc-davinci_0.8.6h.bb')
-rw-r--r--packages/vlc/vlc-davinci_0.8.6h.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/vlc/vlc-davinci_0.8.6h.bb b/packages/vlc/vlc-davinci_0.8.6h.bb
index 4c6b19231b..71520bbb9b 100644
--- a/packages/vlc/vlc-davinci_0.8.6h.bb
+++ b/packages/vlc/vlc-davinci_0.8.6h.bb
@@ -6,11 +6,12 @@ SECTION = "multimedia"
SRCREV = "e712a114e04a1070f1afdf31ec668cb28eda513c"
-PR = "r5"
+PR = "r6"
PV = "0.8.6h+${PR}+gitr${SRCREV}"
-DEPENDS = "codec-engine dbus libxml2 gnutls tremor faad2 ffmpeg flac liba52 libid3tag libmad mpeg2dec"
+DEPENDS = "codec-engine dbus libxml2 gnutls tremor faad2 ffmpeg flac \
+ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag liba52 mpeg2dec', d)}"
SRC_URI = "git://git.videolan.org/vlc.git;protocol=git;branch=0.8.6-neuros"