[oe-commits] Graeme Gregory : gtkmm_2.18.1.bb : update to latest standards

git version control git at git.openembedded.org
Wed Jan 27 15:04:44 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6b7b58d2a25169ab2e1ff80266a15bc7543ebe15
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6b7b58d2a25169ab2e1ff80266a15bc7543ebe15

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Wed Jan 27 15:03:44 2010 +0000

gtkmm_2.18.1.bb : update to latest standards

No need to override do_configure anymore.

---

 recipes/gtkmm/gtkmm_2.18.1.bb |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/recipes/gtkmm/gtkmm_2.18.1.bb b/recipes/gtkmm/gtkmm_2.18.1.bb
index 198fbd4..45d5c38 100644
--- a/recipes/gtkmm/gtkmm_2.18.1.bb
+++ b/recipes/gtkmm/gtkmm_2.18.1.bb
@@ -2,12 +2,7 @@ require gtkmm.inc
 
 DEPENDS += "pangomm"
 
-EXTRA_OECONF = " --disable-documentation "
-
-do_configure() {
-    libtoolize --force
-    gnu-configize
-    oe_runconf
-}
+PR = "r1"
 
+EXTRA_OECONF = " --disable-documentation "
 





More information about the Openembedded-commits mailing list