diff options
author | Michael Lippautz <michael.lippautz@gmail.com> | 2010-04-10 21:15:55 +0200 |
---|---|---|
committer | Michael Lippautz <michael.lippautz@gmail.com> | 2010-04-10 21:15:55 +0200 |
commit | a7838e202b26ed2b670272ee484a0a9c481287f0 (patch) | |
tree | 46762d8e9d480bc4d0d80683b704e519e07f90fc /recipes/zbar | |
parent | 216fd1ee6acb42298a90f46b4351707fb8063f69 (diff) |
zbar: Convert to new staging
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Diffstat (limited to 'recipes/zbar')
-rw-r--r-- | 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 f971bc3f2b..57f069216e 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" |