meta-agl-profile-telematics: recipes-core: systemd: change canbus systemd match regex
[AGL/meta-agl.git] / meta-agl-bsp / meta-ti / recipes-arago / gst-plugins-ti / gstreamer1.0-plugins-ti.inc
1 # Include file for common build settings for TI GStreamer plugins
2 DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad libdrm libdce"
3
4 inherit autotools-brokensep pkgconfig gettext
5
6 INC_PR = "r2"
7
8 S = "${WORKDIR}/git"
9
10 PACKAGE_ARCH = "${MACHINE_ARCH}"
11
12 do_configure() {
13         cd ${S}
14         chmod +x autogen.sh
15         ./autogen.sh --host=arm-linux --with-libtool-sysroot=${STAGING_DIR_TARGET} --prefix=/usr
16 }
17
18 EXTRA_OECONF += "--enable-maintainer-mode"
19 EXTRA_OEMAKE += "'ERROR_CFLAGS=-Wno-deprecated-declarations'"
20
21 FILES_${PN} += "${libdir}/gstreamer-1.0/*.so"
22 FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug"
23 FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la"