[oe-commits] Koen Kooi : libcdio: fix SONAME damage caused by b672b28ba6a29e2715c91fcbbda8b2776b6f1105

git version control git at git.openembedded.org
Sun Oct 3 16:06:03 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 449edd7510662dd366ab363fafec3b6bfba713ae
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=449edd7510662dd366ab363fafec3b6bfba713ae

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Oct  3 18:00:51 2010 +0200

libcdio: fix SONAME damage caused by b672b28ba6a29e2715c91fcbbda8b2776b6f1105

---

 recipes/libcdio/libcdio.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libcdio/libcdio.inc b/recipes/libcdio/libcdio.inc
index e84c25d..1ccc791 100644
--- a/recipes/libcdio/libcdio.inc
+++ b/recipes/libcdio/libcdio.inc
@@ -4,7 +4,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPLv3+"
 DEPENDS = "ncurses"
-INC_PR = "r1"
+INC_PR = "r2"
 
 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 () {





More information about the Openembedded-commits mailing list