[OE-core] [PATCH] pkgconfig: Fix packaging issue

Koen Kooi koen at dominion.thruhere.net
Thu Jul 26 08:07:29 UTC 2012


Op 26 jul. 2012, om 09:39 heeft Saul Wold <sgw at linux.intel.com> het volgende geschreven:

> [YOCTO #1908]
> 
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
> meta/recipes-devtools/pkgconfig/pkgconfig.inc |    4 ++++
> 1 file changed, 4 insertions(+)
> 
> diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
> index 00c23d7..8a8320e 100644
> --- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc
> +++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
> @@ -32,4 +32,8 @@ do_configure_prepend () {
> 
> BBCLASSEXTEND = "native nativesdk"
> 
> +# Set an empty dev package to ensure the base PN package gets
> +# the pkg.m4 macros, pkgconfig does not deliver any other -dev
> +# files.
> +FILES_${PN}-dev = ""
> FILES_${PN} += "${datadir}/aclocal/pkg.m4"

Missing PR bump and broken upgrade path due to files moving around and no RREPLACES_foo. And I suspect you'll want ALLOW_EMPTY_${PN}-dev in there as well :)



More information about the Openembedded-core mailing list