mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e3a5e8e652
commit
ad24f27ba0
@@ -2,9 +2,9 @@ require glib.inc
|
|||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
DEPENDS += "libffi python-argparse-native zlib"
|
DEPENDS += "libffi zlib"
|
||||||
DEPENDS_class-native += "libffi-native python-argparse-native"
|
DEPENDS_class-native += "libffi-native"
|
||||||
DEPENDS_class-nativesdk += "nativesdk-libffi python-argparse-native nativesdk-zlib ${BPN}-native"
|
DEPENDS_class-nativesdk += "nativesdk-libffi nativesdk-zlib ${BPN}-native"
|
||||||
|
|
||||||
SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
|
SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user