summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb
diff options
context:
space:
mode:
authorFelipe F. Tonello <eu@felipetonello.com>2016-07-15 17:36:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-20 10:28:51 +0100
commite24bc6d9f206a87822a3b95568ce0d07f390792b (patch)
tree1c78b76ba5af6e36dc46bbf205a999d200f7d41e /meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb
parent69dfc58449400159a2d9fd1e3e36636f52f2e0ef (diff)
downloadpoky-e24bc6d9f206a87822a3b95568ce0d07f390792b.tar.gz
recipes-graphics: Added native and nativesdk support for some libraries
These libraries are used in some recipes outside oe-core, so we should add this class support to avoid duplication and bbappends on other layers. (From OE-Core rev: 2db2724c4386fc07bd667060eb12b479747e0d35) Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb
index 027c8043d8..bb03f44e25 100644
--- a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb
@@ -18,3 +18,5 @@ XORG_PN = "libXinerama"
18 18
19SRC_URI[md5sum] = "9336dc46ae3bf5f81c247f7131461efd" 19SRC_URI[md5sum] = "9336dc46ae3bf5f81c247f7131461efd"
20SRC_URI[sha256sum] = "7a45699f1773095a3f821e491cbd5e10c887c5a5fce5d8d3fced15c2ff7698e2" 20SRC_URI[sha256sum] = "7a45699f1773095a3f821e491cbd5e10c887c5a5fce5d8d3fced15c2ff7698e2"
21
22BBCLASSEXTEND = "native nativesdk"