mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 14:54:21 +00:00
sqlite3: Ensure MLPREFIX is applied to AUTO_LIBNAME_PKGS
(From OE-Core rev: c09777a99281e22f006b3e8bdc90b469ba12d9fe) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8eab3f5e7a
commit
e984aeef9b
@ -29,6 +29,6 @@ FILES_lib${BPN}-dev = "${libdir}/*.la ${libdir}/*.so \
|
||||
${libdir}/pkgconfig ${includedir}"
|
||||
FILES_lib${BPN}-doc = "${docdir} ${mandir} ${infodir}"
|
||||
FILES_lib${BPN}-staticdev = "${libdir}/lib*.a"
|
||||
AUTO_LIBNAME_PKGS = "lib${BPN}"
|
||||
AUTO_LIBNAME_PKGS = "${MLPREFIX}lib${BPN}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user