From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QAzQq-0006Eg-3a for openembedded-core@lists.openembedded.org; Sat, 16 Apr 2011 08:56:36 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 15 Apr 2011 23:54:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,223,1301900400"; d="scan'208";a="420319723" Received: from unknown (HELO localhost) ([10.255.12.232]) by azsmga001.ch.intel.com with ESMTP; 15 Apr 2011 23:54:15 -0700 Message-Id: In-Reply-To: References: Old-Date: Tue, 12 Apr 2011 01:05:52 +0800 Date: Fri, 15 Apr 2011 23:54:15 -0700 To: openembedded-core@lists.openembedded.org From: Saul Wold X-Mailman-Approved-At: Sat, 16 Apr 2011 12:03:17 +0200 Cc: Scott Rifenbark , Paul Eggleton , Jingdong Lu , Kang Kai , Xiaofeng Yan Subject: [PATCH 26/58] xextproto: upgrade from 7.1.2 to the latest version 7.2.0 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2011 06:56:36 -0000 From: Dexuan Cui Add --enable-specs=no. Signed-off-by: Dexuan Cui --- .../{xextproto_7.1.2.bb => xextproto_7.2.0.bb} | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{xextproto_7.1.2.bb => xextproto_7.2.0.bb} (76%) diff --git a/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb b/meta/recipes-graphics/xorg-proto/xextproto_7.2.0.bb similarity index 76% rename from meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb rename to meta/recipes-graphics/xorg-proto/xextproto_7.2.0.bb index b079736..09eb59a 100644 --- a/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb +++ b/meta/recipes-graphics/xorg-proto/xextproto_7.2.0.bb @@ -17,7 +17,9 @@ PE = "1" inherit gettext +EXTRA_OECONF_append = " --enable-specs=no" + BBCLASSEXTEND = "native nativesdk" -SRC_URI[md5sum] = "263ae968b223c23b2986603d84e5c30e" -SRC_URI[sha256sum] = "f6f829e112c8eca7c2f10b2193e8d927b9b7722283d647cfd2aea09758159199" +SRC_URI[md5sum] = "220732210ceffb01bf1caf970e3b1bfb" +SRC_URI[sha256sum] = "d2bc4208c6b1883ebe00bc5c0048e5d825038cda56775f74bb4aa89afdc576d5" -- 1.7.1.1