db{4,5}.inc: fix QA: non -dev contains .so
authorMichael Kurz <betheg@bitcloner.org>
Mon, 23 Aug 2010 22:18:45 +0000 (22:18 +0000)
committerKhem Raj <raj.khem@gmail.com>
Wed, 15 Sep 2010 18:01:44 +0000 (11:01 -0700)
Signed-off-by: Michael Kurz <betheg@bitcloner.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/db/db4.inc
recipes/db/db5.inc

index 7e5c327..2595d81 100644 (file)
@@ -43,12 +43,11 @@ B = "${WORKDIR}/db-${PV}/build_unix"
 PACKAGES += " ${PN}-bin"
 
 # Package contents
-FILES_${PN} = "${libdir}/libdb-4*so*"
+FILES_${PN} = "${libdir}/libdb-${PVM}${SOLIBSDEV}"
 FILES_${PN}-bin = "${bindir}/*"
 # The dev package has the .so link (as in db3) and the .a's -
 # it is therefore incompatible (cannot be installed at the
 # same time) as the db3 package
-FILES_${PN}-dev = "${includedir} ${libdir}/*"
 
 EXTRA_OECONF = "${DB4_CONFIG}"
 
index 557cb4c..1aeee49 100644 (file)
@@ -43,12 +43,11 @@ B = "${WORKDIR}/db-${PV}/build_unix"
 PACKAGES += " ${PN}-bin"
 
 # Package contents
-FILES_${PN} = "${libdir}/libdb-5*so*"
+FILES_${PN} = "${libdir}/libdb-${PVM}${SOLIBSDEV}"
 FILES_${PN}-bin = "${bindir}/*"
 # The dev package has the .so link (as in db3) and the .a's -
 # it is therefore incompatible (cannot be installed at the
 # same time) as the db3 package
-FILES_${PN}-dev = "${includedir} ${libdir}/*"
 
 EXTRA_OECONF = "${DB5_CONFIG}"