mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package: remove consecutive empty lines
Occurrences were searched using [1]: check-package --include-only ConsecutiveEmptyLines $(find * -type f) and manually removed. [1] http://patchwork.ozlabs.org/patch/729666/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9576defc4b
commit
6eb5cf144f
@ -16,7 +16,6 @@ AMD_CATALYST_SUFFIX = $(if $(BR2_x86_64),_64)
|
|||||||
AMD_CATALYST_ARCH_DIR = $(@D)/arch/x86$(AMD_CATALYST_SUFFIX)
|
AMD_CATALYST_ARCH_DIR = $(@D)/arch/x86$(AMD_CATALYST_SUFFIX)
|
||||||
AMD_CATALYST_LIB_SUFFIX = $(if $(BR2_x86_64),64)
|
AMD_CATALYST_LIB_SUFFIX = $(if $(BR2_x86_64),64)
|
||||||
|
|
||||||
|
|
||||||
define AMD_CATALYST_EXTRACT_CMDS
|
define AMD_CATALYST_EXTRACT_CMDS
|
||||||
unzip -q $(DL_DIR)/$(AMD_CATALYST_SOURCE) -d $(@D)
|
unzip -q $(DL_DIR)/$(AMD_CATALYST_SOURCE) -d $(@D)
|
||||||
$(SHELL) $(@D)/AMD-Catalyst-$(AMD_CATALYST_VERSION)-Linux-installer-$(AMD_CATALYST_VERBOSE_VER)-x86.x86_64.run --extract $(@D)
|
$(SHELL) $(@D)/AMD-Catalyst-$(AMD_CATALYST_VERSION)-Linux-installer-$(AMD_CATALYST_VERBOSE_VER)-x86.x86_64.run --extract $(@D)
|
||||||
@ -102,7 +101,6 @@ define AMD_CATALYST_INSTALL_XORG
|
|||||||
$(INSTALL) -D -m 0644 package/amd-catalyst/20-fglrx.conf \
|
$(INSTALL) -D -m 0644 package/amd-catalyst/20-fglrx.conf \
|
||||||
$(TARGET_DIR)/etc/X11/xorg.conf.d/20-fglrx.conf
|
$(TARGET_DIR)/etc/X11/xorg.conf.d/20-fglrx.conf
|
||||||
|
|
||||||
|
|
||||||
# Common files: containing binary profiles about GPUs,
|
# Common files: containing binary profiles about GPUs,
|
||||||
# required by the fglrx_drv xorg driver
|
# required by the fglrx_drv xorg driver
|
||||||
$(INSTALL) -d $(TARGET_DIR)/etc/ati
|
$(INSTALL) -d $(TARGET_DIR)/etc/ati
|
||||||
|
@ -24,7 +24,6 @@ BCUSDK_DEPENDENCIES = \
|
|||||||
libpthsem \
|
libpthsem \
|
||||||
$(if $(BR2_PACKAGE_ARGP_STANDALONE),argp-standalone)
|
$(if $(BR2_PACKAGE_ARGP_STANDALONE),argp-standalone)
|
||||||
|
|
||||||
|
|
||||||
define BCUSDK_REMOVE_EXAMPLES
|
define BCUSDK_REMOVE_EXAMPLES
|
||||||
$(RM) -rf $(TARGET_DIR)/usr/share/bcusdk
|
$(RM) -rf $(TARGET_DIR)/usr/share/bcusdk
|
||||||
endef
|
endef
|
||||||
|
@ -26,7 +26,6 @@ config BR2_PACKAGE_DHCP_RELAY
|
|||||||
help
|
help
|
||||||
DHCP relay agent from the ISC DHCP distribution.
|
DHCP relay agent from the ISC DHCP distribution.
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_DHCP_CLIENT
|
config BR2_PACKAGE_DHCP_CLIENT
|
||||||
bool "dhcp client"
|
bool "dhcp client"
|
||||||
help
|
help
|
||||||
|
@ -34,7 +34,6 @@ DOCKER_ENGINE_GLDFLAGS_DOCKER += -extldflags '-static'
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
DOCKER_ENGINE_BUILD_TAGS = cgo exclude_graphdriver_zfs autogen
|
DOCKER_ENGINE_BUILD_TAGS = cgo exclude_graphdriver_zfs autogen
|
||||||
DOCKER_ENGINE_BUILD_TARGETS = docker
|
DOCKER_ENGINE_BUILD_TARGETS = docker
|
||||||
|
|
||||||
|
@ -135,7 +135,6 @@ config BR2_PACKAGE_EFL_HAS_RECOMMENDED_CONFIG
|
|||||||
BR2_PACKAGE_EFL_PULSEAUDIO && \
|
BR2_PACKAGE_EFL_PULSEAUDIO && \
|
||||||
BR2_PACKAGE_EFL_UTIL_LINUX_LIBMOUNT
|
BR2_PACKAGE_EFL_UTIL_LINUX_LIBMOUNT
|
||||||
|
|
||||||
|
|
||||||
comment "Warning: one of the recommended option for EFL is not enabled"
|
comment "Warning: one of the recommended option for EFL is not enabled"
|
||||||
depends on !BR2_PACKAGE_EFL_HAS_RECOMMENDED_CONFIG
|
depends on !BR2_PACKAGE_EFL_HAS_RECOMMENDED_CONFIG
|
||||||
|
|
||||||
|
@ -473,7 +473,6 @@ else ifneq ($(call qstrip,$(BR2_GCC_TARGET_ARCH)),)
|
|||||||
FFMPEG_CONF_OPTS += --cpu=$(BR2_GCC_TARGET_ARCH)
|
FFMPEG_CONF_OPTS += --cpu=$(BR2_GCC_TARGET_ARCH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
FFMPEG_CONF_OPTS += $(call qstrip,$(BR2_PACKAGE_FFMPEG_EXTRACONF))
|
FFMPEG_CONF_OPTS += $(call qstrip,$(BR2_PACKAGE_FFMPEG_EXTRACONF))
|
||||||
|
|
||||||
# Override FFMPEG_CONFIGURE_CMDS: FFmpeg does not support --target and others
|
# Override FFMPEG_CONFIGURE_CMDS: FFmpeg does not support --target and others
|
||||||
|
@ -50,7 +50,6 @@ define HOST_GCC_FINAL_CONFIGURE_CMDS
|
|||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
# Languages supported by the cross-compiler
|
# Languages supported by the cross-compiler
|
||||||
GCC_FINAL_CROSS_LANGUAGES-y = c
|
GCC_FINAL_CROSS_LANGUAGES-y = c
|
||||||
GCC_FINAL_CROSS_LANGUAGES-$(BR2_INSTALL_LIBSTDCPP) += c++
|
GCC_FINAL_CROSS_LANGUAGES-$(BR2_INSTALL_LIBSTDCPP) += c++
|
||||||
|
@ -94,7 +94,6 @@ define GLIBC_CONFIGURE_CMDS
|
|||||||
$(GLIBC_ADD_MISSING_STUB_H)
|
$(GLIBC_ADD_MISSING_STUB_H)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# We also override the install to target commands since we only want
|
# We also override the install to target commands since we only want
|
||||||
# to install the libraries, and nothing more.
|
# to install the libraries, and nothing more.
|
||||||
|
@ -24,7 +24,6 @@ GST1_PLUGINS_GOOD_CONF_OPTS = \
|
|||||||
--disable-esd \
|
--disable-esd \
|
||||||
--disable-esdtest
|
--disable-esdtest
|
||||||
|
|
||||||
|
|
||||||
# Options which require currently unpackaged libraries
|
# Options which require currently unpackaged libraries
|
||||||
GST1_PLUGINS_GOOD_CONF_OPTS += \
|
GST1_PLUGINS_GOOD_CONF_OPTS += \
|
||||||
--disable-jack \
|
--disable-jack \
|
||||||
|
@ -40,7 +40,6 @@ config BR2_PACKAGE_LINUX_ZIGBEE_TESTS
|
|||||||
Enable this option to install the Linux-ZigBee test programs
|
Enable this option to install the Linux-ZigBee test programs
|
||||||
to the target.
|
to the target.
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_LINUX_ZIGBEE_OLD_KERNEL_COMPAT
|
config BR2_PACKAGE_LINUX_ZIGBEE_OLD_KERNEL_COMPAT
|
||||||
bool "compatibility with older kernels"
|
bool "compatibility with older kernels"
|
||||||
help
|
help
|
||||||
|
@ -68,5 +68,4 @@ endef
|
|||||||
LTP_TESTSUITE_POST_PATCH_HOOKS += LTP_TESTSUITE_REMOVE_UNSUPPORTED
|
LTP_TESTSUITE_POST_PATCH_HOOKS += LTP_TESTSUITE_REMOVE_UNSUPPORTED
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
@ -32,7 +32,6 @@ define NE10_INSTALL_STAGING_CMDS
|
|||||||
$(NE10_INSTALL_STAGING_SHARED_LIB)
|
$(NE10_INSTALL_STAGING_SHARED_LIB)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
define NE10_INSTALL_TARGET_CMDS
|
define NE10_INSTALL_TARGET_CMDS
|
||||||
cp -dpf $(@D)/modules/libNE10*.so* $(TARGET_DIR)/usr/lib/
|
cp -dpf $(@D)/modules/libNE10*.so* $(TARGET_DIR)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
@ -22,7 +22,6 @@ NETWORK_MANAGER_CONF_ENV = \
|
|||||||
ac_cv_file__etc_redhat_release=no \
|
ac_cv_file__etc_redhat_release=no \
|
||||||
ac_cv_file__etc_SuSE_release=no
|
ac_cv_file__etc_SuSE_release=no
|
||||||
|
|
||||||
|
|
||||||
NETWORK_MANAGER_CONF_OPTS = \
|
NETWORK_MANAGER_CONF_OPTS = \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
--disable-qt \
|
--disable-qt \
|
||||||
|
@ -130,7 +130,6 @@ comment "opengl support needs an OpenGL provider"
|
|||||||
|
|
||||||
endif # BR2_PACKAGE_OPENCV3_LIB_HIGHGUI
|
endif # BR2_PACKAGE_OPENCV3_LIB_HIGHGUI
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_IMGCODECS
|
config BR2_PACKAGE_OPENCV3_LIB_IMGCODECS
|
||||||
bool "imgcodecs"
|
bool "imgcodecs"
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
|
@ -113,6 +113,5 @@ endef
|
|||||||
OPENOCD_POST_BUILD_HOOKS += OPENOCD_FIX_VERSION_TEXI
|
OPENOCD_POST_BUILD_HOOKS += OPENOCD_FIX_VERSION_TEXI
|
||||||
HOST_OPENOCD_POST_BUILD_HOOKS += OPENOCD_FIX_VERSION_TEXI
|
HOST_OPENOCD_POST_BUILD_HOOKS += OPENOCD_FIX_VERSION_TEXI
|
||||||
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
@ -125,7 +125,6 @@ ORACLE_MYSQL_CONF_OPTS += \
|
|||||||
--without-server
|
--without-server
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
define ORACLE_MYSQL_REMOVE_TEST_PROGS
|
define ORACLE_MYSQL_REMOVE_TEST_PROGS
|
||||||
rm -rf $(TARGET_DIR)/usr/mysql-test $(TARGET_DIR)/usr/sql-bench
|
rm -rf $(TARGET_DIR)/usr/mysql-test $(TARGET_DIR)/usr/sql-bench
|
||||||
endef
|
endef
|
||||||
|
@ -79,7 +79,6 @@ else
|
|||||||
QT_CONFIGURE_OPTS += -no-glib
|
QT_CONFIGURE_OPTS += -no-glib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
### Pixel depths
|
### Pixel depths
|
||||||
QT_PIXEL_DEPTHS = # empty
|
QT_PIXEL_DEPTHS = # empty
|
||||||
ifeq ($(BR2_PACKAGE_QT_PIXEL_DEPTH_1),y)
|
ifeq ($(BR2_PACKAGE_QT_PIXEL_DEPTH_1),y)
|
||||||
@ -547,7 +546,6 @@ define QT_BUILD_CMDS
|
|||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
# Build the list of libraries and plugins to install to the target
|
# Build the list of libraries and plugins to install to the target
|
||||||
|
|
||||||
QT_INSTALL_LIBS += QtCore
|
QT_INSTALL_LIBS += QtCore
|
||||||
|
@ -62,5 +62,4 @@ define QT5LOCATION_INSTALL_TARGET_CMDS
|
|||||||
$(QT5LOCATION_INSTALL_TARGET_QMLS)
|
$(QT5LOCATION_INSTALL_TARGET_QMLS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
@ -30,7 +30,6 @@ define QT5QUICKCONTROLS_INSTALL_STAGING_CMDS
|
|||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) install
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_QT5DECLARATIVE_QUICK)$(BR2_PACKAGE_QT5BASE_WIDGETS),yy)
|
ifeq ($(BR2_PACKAGE_QT5DECLARATIVE_QUICK)$(BR2_PACKAGE_QT5BASE_WIDGETS),yy)
|
||||||
define QT5QUICKCONTROLS_INSTALL_TARGET_PRIVATEWIDGETS
|
define QT5QUICKCONTROLS_INSTALL_TARGET_PRIVATEWIDGETS
|
||||||
cp -dpfr $(STAGING_DIR)/usr/qml/QtQuick/PrivateWidgets $(TARGET_DIR)/usr/qml/QtQuick
|
cp -dpfr $(STAGING_DIR)/usr/qml/QtQuick/PrivateWidgets $(TARGET_DIR)/usr/qml/QtQuick
|
||||||
|
@ -36,5 +36,4 @@ define RPCBIND_INSTALL_INIT_SYSV
|
|||||||
$(TARGET_DIR)/etc/init.d/S30rpcbind
|
$(TARGET_DIR)/etc/init.d/S30rpcbind
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
@ -25,7 +25,6 @@ RRDTOOL_CONF_OPTS = \
|
|||||||
--disable-ruby \
|
--disable-ruby \
|
||||||
--disable-tcl
|
--disable-tcl
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(BR2_NEEDS_GETTEXT),y)
|
ifeq ($(BR2_NEEDS_GETTEXT),y)
|
||||||
RRDTOOL_DEPENDENCIES += gettext
|
RRDTOOL_DEPENDENCIES += gettext
|
||||||
endif
|
endif
|
||||||
|
@ -23,7 +23,6 @@ config BR2_PACKAGE_RT_TESTS
|
|||||||
|
|
||||||
http://rt.wiki.kernel.org
|
http://rt.wiki.kernel.org
|
||||||
|
|
||||||
|
|
||||||
comment "rt-tests may not work on MIPS with an external uClibc toolchain"
|
comment "rt-tests may not work on MIPS with an external uClibc toolchain"
|
||||||
depends on BR2_PACKAGE_RT_TESTS
|
depends on BR2_PACKAGE_RT_TESTS
|
||||||
depends on BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
depends on BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
||||||
|
@ -61,5 +61,4 @@ else
|
|||||||
X11VNC_CONF_OPTS += --without-zlib
|
X11VNC_CONF_OPTS += --without-zlib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user