Files
yoctor-layers/meta-st/meta-st-openstlinux/recipes-samples/event-gtk-player/event-gtk-player_git.bb
2024-07-11 14:16:35 +02:00

23 lines
695 B
BlitzBasic

SUMMARY = "GTK player with touch screen management"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=801f80980d171dd6425610833a22dbe6"
SRC_URI = "git://github.com/STMicroelectronics/st-openstlinux-application.git;protocol=https;branch=main"
# Modify these as desired
PV = "5.0+git${SRCPV}"
SRCREV = "7c46618178db254520e017a5686a46b1beb413d0"
DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3"
inherit meson pkgconfig
S = "${WORKDIR}/git/touch-event-gtk-player"
do_install () {
install -d ${D}${prefix}/local/demo/bin
install -m 0755 ${B}/touch-event-gtk-player ${D}${prefix}/local/demo/bin/
}
FILES:${PN} += "${prefix}/local/demo/bin"