libcdio: fix SONAME damage caused by b672b28ba6a29e2715c91fcbbda8b2776b6f1105
authorKoen Kooi <koen@openembedded.org>
Sun, 3 Oct 2010 16:00:51 +0000 (18:00 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 3 Oct 2010 16:02:21 +0000 (18:02 +0200)
recipes/libcdio/libcdio.inc

index e84c25d..1ccc791 100644 (file)
@@ -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 () {