blob: ae7566143efcc8d2401e9cd1f9663aff6fdc6d8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require gst-plugins.inc
PR = "r5"
SRC_URI += "file://fix-unit-scale-asseration.patch;patch=1"
OE_ALLOW_INSECURE_DOWNLOADS = "1"
inherit gconf
DEPENDS += "flac gst-plugins-base openssl popt esound"
PACKAGES =+ "gst-plugin-gconfelements"
FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf"
|