From 24b544024cfcfe1b3e49b07992187cd826ba7028 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 10 Feb 2017 17:00:37 +0100 Subject: [PATCH] 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. --- recipes-devtools/python/python-argparse_1.2.1.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-devtools/python/python-argparse_1.2.1.bbappend 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 0000000000..077365c350 --- /dev/null +++ b/recipes-devtools/python/python-argparse_1.2.1.bbappend @@ -0,0 +1 @@ +BBCLASSEXTEND_append = " nativesdk"