aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-01-20 11:31:59 -0800
committerTim Orling <ticotimo@gmail.com>2020-01-20 11:37:37 -0800
commitd1a1c57d0e73251e86591214f30fc90010d5c111 (patch)
treeff9ddbbbd33bdcd4e4ca117d77d39ea41c950714
parentacc07ad8baf97bdb8a3dd26d1e0713cdda4ae7ef (diff)
downloadmeta-python2-d1a1c57d0e73251e86591214f30fc90010d5c111.tar.gz
python-beautifulsoup4: fix target RDEPENDS syntax
Thanks to review by André Draszik, the syntax that was eluding me in prior patch is now corrected. NOTE: -native,-nativesdk recipes have the full build of python2 at their disposal, including all modules. For target builds, we need to include the packages-split modules that are produced by the OE python manifest. Fixes: 417762c0 python-beautifulsoup4: fix target RDEPENDS Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-beautifulsoup4_4.8.2.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-devtools/python/python-beautifulsoup4_4.8.2.bb b/recipes-devtools/python/python-beautifulsoup4_4.8.2.bb
index 821e5c2..9f9065e 100644
--- a/recipes-devtools/python/python-beautifulsoup4_4.8.2.bb
+++ b/recipes-devtools/python/python-beautifulsoup4_4.8.2.bb
@@ -19,14 +19,9 @@ RDEPENDS_${PN} = "\
${PYTHON_PN}-soupsieve \
"
-# class override, which is not
-# inheriting from above (FIXME?)
-RDEPENDS_${PN}_class-target += "\
+RDEPENDS_${PN}_append_class-target = "\
${PYTHON_PN}-html \
- ${PYTHON_PN}-html5lib \
${PYTHON_PN}-logging \
- ${PYTHON_PN}-lxml \
- ${PYTHON_PN}-soupsieve \
"
BBCLASSEXTEND = "native nativesdk"