[oe-commits] Ross Burton : glib-2.0: drop dependency on python-argparse

git at git.openembedded.org git at git.openembedded.org
Wed May 15 21:05:07 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 2a6067f6e69c8f2d04b8cf7e4a97e5085f758654
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2a6067f6e69c8f2d04b8cf7e4a97e5085f758654

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon May 13 16:27:30 2013 +0100

glib-2.0: drop dependency on python-argparse

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

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/glib-2.0/glib-2.0_2.36.1.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.36.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.36.1.bb
index 7437004..9ab7554 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.36.1.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.36.1.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]}"
 





More information about the Openembedded-commits mailing list