blob: b33b7d1f61655f2f660ba0110f7cea99fb7b3d15 (
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}/gst-plugins-ugly
}
|