summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-01-10 18:11:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-16 18:05:13 +0000
commit5659aa92b53e4c312d6a962f5d5e8c775d4bfc72 (patch)
treeb2e32a002fe246360bc0d1d885c3839a32effe7c /meta
parentfae29ac08307c017b8e2875f65346e5cae431d40 (diff)
downloadpoky-5659aa92b53e4c312d6a962f5d5e8c775d4bfc72.tar.gz
wayland: minor recipe cleanup
Reorder lines, no functional changes. (From OE-Core rev: db450e6e472ea0fecef0129abcfc46ee67b20c8e) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/wayland/wayland_1.12.0.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.12.0.bb b/meta/recipes-graphics/wayland/wayland_1.12.0.bb
index de261fe9b1..026227a533 100644
--- a/meta/recipes-graphics/wayland/wayland_1.12.0.bb
+++ b/meta/recipes-graphics/wayland/wayland_1.12.0.bb
@@ -10,20 +10,17 @@ LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=b31d8f53b6aaf2b4985d7dd7810a70d1 \ 10LIC_FILES_CHKSUM = "file://COPYING;md5=b31d8f53b6aaf2b4985d7dd7810a70d1 \
11 file://src/wayland-server.c;endline=24;md5=b8e046164a766bb1ede8ba38e9dcd7ce" 11 file://src/wayland-server.c;endline=24;md5=b8e046164a766bb1ede8ba38e9dcd7ce"
12 12
13DEPENDS = "expat libxml2 libffi wayland-native"
14
13SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ 15SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
14 " 16 "
15SRC_URI[md5sum] = "ee615e2d1e205eec48b02f069327eb96" 17SRC_URI[md5sum] = "ee615e2d1e205eec48b02f069327eb96"
16SRC_URI[sha256sum] = "d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1" 18SRC_URI[sha256sum] = "d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1"
17 19
18EXTRA_OECONF_class-native = "--disable-documentation --disable-libraries"
19
20inherit autotools pkgconfig 20inherit autotools pkgconfig
21 21
22BBCLASSEXTEND = "native nativesdk"
23
24DEPENDS = "expat libxml2 libffi wayland-native"
25
26EXTRA_OECONF = "--disable-documentation --with-host-scanner" 22EXTRA_OECONF = "--disable-documentation --with-host-scanner"
23EXTRA_OECONF_class-native = "--disable-documentation --disable-libraries"
27 24
28# Wayland installs a M4 macro for other projects to use, which uses the target 25# Wayland installs a M4 macro for other projects to use, which uses the target
29# pkg-config to find files. Replace pkg-config with pkg-config-native. 26# pkg-config to find files. Replace pkg-config with pkg-config-native.
@@ -40,3 +37,5 @@ sysroot_stage_all_append_class-target () {
40 37
41FILES_${PN} = "${libdir}/*${SOLIBS}" 38FILES_${PN} = "${libdir}/*${SOLIBS}"
42FILES_${PN}-dev += "${bindir} ${datadir}/wayland" 39FILES_${PN}-dev += "${bindir} ${datadir}/wayland"
40
41BBCLASSEXTEND = "native nativesdk"