Add .bbappend for nativesdk-python-argparse

In commit a7e967225d we added
python-argparse to the SDK/toolchain.  However, upstream dora doesn't
have this in the nativesdk bbclass, so let's add it using a .bbappend
file.  I tried with python-argparse_%.bbappend to be less version
dependent, but that didn't work.
This commit is contained in:
Harald Welte 2017-02-10 17:00:37 +01:00
parent a7e967225d
commit 24b544024c
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
BBCLASSEXTEND_append = " nativesdk"