Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libproxy: add dependency on glib-2.0
@ 2012-08-13 22:43 Paul Gortmaker
  2012-08-17 16:57 ` Richard Purdie
  0 siblings, 1 reply; 9+ messages in thread
From: Paul Gortmaker @ 2012-08-13 22:43 UTC (permalink / raw)
  To: openembedded-core

Without this, you will get occasional build failures if libproxy
tries to build before the glib headers are placed in the sysroot.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
index 7e3cf27..a39e3a8 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.7.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
                     file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0"
 
-DEPENDS = "gconf"
+DEPENDS = "gconf glib-2.0"
 
 PR = "r4"
 
-- 
1.7.12.rc1.1.gbce1580




^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [PATCH] libproxy: add dependency on libffi
@ 2013-04-03 12:23 Alex DAMIAN
  2013-04-03 15:20 ` [PATCH] libproxy: add dependency on glib-2.0 Alex DAMIAN
  0 siblings, 1 reply; 9+ messages in thread
From: Alex DAMIAN @ 2013-04-03 12:23 UTC (permalink / raw)
  To: sgw, richard.purdie, openembedded-core; +Cc: Alexandru DAMIAN

From: Alexandru DAMIAN <alexandru.damian@intel.com>

libproxy uses libffi, but the depends is missing

Fixes intermittent build errors.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
---
 meta/recipes-support/libproxy/libproxy_0.4.7.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
index 510c6b7..f396cc3 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.7.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
                     file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0"
 
-DEPENDS = "gconf"
+DEPENDS = "gconf libffi"
 
 PR = "r5"
 
-- 
1.7.10.4




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

end of thread, other threads:[~2013-04-03 15:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 22:43 [PATCH] libproxy: add dependency on glib-2.0 Paul Gortmaker
2012-08-17 16:57 ` Richard Purdie
2012-08-17 18:07   ` Paul Gortmaker
2012-08-17 18:19     ` McClintock Matthew-B29882
2012-08-17 21:41     ` Richard Purdie
2012-08-20 13:50       ` Paul Gortmaker
2012-08-20 16:15         ` McClintock Matthew-B29882
  -- strict thread matches above, loose matches on Subject: below --
2013-04-03 12:23 [PATCH] libproxy: add dependency on libffi Alex DAMIAN
2013-04-03 15:20 ` [PATCH] libproxy: add dependency on glib-2.0 Alex DAMIAN
2013-04-03 15:33   ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox