aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-02-10 17:00:37 +0100
committerHarald Welte <laforge@gnumonks.org>2017-02-10 17:00:37 +0100
commit24b544024cfcfe1b3e49b07992187cd826ba7028 (patch)
treec0a4302f1ff7d2df34b45ea78c6228f913537355
parenta7e967225d4b3b2bc518e14296e82be1f3b6c25b (diff)
Add .bbappend for nativesdk-python-argparse
In commit a7e967225d4b3b2bc518e14296e82be1f3b6c25b 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.
-rw-r--r--recipes-devtools/python/python-argparse_1.2.1.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-argparse_1.2.1.bbappend b/recipes-devtools/python/python-argparse_1.2.1.bbappend
new file mode 100644
index 0000000..077365c
--- /dev/null
+++ b/recipes-devtools/python/python-argparse_1.2.1.bbappend
@@ -0,0 +1 @@
+BBCLASSEXTEND_append = " nativesdk"