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