diff options
author | Morgan Little <morgan.little@windriver.com> | 2012-07-19 13:46:16 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:21 +0100 |
commit | 9e8129ee44de83acd49cd1cdeba71841f0899519 (patch) | |
tree | e552eec32f9be1f1ca73d5c8e4911b7958afd983 /meta/recipes-graphics | |
parent | cf4594805c7ab755d377fcac118026d04310c19b (diff) | |
download | poky-9e8129ee44de83acd49cd1cdeba71841f0899519.tar.gz |
mesa-common: Update for python-native changes
Add pythonnative to the inherits list
(From OE-Core rev: 003dad555c7c3df61000bf7f712abb4050f3b4e5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index f697e673e4..120a2566c6 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc | |||
@@ -12,7 +12,7 @@ SECTION = "x11" | |||
12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" | 13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" |
14 | 14 | ||
15 | INC_PR = "r14" | 15 | INC_PR = "r15" |
16 | PE = "2" | 16 | PE = "2" |
17 | 17 | ||
18 | 18 | ||
@@ -26,7 +26,7 @@ PROVIDES = "virtual/libgl" | |||
26 | # for mesa-dri and mesa-xlib | 26 | # for mesa-dri and mesa-xlib |
27 | FILESEXTRAPATHS_append := "${THISDIR}/mesa:" | 27 | FILESEXTRAPATHS_append := "${THISDIR}/mesa:" |
28 | 28 | ||
29 | inherit autotools pkgconfig | 29 | inherit autotools pkgconfig pythonnative |
30 | 30 | ||
31 | EXTRA_OECONF = "--enable-glu \ | 31 | EXTRA_OECONF = "--enable-glu \ |
32 | --disable-glw \ | 32 | --disable-glw \ |