aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb
blob: 77c4184c29fb3b8d92b6bcbb5be7f0446609e48b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require gst-plugins.inc
DEPENDS += "gst-plugins-base libsidplay"
PROVIDES += "gst-plugin-sid"
PR = "r5"

SRC_URI = "\
  http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.bz2 \
  file://gstsid_autofoo_HACK.patch;patch=1 \
"
S = "${WORKDIR}/gst-plugins-ugly-${PV}"

python() {
	# Don't build, if we are building an ENTERPRISE distro
	enterprise = bb.data.getVar("ENTERPRISE_DISTRO", d, 1)
	if enterprise != "1":
		raise bb.parse.SkipPackage("gst-plugins-ugly-sid will only build if ENTERPRISE_DISTRO == 1")
}