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:
df43057
)
ggz-client-libs: package more files
author
Koen Kooi
<koen@openembedded.org>
Sat, 16 Jan 2010 21:05:36 +0000
(22:05 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 18 Jan 2010 04:25:50 +0000
(
05:25
+0100)
recipes/ggz/ggz-client-libs_0.0.14.1.bb
patch
|
blob
|
history
diff --git
a/recipes/ggz/ggz-client-libs_0.0.14.1.bb
b/recipes/ggz/ggz-client-libs_0.0.14.1.bb
index
6b956ba
..
3594352
100644
(file)
--- a/
recipes/ggz/ggz-client-libs_0.0.14.1.bb
+++ b/
recipes/ggz/ggz-client-libs_0.0.14.1.bb
@@
-2,7
+2,7
@@
DESCRIPTION = " Client libraries for GamingZone"
LICENSE = "LGPLv2"
DEPENDS = "libggz"
-PR = "r
1
"
+PR = "r
2
"
SRC_URI = "http://ftp.belnet.be/packages/ggzgamingzone/ggz/${PV}/${PN}-${PV}.tar.gz \
file://ggz-unbreak-m4.patch;patch=1 \
@@
-21,10
+21,7
@@
do_configure_append() {
done
}
-
AUTOTOOLS_STAGE_PKGCONFIG = "1
"
+
FILES_${PN} += "${libdir}/ggz/ggzwrap ${datadir}/desktop-directories
"
-do_stage() {
- autotools_stage_all
-}