[OE-core] [PATCH 08/26] sqlite3: inherit shared_lib class

Koen Kooi koen at dominion.thruhere.net
Tue Jul 12 07:00:27 UTC 2011


Op 12 jul 2011, om 01:13 heeft Saul Wold het volgende geschreven:

> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
> meta/recipes-support/sqlite/sqlite3.inc |   10 ++--------
> 1 files changed, 2 insertions(+), 8 deletions(-)
> 
> diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
> index a5d122d..5f1adb3 100644
> --- a/meta/recipes-support/sqlite/sqlite3.inc
> +++ b/meta/recipes-support/sqlite/sqlite3.inc
> @@ -5,7 +5,7 @@ DEPENDS = "readline ncurses"
> DEPENDS_virtclass-native = ""
> LICENSE = "PD"
> 
> -inherit autotools pkgconfig
> +inherit autotools pkgconfig shared_lib

that has lib${PN} at the end of packages

> -PACKAGES = "lib${PN} lib${PN}-dev lib${PN}-doc ${PN} ${PN}-dbg"

And this one at the front.

> -FILES_${PN} = "${bindir}/*"
> -FILES_lib${PN} = "${libdir}/*.so.*"
> -FILES_lib${PN}-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so \
> -		       ${libdir}/pkgconfig ${includedir}"
> -FILES_lib${PN}-doc = "${docdir} ${mandir} ${infodir}"
> -AUTO_LIBNAME_PKGS = "lib${PN}"
> +FILES_lib${PN}-doc += "${docdir} ${mandir} ${infodir}"
> 
> BBCLASSEXTEND = "native nativesdk"
> -- 
> 1.7.3.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core





More information about the Openembedded-core mailing list