mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
package/wireless_tools: Pretty fixes
Remove an empty line and wrap long lines Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
bbccb03a69
commit
d45b3064f1
@ -15,13 +15,13 @@ WIRELESS_TOOLS_INSTALL_STAGING = YES
|
|||||||
WIRELESS_TOOLS_BUILD_TARGETS = iwmulticall
|
WIRELESS_TOOLS_BUILD_TARGETS = iwmulticall
|
||||||
WIRELESS_TOOLS_INSTALL_TARGETS = install-iwmulticall
|
WIRELESS_TOOLS_INSTALL_TARGETS = install-iwmulticall
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_WIRELESS_TOOLS_LIB),y)
|
ifeq ($(BR2_PACKAGE_WIRELESS_TOOLS_LIB),y)
|
||||||
WIRELESS_TOOLS_BUILD_TARGETS += libiw.so.$(WIRELESS_TOOLS_VERSION_MAJOR)
|
WIRELESS_TOOLS_BUILD_TARGETS += libiw.so.$(WIRELESS_TOOLS_VERSION_MAJOR)
|
||||||
WIRELESS_TOOLS_INSTALL_TARGETS += install-dynamic
|
WIRELESS_TOOLS_INSTALL_TARGETS += install-dynamic
|
||||||
|
|
||||||
define WIRELESS_TOOLS_INSTALL_STAGING_CMDS
|
define WIRELESS_TOOLS_INSTALL_STAGING_CMDS
|
||||||
$(MAKE) -C $(@D) PREFIX="$(STAGING_DIR)" LDCONFIG=/bin/true install-dynamic
|
$(MAKE) -C $(@D) PREFIX="$(STAGING_DIR)" LDCONFIG=/bin/true \
|
||||||
|
install-dynamic
|
||||||
$(MAKE) -C $(@D) PREFIX="$(STAGING_DIR)/usr" install-hdr
|
$(MAKE) -C $(@D) PREFIX="$(STAGING_DIR)/usr" install-hdr
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -33,7 +33,8 @@ define WIRELESS_TOOLS_BUILD_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define WIRELESS_TOOLS_INSTALL_TARGET_CMDS
|
define WIRELESS_TOOLS_INSTALL_TARGET_CMDS
|
||||||
$(MAKE) -C $(@D) PREFIX="$(TARGET_DIR)" LDCONFIG=/bin/true $(WIRELESS_TOOLS_INSTALL_TARGETS)
|
$(MAKE) -C $(@D) PREFIX="$(TARGET_DIR)" LDCONFIG=/bin/true \
|
||||||
|
$(WIRELESS_TOOLS_INSTALL_TARGETS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user