summaryrefslogtreecommitdiff
path: root/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bbappend
blob: 60c70a78025c4b20489e0b733806f55b35f880eb (plain)
1
2
3
4
5
6
7
8
PRINC := "${@int(PRINC) + 2}"

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}
}