mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
db: refactor packages for staticdev
(From OE-Core rev: ceeb10689f80cc86796d1ab32142aa1c4802eb84) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b5dee63c2e
commit
cb06a5aa2b
@@ -14,7 +14,7 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
|
|||||||
LICENSE = "Sleepycat"
|
LICENSE = "Sleepycat"
|
||||||
VIRTUAL_NAME ?= "virtual/db"
|
VIRTUAL_NAME ?= "virtual/db"
|
||||||
CONFLICTS = "db3"
|
CONFLICTS = "db3"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
|
SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
|
||||||
SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.."
|
SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.."
|
||||||
@@ -52,8 +52,8 @@ FILES_${PN} = "${libdir}/libdb-5*so*"
|
|||||||
FILES_${PN}-bin = "${bindir}/*"
|
FILES_${PN}-bin = "${bindir}/*"
|
||||||
# The dev package has the .so link (as in db3) and the .a's -
|
# The dev package has the .so link (as in db3) and the .a's -
|
||||||
# it is therefore incompatible (cannot be installed at the
|
# it is therefore incompatible (cannot be installed at the
|
||||||
# same time) as the db3 package
|
# same time) as the db3 package, allow the default packaging
|
||||||
FILES_${PN}-dev = "${includedir} ${libdir}/*"
|
# to sort out ${libdir}
|
||||||
|
|
||||||
#configuration - set in local.conf to override
|
#configuration - set in local.conf to override
|
||||||
# All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix)
|
# All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix)
|
||||||
|
|||||||
Reference in New Issue
Block a user