diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-01-28 13:46:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-28 23:14:10 +0000 |
commit | 997b526d8b732112edae252eb615b124c5a95760 (patch) | |
tree | 77f402cd8f6836b04d1051838a91f45f6d38abd1 /meta/recipes-support | |
parent | 45eb9b531db65cce85505991ab0f00b94c4ef0b6 (diff) | |
download | poky-997b526d8b732112edae252eb615b124c5a95760.tar.gz |
meta: add native and nativesdk variants to various recipes to enable gtk+3-native/nativesdk
(From OE-Core rev: 35983262caca0f1fa0d2f6b429152c8d5cdf1be6)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.30.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.30.0.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/atk/atk_2.30.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/vte/vte_0.52.2.bb | 2 |
4 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.30.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.30.0.bb index eb4be6b6d8..2244797071 100644 --- a/meta/recipes-support/atk/at-spi2-atk_2.30.0.bb +++ b/meta/recipes-support/atk/at-spi2-atk_2.30.0.bb | |||
@@ -18,3 +18,5 @@ PACKAGES =+ "${PN}-gnome ${PN}-gtk2" | |||
18 | 18 | ||
19 | FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules" | 19 | FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules" |
20 | FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*" | 20 | FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*" |
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-support/atk/at-spi2-core_2.30.0.bb b/meta/recipes-support/atk/at-spi2-core_2.30.0.bb index 7d2d406cbc..d0b567a5e5 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.30.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.30.0.bb | |||
@@ -38,3 +38,4 @@ FILES_${PN} += "${datadir}/dbus-1/services/*.service \ | |||
38 | ${datadir}/defaults/at-spi2 \ | 38 | ${datadir}/defaults/at-spi2 \ |
39 | ${systemd_user_unitdir}/at-spi-dbus-bus.serviceĀ \ | 39 | ${systemd_user_unitdir}/at-spi-dbus-bus.serviceĀ \ |
40 | " | 40 | " |
41 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-support/atk/atk_2.30.0.bb b/meta/recipes-support/atk/atk_2.30.0.bb index c950862b6f..481f8e89a1 100644 --- a/meta/recipes-support/atk/atk_2.30.0.bb +++ b/meta/recipes-support/atk/atk_2.30.0.bb | |||
@@ -33,5 +33,5 @@ SRC_URI_append = " \ | |||
33 | SRC_URI[archive.md5sum] = "769c85005d392ad17ffbc063f2d26454" | 33 | SRC_URI[archive.md5sum] = "769c85005d392ad17ffbc063f2d26454" |
34 | SRC_URI[archive.sha256sum] = "dd4d90d4217f2a0c1fee708a555596c2c19d26fef0952e1ead1938ab632c027b" | 34 | SRC_URI[archive.sha256sum] = "dd4d90d4217f2a0c1fee708a555596c2c19d26fef0952e1ead1938ab632c027b" |
35 | 35 | ||
36 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native nativesdk" |
37 | 37 | ||
diff --git a/meta/recipes-support/vte/vte_0.52.2.bb b/meta/recipes-support/vte/vte_0.52.2.bb index 7324c9c63d..62fb5288fa 100644 --- a/meta/recipes-support/vte/vte_0.52.2.bb +++ b/meta/recipes-support/vte/vte_0.52.2.bb | |||
@@ -44,3 +44,5 @@ EXTRA_OEMAKE_class-target = "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool | |||
44 | 44 | ||
45 | PACKAGES =+ "libvte" | 45 | PACKAGES =+ "libvte" |
46 | FILES_libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*" | 46 | FILES_libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*" |
47 | |||
48 | BBCLASSEXTEND = "native nativesdk" | ||