From: Khem Raj Date: Fri, 18 Jun 2010 18:02:20 +0000 (-0700) Subject: liboil_0.3.15.bb: Get rid of do_stage X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83be2bd63421d0059c2347060c4e53cf060ea9cb;p=openembedded.git liboil_0.3.15.bb: Get rid of do_stage Signed-off-by: Khem Raj --- diff --git a/recipes/liboil/liboil_0.3.15.bb b/recipes/liboil/liboil_0.3.15.bb index 70dc5e235e..13e591d8b3 100644 --- a/recipes/liboil/liboil_0.3.15.bb +++ b/recipes/liboil/liboil_0.3.15.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs." HOMEPAGE = "http://liboil.freedesktop.org/" LICENSE = "various" -PR = "r4" +PR = "r5" DEPENDS = "glib-2.0" @@ -12,9 +12,5 @@ SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "11dd39b1ca13ce2e0618d4df8303f137" SRC_URI[sha256sum] = "ae5e3b03a72dd4d12accbe7a6022e4e8570fa309defec9846341384d0a657fd4"