summaryrefslogtreecommitdiff
path: root/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
blob: 840ddba4950d5ab20e36138e21b854c68c59e1a0 (plain)
1
2
3
4
5
6
7
8
9
PRINC := "${@int(PRINC) + 2}"
EXTRA_OECONF +=  "--disable-sdl"

do_install_append () {
    # make an empty file, so that ${PN} packages has not size 0 and does get created
    mkdir -p ${D}${datadir}/gstreamer-${LIBV}
    touch ${D}${datadir}/gstreamer-${LIBV}/${PN}
}