sepolgen: strip /usr/ part from HOST_DIR
sepolgen is a bit weird: DESTDIR acts as a kind of prefix, PYTHONLIBDIR is relative to it (and a / is added between them). Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Adam Duskett <aduskett@codeblue.com> Cc: Clayton Shotwell <clayton.shotwell@rockwellcollins.com> Cc: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6895400fd2
commit
7f606d76a3
@ -30,11 +30,11 @@ endef
|
||||
ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
||||
HOST_SEPOLGEN_DEPENDENCIES = host-python3
|
||||
HOST_SEPOLGEN_MAKE_CMDS = $(HOST_CONFIGURE_OPTS) \
|
||||
PYTHONLIBDIR=/usr/lib/python$(PYTHON3_VERSION_MAJOR)/site-packages
|
||||
PYTHONLIBDIR=lib/python$(PYTHON3_VERSION_MAJOR)/site-packages
|
||||
else
|
||||
HOST_SEPOLGEN_DEPENDENCIES = host-python
|
||||
HOST_SEPOLGEN_MAKE_CMDS = $(HOST_CONFIGURE_OPTS) \
|
||||
PYTHONLIBDIR=/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages
|
||||
PYTHONLIBDIR=lib/python$(PYTHON_VERSION_MAJOR)/site-packages
|
||||
endif
|
||||
|
||||
define HOST_SEPOLGEN_BUILD_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user