mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-17 04:06:56 +00:00
Convert to new override syntax
This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
8dc3a31088
commit
9ea7aa2cd2
@@ -1,12 +1,12 @@
|
||||
FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/${PN}:"
|
||||
FILESEXTRAPATHS:prepend:rpi := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI_append_rpi = " \
|
||||
SRC_URI:append:rpi = " \
|
||||
file://0001-Don-t-try-to-acquire-buffer-when-src-pad-isn-t-activ.patch \
|
||||
file://0003-no-timeout-on-get-state.patch \
|
||||
file://0004-Properly-handle-drain-requests-while-flushing.patch \
|
||||
file://0005-Don-t-abort-gst_omx_video_dec_set_format-if-there-s-.patch \
|
||||
"
|
||||
|
||||
GSTREAMER_1_0_OMX_TARGET_rpi = "rpi"
|
||||
GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so"
|
||||
EXTRA_OEMESON_append_rpi = " -Dheader_path=${STAGING_DIR_TARGET}/usr/include/IL"
|
||||
GSTREAMER_1_0_OMX_TARGET:rpi = "rpi"
|
||||
GSTREAMER_1_0_OMX_CORE_NAME:rpi = "${libdir}/libopenmaxil.so"
|
||||
EXTRA_OEMESON:append:rpi = " -Dheader_path=${STAGING_DIR_TARGET}/usr/include/IL"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
PACKAGECONFIG_append_rpi = " hls libmms \
|
||||
PACKAGECONFIG:append:rpi = " hls libmms \
|
||||
${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'faad', '', d)}"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# if using bcm driver enable dispmanx not when using VC4 driver
|
||||
PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}"
|
||||
DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"
|
||||
PACKAGECONFIG:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}"
|
||||
DEPENDS:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"
|
||||
|
||||
PACKAGECONFIG_GL_VC4GRAPHICS = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}"
|
||||
PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '${PACKAGECONFIG_GL_VC4GRAPHICS}', 'egl gles2', d)}"
|
||||
PACKAGECONFIG_GL:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '${PACKAGECONFIG_GL_VC4GRAPHICS}', 'egl gles2', d)}"
|
||||
|
||||
@@ -1 +1 @@
|
||||
PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' rpi', d)}"
|
||||
PACKAGECONFIG:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' rpi', d)}"
|
||||
|
||||
@@ -36,12 +36,12 @@ SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master
|
||||
file://0007-Remove-Makefile-hardcoded-arch-tune.patch \
|
||||
"
|
||||
|
||||
SRC_URI_append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}"
|
||||
SRC_URI:append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
COMPATIBLE_MACHINE = "^rpi$"
|
||||
COMPATIBLE_HOST_aarch64 = "null"
|
||||
COMPATIBLE_HOST:aarch64 = "null"
|
||||
|
||||
def cpu(d):
|
||||
for arg in (d.getVar('TUNE_CCARGS') or '').split():
|
||||
@@ -99,10 +99,10 @@ do_install() {
|
||||
install ${S}/fonts/* ${D}${datadir}/fonts/truetype/freefont/
|
||||
}
|
||||
|
||||
FILES_${PN} = "${bindir}/omxplayer* \
|
||||
FILES:${PN} = "${bindir}/omxplayer* \
|
||||
${libdir}/omxplayer/lib*${SOLIBS} \
|
||||
${datadir}/fonts"
|
||||
|
||||
FILES_${PN}-dev += "${libdir}/omxplayer/*.so"
|
||||
FILES:${PN}-dev += "${libdir}/omxplayer/*.so"
|
||||
|
||||
RDEPENDS_${PN} += "bash procps userland"
|
||||
RDEPENDS:${PN} += "bash procps userland"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
EXTRA_OECONF_append_raspberrypi = " --disable-asm"
|
||||
EXTRA_OECONF_append_raspberrypi0-wifi = " --disable-asm"
|
||||
EXTRA_OECONF:append:raspberrypi = " --disable-asm"
|
||||
EXTRA_OECONF:append:raspberrypi0-wifi = " --disable-asm"
|
||||
|
||||
Reference in New Issue
Block a user