mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-lxml: remove redundant sed (fixed in 4.3.0 onwards)
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -45,10 +45,6 @@ DEBUG_OPTIMIZATION_append_mipsel = " -O"
|
|||||||
BUILD_OPTIMIZATION_remove_mipsel = " -Og"
|
BUILD_OPTIMIZATION_remove_mipsel = " -Og"
|
||||||
BUILD_OPTIMIZATION_append_mipsel = " -O"
|
BUILD_OPTIMIZATION_append_mipsel = " -O"
|
||||||
|
|
||||||
do_configure_prepend() {
|
|
||||||
sed -i -e 's/--version/--modversion/' ${B}/setupinfo.py
|
|
||||||
}
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"
|
RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"
|
||||||
|
|||||||
Reference in New Issue
Block a user