From f77a9570d6edfc0f27b4cd7392ccf762ef7a9b6d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 10 Feb 2017 17:03:23 +0100 Subject: [PATCH] Revert "python-argparse: build also for nativesdk" This reverts commit e48e48af4819448cf5d1d39eeca4c6341c892bcd. We do this with a bbappend from meta-telephony now --- meta/recipes-devtools/python/python-argparse_1.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-argparse_1.2.1.bb b/meta/recipes-devtools/python/python-argparse_1.2.1.bb index 39c374db82..1f07738547 100644 --- a/meta/recipes-devtools/python/python-argparse_1.2.1.bb +++ b/meta/recipes-devtools/python/python-argparse_1.2.1.bb @@ -14,4 +14,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools -BBCLASSEXTEND = "native nativesdk" +BBCLASSEXTEND = "native"