* [PATCH 0/1] slang: update DEPENDS to avoid compile failure
@ 2011-04-07 7:32 Kang Kai
2011-04-07 7:32 ` [PATCH 1/1] " Kang Kai
0 siblings, 1 reply; 2+ messages in thread
From: Kang Kai @ 2011-04-07 7:32 UTC (permalink / raw)
To: poky
From: Kang Kai <kai.kang@windriver.com>
Add libx11 and libpng to slang DEPENDS to avoid compile failure.
Fixes [YOCTO #947]
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: kangkai/yocto947
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/yocto947
Thanks,
Kang Kai <kai.kang@windriver.com>
---
Kang Kai (1):
slang: update DEPENDS to avoid compile failure
meta/recipes-extended/slang/slang_2.2.2.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] slang: update DEPENDS to avoid compile failure
2011-04-07 7:32 [PATCH 0/1] slang: update DEPENDS to avoid compile failure Kang Kai
@ 2011-04-07 7:32 ` Kang Kai
0 siblings, 0 replies; 2+ messages in thread
From: Kang Kai @ 2011-04-07 7:32 UTC (permalink / raw)
To: poky
From: Kang Kai <kai.kang@windriver.com>
Add libx11 and libpng to slang DEPENDS to avoid compile failure.
Fixes [YOCTO #947]
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
meta/recipes-extended/slang/slang_2.2.2.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/slang/slang_2.2.2.bb b/meta/recipes-extended/slang/slang_2.2.2.bb
index 29d9e46..ba4be88 100644
--- a/meta/recipes-extended/slang/slang_2.2.2.bb
+++ b/meta/recipes-extended/slang/slang_2.2.2.bb
@@ -9,7 +9,7 @@ to recode S-Lang procedures in C if you need to."
SECTION = "libs"
PRIORITY = "optional"
-DEPENDS = "pcre"
+DEPENDS = "pcre libx11 libpng"
PR = "r2"
LICENSE = "GPL Artistic"
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-07 7:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 7:32 [PATCH 0/1] slang: update DEPENDS to avoid compile failure Kang Kai
2011-04-07 7:32 ` [PATCH 1/1] " Kang Kai
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.