mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
packages: various .debug packaging fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@831 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -37,11 +37,11 @@ PACKAGES += " ${PN}-bin"
|
||||
|
||||
# Package contents
|
||||
FILES_${PN} = "${libdir}/libdb*so*"
|
||||
FILES_${PN}-bin = "${bindir}"
|
||||
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}"
|
||||
FILES_${PN}-dev = "${includedir} ${libdir}/*"
|
||||
|
||||
#configuration - set in local.conf to override
|
||||
DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild"
|
||||
|
||||
@@ -45,11 +45,11 @@ PACKAGES += " ${PN}-bin"
|
||||
|
||||
# Package contents
|
||||
FILES_${PN} = "${libdir}/libdb-4*so*"
|
||||
FILES_${PN}-bin = "${bindir}"
|
||||
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}"
|
||||
FILES_${PN}-dev = "${includedir} ${libdir}/*"
|
||||
|
||||
#configuration - set in local.conf to override
|
||||
DB4_CONFIG ?= " --disable-cryptography --disable-queue --disable-replication --disable-verify --enable-hash"
|
||||
|
||||
@@ -48,11 +48,11 @@ PACKAGES += " ${PN}-bin"
|
||||
|
||||
# Package contents
|
||||
FILES_${PN} = "${libdir}/libdb-4*so*"
|
||||
FILES_${PN}-bin = "${bindir}"
|
||||
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}"
|
||||
FILES_${PN}-dev = "${includedir} ${libdir}/*"
|
||||
|
||||
#configuration - set in local.conf to override
|
||||
DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild --enable-compat185"
|
||||
|
||||
Reference in New Issue
Block a user