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:
e249bbc
)
libsbdfile: fix packaging
author
Koen Kooi
<koen@openembedded.org>
Mon, 5 Feb 2007 19:45:10 +0000
(19:45 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 5 Feb 2007 19:45:10 +0000
(19:45 +0000)
packages/libsndfile/libsndfile1_1.0.16.bb
patch
|
blob
|
history
diff --git
a/packages/libsndfile/libsndfile1_1.0.16.bb
b/packages/libsndfile/libsndfile1_1.0.16.bb
index
5dbec09
..
165ef6d
100644
(file)
--- a/
packages/libsndfile/libsndfile1_1.0.16.bb
+++ b/
packages/libsndfile/libsndfile1_1.0.16.bb
@@
-3,17
+3,15
@@
HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
AUTHOR = "Erik de Castro Lopo"
SECTION = "libs/multimedia"
LICENSE = "LGPL"
-PR = "r
1
"
+PR = "r
2
"
SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz"
S = "${WORKDIR}/libsndfile-${PV}"
-inherit autotools pkgconfig
+inherit autotools
lib_package
pkgconfig
do_stage() {
oe_libinstall -a -so -C src libsndfile ${STAGING_LIBDIR}
install -m 0644 ${S}/src/sndfile.h ${STAGING_INCDIR}/
}
-#FIXME package the rest
-FILES_${PN} = "${libdir}/libsndfile.so*"