mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
lockdev: Fix TARGET_DIR link
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c52523161c
commit
015e8f2bd1
@ -34,7 +34,7 @@ endef
|
|||||||
|
|
||||||
define LOCKDEV_INSTALL_TARGET_CMDS
|
define LOCKDEV_INSTALL_TARGET_CMDS
|
||||||
$(MAKE1) basedir=$(TARGET_DIR)/usr -C $(@D) install_run
|
$(MAKE1) basedir=$(TARGET_DIR)/usr -C $(@D) install_run
|
||||||
ln -sf liblockdev.$(LOCKDEV_VERSION).so $(STAGING_DIR)/usr/lib/liblockdev.so.1
|
ln -sf liblockdev.$(LOCKDEV_VERSION).so $(TARGET_DIR)/usr/lib/liblockdev.so.1
|
||||||
endef
|
endef
|
||||||
endif # BR2_PREFER_STATIC_LIB
|
endif # BR2_PREFER_STATIC_LIB
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user