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