fsogsmd: should now depend on msmcomm-specs rather than msmcommd-specs
[openembedded.git] / recipes / gstreamer / gst-plugins-ugly_0.10.16.bb
blobbcb6b28298784ac60aa4107cc07fd2a64a118798
1 require gst-plugins.inc
3 PR = "${INC_PR}.1"
5 DEPENDS += "gst-plugins-base mpeg2dec libsidplay"
7 SRC_URI += "\
8 file://gstmad_16bit.patch \
9 file://gstsid_autofoo_HACK.patch \
11 SRC_URI[archive.md5sum] = "989e1b0fab010f73f76912f70ec5f62a"
12 SRC_URI[archive.sha256sum] = "d7fc7636001e78736540c628ad889888cb85ea722f08d1c6813b16682dd9c09c"
14 python() {
15 # Don't build, if we are building an ENTERPRISE distro
16 enterprise = bb.data.getVar("ENTERPRISE_DISTRO", d, 1)
17 if enterprise == "1":
18 raise bb.parse.SkipPackage("gst-plugins-ugly will only build if ENTERPRISE_DISTRO != 1")