summaryrefslogtreecommitdiff
path: root/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bbappend
blob: 2c0c86f51be98df469938f531ce35a72ebf91043 (plain)
1
2
3
4
5
6
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}
}