From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SphWZ-00074r-LU for openembedded-devel@lists.openembedded.org; Fri, 13 Jul 2012 17:11:20 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id q6DCN4at019268 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 13 Jul 2012 05:23:04 -0700 (PDT) Received: from localhost.localdomain (128.224.147.201) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Fri, 13 Jul 2012 05:23:04 -0700 From: Morgan Little To: Date: Fri, 13 Jul 2012 08:22:47 -0400 Message-ID: <1342182175-6461-13-git-send-email-morgan.little@windriver.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1342182175-6461-1-git-send-email-morgan.little@windriver.com> References: <1342182175-6461-1-git-send-email-morgan.little@windriver.com> MIME-Version: 1.0 Subject: [OE-core] [PATCH 12/20] libxml2: Update for python-native changes X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2012 15:11:20 -0000 Content-Type: text/plain Add pythonnative to the inherits list Signed-off-by: Morgan Little --- meta/recipes-core/libxml/libxml2.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index d70fe47..91fbaf4 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc @@ -17,7 +17,7 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \ file://ansidecl.patch" -inherit autotools pkgconfig binconfig +inherit autotools pkgconfig binconfig pythonnative # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header do_configure_prepend () { -- 1.7.0.4