From 8551d233d1e94ae295d85677c9306d43aeb752ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 22 Jan 2019 01:37:59 +0100 Subject: [PATCH] python(3)-html5lib: extend to native(sdk) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-html5lib.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-html5lib.inc b/meta-python/recipes-devtools/python/python-html5lib.inc index 0eb8bf321..a8e0fb408 100644 --- a/meta-python/recipes-devtools/python/python-html5lib.inc +++ b/meta-python/recipes-devtools/python/python-html5lib.inc @@ -13,3 +13,5 @@ RDEPENDS_${PN} += "\ ${PYTHON_PN}-webencodings \ ${PYTHON_PN}-xml \ " + +BBCLASSEXTEND = "native nativesdk"