meta-digi/meta-digi-dey/recipes-qt/qt5/qtmultimedia_%.bbappend

18 lines
532 B
Plaintext

# Copyright (C) 2015-2018 Digi International
PACKAGECONFIG_append = " gstreamer"
pkg_postinst_${PN}_ccimx6() {
mkdir -p $D${sysconfdir}/profile.d
echo '# Use FSL gstreamer plugin video source' >> $D${sysconfdir}/profile.d/qt5.sh
echo 'export QT_GSTREAMER_CAMERABIN_VIDEOSRC="imxv4l2src"' >> $D${sysconfdir}/profile.d/qt5.sh
}
do_install_append() {
if ls ${D}${libdir}/pkgconfig/Qt5*.pc >/dev/null 2>&1; then
sed -i 's,-L${STAGING_DIR_HOST}/usr/lib,,' ${D}${libdir}/pkgconfig/Qt5*.pc
fi
}
PACKAGE_ARCH = "${MACHINE_ARCH}"