From: Graeme Gregory Date: Wed, 27 Jan 2010 15:03:44 +0000 (+0000) Subject: gtkmm_2.18.1.bb : update to latest standards X-Git-Tag: Release-2010-05/1~716 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7b58d2a25169ab2e1ff80266a15bc7543ebe15;p=openembedded.git gtkmm_2.18.1.bb : update to latest standards No need to override do_configure anymore. --- diff --git a/recipes/gtkmm/gtkmm_2.18.1.bb b/recipes/gtkmm/gtkmm_2.18.1.bb index 198fbd4f43..45d5c38d27 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 "