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-graphics/xorg-lib | |
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-graphics/xorg-lib')
4 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb index 73e2948404..5e26fca7cd 100644 --- a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb | |||
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1" | |||
16 | 16 | ||
17 | DEPENDS += " xorgproto virtual/libx11 libxfixes libxext" | 17 | DEPENDS += " xorgproto virtual/libx11 libxfixes libxext" |
18 | PROVIDES = "xcomposite" | 18 | PROVIDES = "xcomposite" |
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native nativesdk" |
20 | 20 | ||
21 | PE = "1" | 21 | PE = "1" |
22 | 22 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb index 6d6ffadf20..530da0569c 100644 --- a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb | |||
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868" | |||
18 | 18 | ||
19 | DEPENDS += "virtual/libx11 xorgproto libxfixes" | 19 | DEPENDS += "virtual/libx11 xorgproto libxfixes" |
20 | PROVIDES = "xdamage" | 20 | PROVIDES = "xdamage" |
21 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native nativesdk" |
22 | 22 | ||
23 | PE = "1" | 23 | PE = "1" |
24 | 24 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb b/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb index 08381d9c4d..ab49cdba3f 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb | |||
@@ -20,3 +20,5 @@ XORG_PN = "libXi" | |||
20 | SRC_URI[md5sum] = "1f0f2719c020655a60aee334ddd26d67" | 20 | SRC_URI[md5sum] = "1f0f2719c020655a60aee334ddd26d67" |
21 | SRC_URI[sha256sum] = "c2e6b8ff84f9448386c1b5510a5cf5a16d788f76db018194dacdc200180faf45" | 21 | SRC_URI[sha256sum] = "c2e6b8ff84f9448386c1b5510a5cf5a16d788f76db018194dacdc200180faf45" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native nativesdk" | ||
24 | |||
diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb index 266bd1ca59..7837f69d38 100644 --- a/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb | |||
@@ -19,3 +19,4 @@ XORG_PN = "libXtst" | |||
19 | SRC_URI[md5sum] = "ef8c2c1d16a00bd95b9fdcef63b8a2ca" | 19 | SRC_URI[md5sum] = "ef8c2c1d16a00bd95b9fdcef63b8a2ca" |
20 | SRC_URI[sha256sum] = "4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204" | 20 | SRC_URI[sha256sum] = "4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | ||