Skip to content

Commit

Permalink
[oe-alliance-plugins] only build hbbtv for vu, (removes the depends o…
Browse files Browse the repository at this point in the history
…n opera for all other machines).
  • Loading branch information
Andy Blackburn committed Nov 7, 2013
1 parent 99ab413 commit 8a319ea
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8e37f34d0e40d32ea2bc90ee812c9131"
PACKAGES_DYNAMIC = "enigma2-plugin-(?!oealliance-).*"

PACKAGES += " \
enigma2-plugin-extensions-hbbtv \
${@base_contains('MACHINE_BRAND', 'Vu+', 'enigma2-plugin-extensions-hbbtv ' , ' ', d)} \
enigma2-plugin-extensions-lcd4linux \
"

Expand All @@ -28,7 +28,7 @@ PROVIDES += " \
enigma2-plugin-extensions-webbrowser \
enigma2-plugin-extensions-ondemand-openuitzendinggemist \
enigma2-plugin-extensions-tunerserver \
enigma2-plugin-extensions-hbbtv \
${@base_contains('MACHINE_BRAND', 'Vu+', 'enigma2-plugin-extensions-hbbtv ' , ' ', d)} \
enigma2-plugin-systemplugins-transcodingsetup \
enigma2-plugin-systemplugins-micomupgrade \
enigma2-plugin-extensions-ondemand \
Expand Down Expand Up @@ -105,7 +105,7 @@ inherit gitpkgv autotools
SRCREV = "${AUTOREV}"
PV = "git${SRCPV}"
PKGV = "git${GITPKGV}"
PR = "r87"
PR = "r89"

SRC_URI="git://github.com/oe-alliance/oe-alliance-plugins.git;protocol=git"

Expand Down

0 comments on commit 8a319ea

Please sign in to comment.