toolchain-osmo: Add nativesdk-python-argparse

libosmocore needs this during code generation of some of the header
files, so let's make sure the SDK has python-argparse included.
This commit is contained in:
Harald Welte 2017-02-10 16:10:14 +01:00
parent 8cf5a67850
commit a7e967225d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_OSMOTASK}"
TOOLCHAIN_OUTPUT_BASENAME = "${SDK_NAME}-toolchain-osmo-${DISTRO_VERSION}"
TOOLCHAIN_OUTPUTNAME = "${TOOLCHAIN_OUTPUT_BASENAME}-${DATETIME}"
TOOLCHAIN_OUTPUTNAME[vardepsexclude] = "DATETIME"
TOOLCHAIN_HOST_TASK_append = " nativesdk-python-argparse"
PROVIDES = "meta-toolchain-sdk"
require recipes-core/meta/meta-toolchain.bb