All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pkgconfig: Fix packaging issue
@ 2012-07-26  7:39 Saul Wold
  2012-07-26  8:07 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2012-07-26  7:39 UTC (permalink / raw)
  To: openembedded-core

[YOCTO #1908]

Signed-off-by: Saul Wold <sgw@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"
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pkgconfig: Fix packaging issue
  2012-07-26  7:39 [PATCH] pkgconfig: Fix packaging issue Saul Wold
@ 2012-07-26  8:07 ` Koen Kooi
  0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2012-07-26  8:07 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


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

> [YOCTO #1908]
> 
> Signed-off-by: Saul Wold <sgw@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 :)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-26  8:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26  7:39 [PATCH] pkgconfig: Fix packaging issue Saul Wold
2012-07-26  8:07 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.