All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python2][PATCH 1/2] python-beautifulsoup4: fix target RDEPENDS syntax
@ 2020-01-20 19:53 Tim Orling
  2020-01-20 19:53 ` [meta-python2][PATCH 2/2] python-parse: fix target RDEPENDS Tim Orling
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Orling @ 2020-01-20 19:53 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 recipes-devtools/python/python-beautifulsoup4_4.8.2.bb | 7 +------
 1 file changed, 1 insertion(+), 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 821e5c2c..9f9065e2 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"
-- 
2.25.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-20 19:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-20 19:53 [meta-python2][PATCH 1/2] python-beautifulsoup4: fix target RDEPENDS syntax Tim Orling
2020-01-20 19:53 ` [meta-python2][PATCH 2/2] python-parse: fix target RDEPENDS Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.