[oe-commits] Michael Lippautz : zbar: Convert to new staging

git version control git at git.openembedded.org
Sat Apr 10 19:54:18 UTC 2010


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

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Sat Apr 10 21:15:55 2010 +0200

zbar: Convert to new staging

Signed-off-by: Michael Lippautz <michael.lippautz at gmail.com>

---

 recipes/zbar/zbar_0.8.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/zbar/zbar_0.8.bb b/recipes/zbar/zbar_0.8.bb
index f971bc3..57f0692 100644
--- a/recipes/zbar/zbar_0.8.bb
+++ b/recipes/zbar/zbar_0.8.bb
@@ -2,16 +2,12 @@ DESCRIPTION = "2D barcode scanner toolkit."
 SECTION = "graphics"
 LICENSE = "GPL"
 DEPENDS = "intltool-native gtk+ libpng jpeg"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2"
 
 inherit autotools pkgconfig
 
-do_stage () {
-        autotools_stage_all
-}
-
 EXTRA_OECONF = " --without-imagemagick --without-qt --without-python"
 
 PACKAGES += "libzbar libzbargtk"





More information about the Openembedded-commits mailing list