All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] ncurses: inherit ncurses from pkgconfig
@ 2015-05-04 11:00 Christophe Guillon
  2015-05-04 11:00 ` [PATCH 1/1] " Christophe Guillon
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe Guillon @ 2015-05-04 11:00 UTC (permalink / raw)
  To: openembedded-core

This patch fixes an issue in openembedded-core daisy where
ncurses does not install pkgconfig .pc files, which causes
issues for other packages using ncurses.
For instance alsa-lib does not build correctly when for
some reason ncurses is itself built before pkgconfig-native
is built.

Christophe Guillon (1):
  Add inherit pkgconfig for ncurses

 meta/recipes-core/ncurses/ncurses.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.9.5



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

* [PATCH 1/1] ncurses: inherit ncurses from pkgconfig
  2015-05-04 11:00 [PATCH 0/1] ncurses: inherit ncurses from pkgconfig Christophe Guillon
@ 2015-05-04 11:00 ` Christophe Guillon
  0 siblings, 0 replies; 2+ messages in thread
From: Christophe Guillon @ 2015-05-04 11:00 UTC (permalink / raw)
  To: openembedded-core

Inherit ncurses from pkgconfig bbclass such that the ncurses
build installs pkgconfig .pc files correctly.
Otherwise packages depending on ncurses may not get the
right ncurses configuration.

Signed-off-by: Christophe Guillon <christophe.guillon@st.com>
---
 meta/recipes-core/ncurses/ncurses.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index f0a4044..33f937e 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -8,7 +8,7 @@ DEPENDS = "ncurses-native"
 DEPENDS_class-native = ""
 INC_PR = "r15"
 
-inherit autotools binconfig multilib_header
+inherit autotools pkgconfig binconfig multilib_header
 
 # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/
 SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz"
-- 
1.7.9.5



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

end of thread, other threads:[~2015-05-04 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-04 11:00 [PATCH 0/1] ncurses: inherit ncurses from pkgconfig Christophe Guillon
2015-05-04 11:00 ` [PATCH 1/1] " Christophe Guillon

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.