diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-13 16:27:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-16 00:09:49 +0300 |
commit | ad24f27ba0ef04c880c3d69cb8a511e2311d068c (patch) | |
tree | 9debd6cb4e5065eaa3d81f4221a31a4b35a3f8cc /meta/recipes-core | |
parent | e3a5e8e652a076a806dcb913764ad91f81a9fba4 (diff) | |
download | poky-ad24f27ba0ef04c880c3d69cb8a511e2311d068c.tar.gz |
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.
(From OE-Core rev: 2a6067f6e69c8f2d04b8cf7e4a97e5085f758654)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | 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 74370048a9..9ab75548e6 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 | |||
2 | 2 | ||
3 | PE = "1" | 3 | PE = "1" |
4 | 4 | ||
5 | DEPENDS += "libffi python-argparse-native zlib" | 5 | DEPENDS += "libffi zlib" |
6 | DEPENDS_class-native += "libffi-native python-argparse-native" | 6 | DEPENDS_class-native += "libffi-native" |
7 | DEPENDS_class-nativesdk += "nativesdk-libffi python-argparse-native nativesdk-zlib ${BPN}-native" | 7 | DEPENDS_class-nativesdk += "nativesdk-libffi nativesdk-zlib ${BPN}-native" |
8 | 8 | ||
9 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 9 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
10 | 10 | ||