diff options
-rw-r--r-- | meta/recipes-support/db/db_5.3.15.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-support/db/db_5.3.15.bb b/meta/recipes-support/db/db_5.3.15.bb index a34ad24a74..0df874e29b 100644 --- a/meta/recipes-support/db/db_5.3.15.bb +++ b/meta/recipes-support/db/db_5.3.15.bb | |||
@@ -45,15 +45,16 @@ B = "${WORKDIR}/db-${PV}/build_unix" | |||
45 | # The executables go in a separate package - typically there | 45 | # The executables go in a separate package - typically there |
46 | # is no need to install these unless doing real database | 46 | # is no need to install these unless doing real database |
47 | # management on the system. | 47 | # management on the system. |
48 | PACKAGES += " ${PN}-bin" | 48 | inherit lib_package |
49 | 49 | ||
50 | # Package contents | 50 | # Package contents |
51 | FILES_${PN} = "${libdir}/libdb-5*so*" | ||
52 | FILES_${PN}-bin = "${bindir}/*" | 51 | FILES_${PN}-bin = "${bindir}/*" |
53 | # The dev package has the .so link (as in db3) and the .a's - | 52 | # The dev package has the .so link (as in db3) and the .a's - |
54 | # it is therefore incompatible (cannot be installed at the | 53 | # it is therefore incompatible (cannot be installed at the |
55 | # same time) as the db3 package, allow the default packaging | 54 | # same time) as the db3 package |
56 | # to sort out ${libdir} | 55 | # sort out the .so since they do version prior to the .so |
56 | SOLIBS = "-5*.so" | ||
57 | FILES_SOLIBSDEV = "${libdir}/libdb.so" | ||
57 | 58 | ||
58 | #configuration - set in local.conf to override | 59 | #configuration - set in local.conf to override |
59 | # All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix) | 60 | # All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix) |