mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 03:46:56 +00:00
userland: Update to tip of tree
Drop the patch which is upstreamed slightly differently use VMCS_INSTALL_PREFIX to /usr via EXTRA_OECMAKE Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,11 +16,10 @@ COMPATIBLE_MACHINE = "raspberrypi"
|
||||
|
||||
SRCBRANCH = "master"
|
||||
SRCFORK = "raspberrypi"
|
||||
SRCREV = "703a2c4b35e23ee44ad84db6b9c3f89c0a627143"
|
||||
SRCREV = "17c28b9d1d234893b73adeb95efc4959b617fc85"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
|
||||
file://0001-set-VMCS_INSTALL_PREFIX-to-usr.patch \
|
||||
file://0002-cmake-generate-and-install-pkgconfig-files.patch \
|
||||
file://0003-Allow-applications-to-set-next-resource-handle.patch \
|
||||
file://0004-wayland-Add-support-for-the-Wayland-winsys.patch \
|
||||
@@ -41,7 +40,8 @@ S = "${WORKDIR}/git"
|
||||
inherit cmake pkgconfig
|
||||
|
||||
EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed' \
|
||||
"
|
||||
-DVMCS_INSTALL_PREFIX=${exec_prefix} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user