summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-03-14 16:26:32 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-08 12:51:10 +0000
commit9d008ac3c00a0fe2330005e238b1236eb36119b9 (patch)
tree7e66adc56d36dc8d25fa212584f5464f3c66c358
parentaa4ebe4fd114bcc14b7028c9d50bc7f6c5510af5 (diff)
downloadmeta-boot2qt-9d008ac3c00a0fe2330005e238b1236eb36119b9.tar.gz
wayland: upstream now supports nativesdk build
Change-Id: I92cc3c447e4f8d1da987ca49f996e939c81dc69c Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--recipes/wayland/wayland/0001-Use-native-wayland-scanner-when-building-nativesdk-w.patch25
-rw-r--r--recipes/wayland/wayland_1.%.bbappend31
2 files changed, 0 insertions, 56 deletions
diff --git a/recipes/wayland/wayland/0001-Use-native-wayland-scanner-when-building-nativesdk-w.patch b/recipes/wayland/wayland/0001-Use-native-wayland-scanner-when-building-nativesdk-w.patch
deleted file mode 100644
index 9e5fe4d..0000000
--- a/recipes/wayland/wayland/0001-Use-native-wayland-scanner-when-building-nativesdk-w.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1The wayland-scanner built for the nativesdk cannot be run during the build,
2so instead use the wayland-scanner from native build.
3
4Upstream-Status: Pending
5
6Signed-off-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
7---
8 Makefile.am | 4 +---
9 1 file changed, 1 insertion(+), 3 deletions(-)
10diff --git a/Makefile.am b/Makefile.am
11index c15d8b8..45f7133 100644
12--- a/Makefile.am
13+++ b/Makefile.am
14@@ -62,7 +62,7 @@ nodist_libwayland_client_la_SOURCES = \
15 pkgconfig_DATA += src/wayland-client.pc src/wayland-server.pc
16
17 if ENABLE_SCANNER
18-wayland_scanner = $(top_builddir)/wayland-scanner
19+wayland_scanner = wayland-scanner
20 bin_PROGRAMS = wayland-scanner
21 wayland_scanner_SOURCES = src/scanner.c
22 wayland_scanner_LDADD = $(EXPAT_LIBS) libwayland-util.la
23--
241.9.1
25
diff --git a/recipes/wayland/wayland_1.%.bbappend b/recipes/wayland/wayland_1.%.bbappend
deleted file mode 100644
index 4497942..0000000
--- a/recipes/wayland/wayland_1.%.bbappend
+++ /dev/null
@@ -1,31 +0,0 @@
1##############################################################################
2##
3## Copyright (C) 2016 The Qt Company Ltd.
4## Contact: http://www.qt.io/licensing/
5##
6## This file is part of the Boot to Qt meta layer.
7##
8## $QT_BEGIN_LICENSE:COMM$
9##
10## Commercial License Usage
11## Licensees holding valid commercial Qt licenses may use this file in
12## accordance with the commercial license agreement provided with the
13## Software or, alternatively, in accordance with the terms contained in
14## a written agreement between you and The Qt Company. For licensing terms
15## and conditions see http://www.qt.io/terms-conditions. For further
16## information use the contact form at http://www.qt.io/contact-us.
17##
18## $QT_END_LICENSE$
19##
20##############################################################################
21
22FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
23SRC_URI_append_class-nativesdk = " \
24 file://disable-macro-checks-not-used-for-scanner.patch \
25 file://0001-Use-native-wayland-scanner-when-building-nativesdk-w.patch \
26 "
27
28EXTRA_OECONF_class-nativesdk = "--disable-documentation --enable-scanner"
29DEPENDS_class-nativesdk = "libffi-nativesdk wayland-native"
30
31BBCLASSEXTEND = "native nativesdk"