aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandana kalluri <ckalluri@xilinx.com>2021-09-27 19:49:36 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-28 09:15:08 -0700
commita33507c37229cd67a063a7e359fcab1d87aba9f9 (patch)
treeb13ab015f738a127fc7078b0612fab5b1be5a8e5
parenta49f8f7732964ee78aaae4b22f576facbea60ebe (diff)
downloadmeta-openembedded-contrib-a33507c37229cd67a063a7e359fcab1d87aba9f9.tar.gz
python3-humanfriendly: Add nativesdk to BBCLASSEXTEND
Add nativesdk to BBCLASSEXTEND to enable recipes that produce files intended for host portion the SDK Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb b/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb
index b1ece1ac0f..7d185989d9 100644
--- a/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb
@@ -21,4 +21,4 @@ RDEPENDS:${PN}:class-target += " \
${PYTHON_PN}-stringold \
"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"