package: remove trailing backslash
Occurrences were searched using [1]: check-package --include-only TrailingBackslash $(find * -type f) and manually removed. [1] http://patchwork.ozlabs.org/patch/729669/ 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
250f27ac42
commit
4ef04c476c
@ -16,7 +16,7 @@ CEGUI06_INSTALL_STAGING = YES
|
||||
CEGUI06_DEPENDENCIES = \
|
||||
expat \
|
||||
freetype \
|
||||
pcre \
|
||||
pcre
|
||||
|
||||
CEGUI06_CONF_OPTS = \
|
||||
--enable-expat \
|
||||
@ -31,6 +31,6 @@ CEGUI06_CONF_OPTS = \
|
||||
--disable-samples \
|
||||
--disable-lua-module \
|
||||
--disable-toluacegui \
|
||||
--disable-external-toluapp \
|
||||
--disable-external-toluapp
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
@ -25,6 +25,6 @@ CELT051_CONF_OPTS = \
|
||||
--disable-static-modes \
|
||||
--disable-assertions \
|
||||
--disable-oggtest \
|
||||
--with-ogg=$(STAGING_DIR)/usr \
|
||||
--with-ogg=$(STAGING_DIR)/usr
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
@ -20,7 +20,7 @@ FLANNEL_MAKE_ENV = \
|
||||
CGO_ENABLED=1
|
||||
|
||||
FLANNEL_GLDFLAGS = \
|
||||
-X github.com/coreos/flannel/version.Version=$(FLANNEL_VERSION) \
|
||||
-X github.com/coreos/flannel/version.Version=$(FLANNEL_VERSION)
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
FLANNEL_GLDFLAGS += -extldflags '-static'
|
||||
|
@ -51,7 +51,7 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_HOSTAPD_EAP),y)
|
||||
HOSTAPD_CONFIG_ENABLE += \
|
||||
CONFIG_EAP \
|
||||
CONFIG_RADIUS_SERVER \
|
||||
CONFIG_RADIUS_SERVER
|
||||
|
||||
# Enable both TLS v1.1 (CONFIG_TLSV11) and v1.2 (CONFIG_TLSV12)
|
||||
HOSTAPD_CONFIG_ENABLE += CONFIG_TLSV1
|
||||
|
@ -17,7 +17,7 @@ JIMTCL_HEADERS_TO_INSTALL = \
|
||||
jim-signal.h \
|
||||
jim-subcmd.h \
|
||||
jim-win32compat.h \
|
||||
jim-config.h \
|
||||
jim-config.h
|
||||
|
||||
ifeq ($(BR2_PACKAGE_TCL),)
|
||||
define JIMTCL_LINK_TCLSH
|
||||
|
@ -14,6 +14,6 @@ LIBNICE_INSTALL_STAGING = YES
|
||||
LIBNICE_AUTORECONF = YES
|
||||
LIBNICE_CONF_OPTS = \
|
||||
--without-gstreamer \
|
||||
--without-gstreamer-0.10 \
|
||||
--without-gstreamer-0.10
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
@ -43,18 +43,18 @@ NVIDIA_DRIVER_PROVIDES = libgl libegl libgles
|
||||
NVIDIA_DRIVER_LIBS_GL = \
|
||||
libGLX.so.0 \
|
||||
libGL.so.$(NVIDIA_DRIVER_VERSION) \
|
||||
libGLX_nvidia.so.$(NVIDIA_DRIVER_VERSION) \
|
||||
libGLX_nvidia.so.$(NVIDIA_DRIVER_VERSION)
|
||||
|
||||
NVIDIA_DRIVER_LIBS_EGL = \
|
||||
libEGL.so.1 \
|
||||
libGLdispatch.so.0 \
|
||||
libEGL_nvidia.so.$(NVIDIA_DRIVER_VERSION) \
|
||||
libEGL_nvidia.so.$(NVIDIA_DRIVER_VERSION)
|
||||
|
||||
NVIDIA_DRIVER_LIBS_GLES = \
|
||||
libGLESv1_CM.so.1 \
|
||||
libGLESv2.so.2 \
|
||||
libGLESv1_CM_nvidia.so.$(NVIDIA_DRIVER_VERSION) \
|
||||
libGLESv2_nvidia.so.$(NVIDIA_DRIVER_VERSION) \
|
||||
libGLESv2_nvidia.so.$(NVIDIA_DRIVER_VERSION)
|
||||
|
||||
NVIDIA_DRIVER_LIBS_MISC = \
|
||||
libnvidia-eglcore.so.$(NVIDIA_DRIVER_VERSION) \
|
||||
@ -63,13 +63,13 @@ NVIDIA_DRIVER_LIBS_MISC = \
|
||||
libnvidia-glsi.so.$(NVIDIA_DRIVER_VERSION) \
|
||||
tls/libnvidia-tls.so.$(NVIDIA_DRIVER_VERSION) \
|
||||
libvdpau_nvidia.so.$(NVIDIA_DRIVER_VERSION) \
|
||||
libnvidia-ml.so.$(NVIDIA_DRIVER_VERSION) \
|
||||
libnvidia-ml.so.$(NVIDIA_DRIVER_VERSION)
|
||||
|
||||
NVIDIA_DRIVER_LIBS = \
|
||||
$(NVIDIA_DRIVER_LIBS_GL) \
|
||||
$(NVIDIA_DRIVER_LIBS_EGL) \
|
||||
$(NVIDIA_DRIVER_LIBS_GLES) \
|
||||
$(NVIDIA_DRIVER_LIBS_MISC) \
|
||||
$(NVIDIA_DRIVER_LIBS_MISC)
|
||||
|
||||
# Install the gl.pc file
|
||||
define NVIDIA_DRIVER_INSTALL_GL_DEV
|
||||
|
@ -36,7 +36,7 @@ endif
|
||||
HOST_PARTED_DEPENDENCIES = host-pkgconf host-util-linux
|
||||
HOST_PARTED_CONF_OPTS += \
|
||||
--without-readline \
|
||||
--disable-device-mapper \
|
||||
--disable-device-mapper
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -23,7 +23,7 @@ endif
|
||||
# instead.
|
||||
REDIS_BUILDOPTS = $(TARGET_CONFIGURE_OPTS) \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) $(REDIS_LIBATOMIC)" \
|
||||
PREFIX=$(TARGET_DIR)/usr MALLOC=libc \
|
||||
PREFIX=$(TARGET_DIR)/usr MALLOC=libc
|
||||
|
||||
define REDIS_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(REDIS_BUILDOPTS) -C $(@D)
|
||||
|
@ -18,7 +18,7 @@ SPICE_DEPENDENCIES = \
|
||||
openssl \
|
||||
pixman \
|
||||
python-pyparsing \
|
||||
spice-protocol \
|
||||
spice-protocol
|
||||
|
||||
# We disable everything for now, because the dependency tree can become
|
||||
# quite deep if we try to enable some features, and I have not tested that.
|
||||
@ -26,7 +26,7 @@ SPICE_CONF_OPTS = \
|
||||
--disable-opengl \
|
||||
--disable-smartcard \
|
||||
--disable-automated-tests \
|
||||
--without-sasl \
|
||||
--without-sasl
|
||||
|
||||
SPICE_DEPENDENCIES += host-pkgconf
|
||||
|
||||
|
@ -11,7 +11,7 @@ TIFF_LICENSE_FILES = COPYRIGHT
|
||||
TIFF_INSTALL_STAGING = YES
|
||||
TIFF_CONF_OPTS = \
|
||||
--disable-cxx \
|
||||
--without-x \
|
||||
--without-x
|
||||
|
||||
TIFF_DEPENDENCIES = host-pkgconf
|
||||
|
||||
|
@ -35,7 +35,7 @@ UCLIBC_KCONFIG_OPTS = \
|
||||
$(UCLIBC_MAKE_FLAGS) \
|
||||
PREFIX=$(STAGING_DIR) \
|
||||
DEVEL_PREFIX=/usr/ \
|
||||
RUNTIME_PREFIX=$(STAGING_DIR)/ \
|
||||
RUNTIME_PREFIX=$(STAGING_DIR)/
|
||||
|
||||
UCLIBC_TARGET_ARCH = $(call qstrip,$(BR2_UCLIBC_TARGET_ARCH))
|
||||
|
||||
|
@ -61,7 +61,7 @@ VLC_CONF_OPTS += \
|
||||
--disable-mfx \
|
||||
--disable-vdpau \
|
||||
--disable-addonmanagermodules \
|
||||
--enable-run-as-root \
|
||||
--enable-run-as-root
|
||||
|
||||
# Uses __atomic_fetch_add_4
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||
|
Loading…
Reference in New Issue
Block a user