git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
216fd1e
)
zbar: Convert to new staging
author
Michael Lippautz
<michael.lippautz@gmail.com>
Sat, 10 Apr 2010 19:15:55 +0000
(21:15 +0200)
committer
Michael Lippautz
<michael.lippautz@gmail.com>
Sat, 10 Apr 2010 19:15:55 +0000
(21:15 +0200)
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
recipes/zbar/zbar_0.8.bb
patch
|
blob
|
history
diff --git
a/recipes/zbar/zbar_0.8.bb
b/recipes/zbar/zbar_0.8.bb
index
f971bc3
..
57f0692
100644
(file)
--- 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 = "r
0
"
+PR = "r
1
"
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"