Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] glib-2.0: drop dependency on python-argparse
@ 2013-05-13 15:27 Ross Burton
  2013-05-15 18:36 ` Colin Walters
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2013-05-13 15:27 UTC (permalink / raw)
  To: openembedded-core

Since 2.20 the use of argparse was removed, so we don't need these dependencies
anymore.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-core/glib-2.0/glib-2.0_2.36.0.bb |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.36.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.36.0.bb
index a042972..0afb73b 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.36.0.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.36.0.bb
@@ -2,9 +2,9 @@ require glib.inc
 
 PE = "1"
 
-DEPENDS += "libffi python-argparse-native zlib"
-DEPENDS_class-native += "libffi-native python-argparse-native"
-DEPENDS_class-nativesdk += "nativesdk-libffi python-argparse-native nativesdk-zlib ${BPN}-native"
+DEPENDS += "libffi zlib"
+DEPENDS_class-native += "libffi-native"
+DEPENDS_class-nativesdk += "nativesdk-libffi nativesdk-zlib ${BPN}-native"
 
 SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
 
-- 
1.7.10.4




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

* Re: [PATCH] glib-2.0: drop dependency on python-argparse
  2013-05-13 15:27 [PATCH] glib-2.0: drop dependency on python-argparse Ross Burton
@ 2013-05-15 18:36 ` Colin Walters
  0 siblings, 0 replies; 2+ messages in thread
From: Colin Walters @ 2013-05-15 18:36 UTC (permalink / raw)
  To: Ross Burton; +Cc: openembedded-core

On Mon, 2013-05-13 at 16:27 +0100, Ross Burton wrote:
> Since 2.20 the use of argparse was removed, so we don't need these dependencies
> anymore.

You mean 2.30.  Other than that,

Reviewed-by: Colin Walters <walters@verbum.org>





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

end of thread, other threads:[~2013-05-15 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 15:27 [PATCH] glib-2.0: drop dependency on python-argparse Ross Burton
2013-05-15 18:36 ` Colin Walters

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