All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] azy: add mysql5 to depends it's used in azy/src/tests/T_SQL.azy_server_stubs.h if mysql-config is found
@ 2011-01-05 15:33 Martin Jansa
  2011-01-05 15:33 ` [PATCH 2/2] mysql5-native: put make install to do_install after autotools_stage_all was removed with do_stage in eaf0fc03acfb262bcd614a14086a1b28ec850f46 Martin Jansa
  2011-01-08 23:14 ` [PATCH 1/2] azy: add mysql5 to depends it's used in azy/src/tests/T_SQL.azy_server_stubs.h if mysql-config is found Khem Raj
  0 siblings, 2 replies; 7+ messages in thread
From: Martin Jansa @ 2011-01-05 15:33 UTC (permalink / raw)
  To: openembedded-devel

---
 recipes/efl1/azy_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/efl1/azy_svn.bb b/recipes/efl1/azy_svn.bb
index 5d6cb00..7e96c60 100644
--- a/recipes/efl1/azy_svn.bb
+++ b/recipes/efl1/azy_svn.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Azy is a library meant for implementing rpc clients and servers in a simple manner."
-DEPENDS = "pkgconfig zlib openssl eina gnutls ecore libxml2 re2c-native azy-native"
-DEPENDS_virtclass-native = "pkgconfig-native zlib-native openssl-native eina-native gnutls-native ecore-native libxml2-native re2c-native"
+DEPENDS = "pkgconfig zlib openssl eina gnutls ecore libxml2 re2c-native mysql5 azy-native"
+DEPENDS_virtclass-native = "pkgconfig-native zlib-native openssl-native eina-native gnutls-native ecore-native libxml2-native re2c-native mysql5-native"
 LICENSE = "LGPLv2.1+"
 PV = "1.0.0+svnr${SRCPV}"
 SRCREV = "${EFL_SRCREV}"
-- 
1.7.3.4




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

end of thread, other threads:[~2011-01-08 23:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 15:33 [PATCH 1/2] azy: add mysql5 to depends it's used in azy/src/tests/T_SQL.azy_server_stubs.h if mysql-config is found Martin Jansa
2011-01-05 15:33 ` [PATCH 2/2] mysql5-native: put make install to do_install after autotools_stage_all was removed with do_stage in eaf0fc03acfb262bcd614a14086a1b28ec850f46 Martin Jansa
2011-01-05 22:16   ` Frans Meulenbroeks
2011-01-06  8:03   ` Koen Kooi
2011-01-06  8:14     ` Martin Jansa
2011-01-08 23:15   ` Khem Raj
2011-01-08 23:14 ` [PATCH 1/2] azy: add mysql5 to depends it's used in azy/src/tests/T_SQL.azy_server_stubs.h if mysql-config is found Khem Raj

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.