diff options
author | Michael Kurz <betheg@bitcloner.org> | 2010-08-23 22:18:45 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-15 11:01:44 -0700 |
commit | 712280e02f077cf355fcbec6209e2fab220120cd (patch) | |
tree | ebe1818cd158510a497bee0cd1970cd87f5d8ad8 /recipes/db/db4.inc | |
parent | 763aac2457ca6457670a32d1d8b9f2f3052c1a58 (diff) |
db{4,5}.inc: fix QA: non -dev contains .so
Signed-off-by: Michael Kurz <betheg@bitcloner.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/db/db4.inc')
-rw-r--r-- | recipes/db/db4.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/db/db4.inc b/recipes/db/db4.inc index 7e5c327d01..2595d8186f 100644 --- a/recipes/db/db4.inc +++ b/recipes/db/db4.inc @@ -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}" |