aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/liboil
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-06-18 11:02:20 -0700
committerKhem Raj <raj.khem@gmail.com>2010-06-18 11:17:19 -0700
commit83be2bd63421d0059c2347060c4e53cf060ea9cb (patch)
tree5c32d58f637c0318a0e3055c47fe6cb4c6f701ef /recipes/liboil
parent097131c401034fa2c2e3f7c912cf058fe8eaed15 (diff)
downloadopenembedded-83be2bd63421d0059c2347060c4e53cf060ea9cb.tar.gz
liboil_0.3.15.bb: Get rid of do_stage
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/liboil')
-rw-r--r--recipes/liboil/liboil_0.3.15.bb6
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 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"