From patchwork Sat Apr 16 06:54:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [26/58] xextproto: upgrade from 7.1.2 to the latest version 7.2.0 Date: Sat, 16 Apr 2011 06:54:15 -0000 From: Saul Wold X-Patchwork-Id: 2375 Message-Id: To: openembedded-core@lists.openembedded.org Cc: Scott Rifenbark , Paul Eggleton , Jingdong Lu , Kang Kai , Xiaofeng Yan 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"