package/owfs: remove Python sysconfigdata fixup
This fixup is done at pkg-generic level for all packages. So, it is no more needed in owfs package. Signed-off-by: Herve Codina <herve.codina@bootlin.com> Reviewed-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
6c1d9995b5
commit
2f910229ef
@ -88,15 +88,6 @@ OWFS_DEPENDENCIES += python host-swig
|
||||
# override the PYSITEDIR variable in make.
|
||||
OWFS_EXTRA_MAKE_OPTS += PYSITEDIR=/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages
|
||||
|
||||
ifeq ($(BR2_PER_PACKAGE_DIRECTORIES),y)
|
||||
define OWFS_FIXUP_PYTHON_SYSCONFIGDATA
|
||||
find $(HOST_DIR)/lib/python* $(STAGING_DIR)/usr/lib/python* \
|
||||
-name "_sysconfigdata*.py" | xargs --no-run-if-empty \
|
||||
$(SED) "s:$(PER_PACKAGE_DIR)/[^/]\+/:$(PER_PACKAGE_DIR)/owfs/:g"
|
||||
endef
|
||||
OWFS_PRE_CONFIGURE_HOOKS += OWFS_FIXUP_PYTHON_SYSCONFIGDATA
|
||||
endif
|
||||
|
||||
else
|
||||
OWFS_CONF_OPTS += --disable-owpython --without-python
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user