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.
This commit is contained in:
Harald Welte 2017-02-10 16:08:35 +01:00
parent a526dd123e
commit e48e48af48
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"