Skip to content

Commit

Permalink
podboy: fix blacklist
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  • Loading branch information
shr-project committed May 11, 2015
1 parent bc914cd commit 2de2b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-shr/recipes-shr/3rdparty/podboy_svn.bb
Expand Up @@ -8,7 +8,7 @@ SECTION = "x11/applications"
DEPENDS = "python-native edje-native ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"

# Rdepends on gst-plugin-bluetooth
PNBLACKLIST[pisi] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"
PNBLACKLIST[podboy] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"

SRCREV = "218"
PV = "1.7.4+svnr${SRCPV}"
Expand Down

0 comments on commit 2de2b9b

Please sign in to comment.