From patchwork Fri Jul 13 12:22:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [OE-core,15/20] mesa-common: Update for python-native changes Date: Fri, 13 Jul 2012 12:22:50 -0000 From: Morgan Little X-Patchwork-Id: 31991 Message-Id: <1342182175-6461-16-git-send-email-morgan.little@windriver.com> To: Add pythonnative to the inherits list Signed-off-by: Morgan Little --- 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 f697e67..120a256 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc @@ -12,7 +12,7 @@ SECTION = "x11" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" -INC_PR = "r14" +INC_PR = "r15" PE = "2" @@ -26,7 +26,7 @@ PROVIDES = "virtual/libgl" # for mesa-dri and mesa-xlib FILESEXTRAPATHS_append := "${THISDIR}/mesa:" -inherit autotools pkgconfig +inherit autotools pkgconfig pythonnative EXTRA_OECONF = "--enable-glu \ --disable-glw \