[oe-commits] Khem Raj : liboil_0.3.15.bb: Get rid of do_stage

git version control git at git.openembedded.org
Fri Jun 18 18:17:45 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Jun 18 11:02:20 2010 -0700

liboil_0.3.15.bb: Get rid of do_stage

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/liboil/liboil_0.3.15.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/liboil/liboil_0.3.15.bb b/recipes/liboil/liboil_0.3.15.bb
index 70dc5e2..13e591d 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"





More information about the Openembedded-commits mailing list