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:
292f2bf
)
libcdio: fix SONAME damage caused by b672b28ba6a29e2715c91fcbbda8b2776b6f1105
author
Koen Kooi
<koen@openembedded.org>
Sun, 3 Oct 2010 16:00:51 +0000
(18:00 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 3 Oct 2010 16:02:21 +0000
(18:02 +0200)
recipes/libcdio/libcdio.inc
patch
|
blob
|
history
diff --git
a/recipes/libcdio/libcdio.inc
b/recipes/libcdio/libcdio.inc
index
e84c25d
..
1ccc791
100644
(file)
--- a/
recipes/libcdio/libcdio.inc
+++ b/
recipes/libcdio/libcdio.inc
@@
-4,7
+4,7
@@
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv3+"
DEPENDS = "ncurses"
-INC_PR = "r
1
"
+INC_PR = "r
2
"
SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz"
@@
-14,7
+14,7
@@
EXTRA_OECONF = "ac_cv_member_struct_tm_tm_gmtoff=no"
PACKAGES += "${PN}-utils"
-FILES_${PN} = "${libdir}/
lib
${PN}${SOLIB}"
+FILES_${PN} = "${libdir}/${PN}${SOLIB}"
FILES_${PN}-utils = "${bindir}/*"
python populate_packages_prepend () {