From e48e48af4819448cf5d1d39eeca4c6341c892bcd Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 10 Feb 2017 16:08:35 +0100 Subject: [PATCH] python-argparse: build also for nativesdk ... some build scripts (like recent libosmocore) require python argparse, so we want that to be part of the SDK. --- 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 1f07738547..39c374db82 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" +BBCLASSEXTEND = "native nativesdk"