diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-12-14 18:34:43 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-12-29 19:33:20 +0100 |
commit | 1bf09a45a9bc8fdb902282c20964c6d0c96efee9 (patch) | |
tree | cb8b445462028554ebde40f9e664a07971566795 | |
parent | 22fb2b4b25d28bcbf9c71cb8ad165e024530b5f4 (diff) | |
download | meta-raspberrypi-1bf09a45a9bc8fdb902282c20964c6d0c96efee9.tar.gz |
userland: Fix building on aarch64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index bba7541..a37249c 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -16,7 +16,7 @@ COMPATIBLE_MACHINE = "raspberrypi" | |||
16 | 16 | ||
17 | SRCBRANCH = "master" | 17 | SRCBRANCH = "master" |
18 | SRCFORK = "raspberrypi" | 18 | SRCFORK = "raspberrypi" |
19 | SRCREV = "7ade0399c4e46fb6277e3e0ec400711ab54ab504" | 19 | SRCREV = "bb15afe33b313fe045d52277a78653d288e04f67" |
20 | 20 | ||
21 | SRC_URI = "\ | 21 | SRC_URI = "\ |
22 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ | 22 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ |
@@ -43,6 +43,9 @@ EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-a | |||
43 | -DVMCS_INSTALL_PREFIX=${exec_prefix} \ | 43 | -DVMCS_INSTALL_PREFIX=${exec_prefix} \ |
44 | " | 44 | " |
45 | 45 | ||
46 | EXTRA_OECMAKE_append_aarch64 = " -DARM64=ON " | ||
47 | |||
48 | |||
46 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" | 49 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" |
47 | 50 | ||
48 | PACKAGECONFIG[wayland] = "-DBUILD_WAYLAND=TRUE -DWAYLAND_SCANNER_EXECUTABLE:FILEPATH=${STAGING_BINDIR_NATIVE}/wayland-scanner,,wayland-native wayland" | 51 | PACKAGECONFIG[wayland] = "-DBUILD_WAYLAND=TRUE -DWAYLAND_SCANNER_EXECUTABLE:FILEPATH=${STAGING_BINDIR_NATIVE}/wayland-scanner,,wayland-native wayland" |