tvheadend: indentation cleanup

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jerzy Grzegorek 2014-11-19 14:43:56 +01:00 committed by Thomas Petazzoni
parent 0772e28dbb
commit 7661580ff2

View File

@ -35,18 +35,18 @@ endif
TVHEADEND_DEPENDENCIES += dtv-scan-tables TVHEADEND_DEPENDENCIES += dtv-scan-tables
define TVHEADEND_CONFIGURE_CMDS define TVHEADEND_CONFIGURE_CMDS
(cd $(@D); \ (cd $(@D); \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \ $(TARGET_CONFIGURE_ARGS) \
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--arch="$(ARCH)" \ --arch="$(ARCH)" \
--cpu="$(BR2_GCC_TARGET_CPU)" \ --cpu="$(BR2_GCC_TARGET_CPU)" \
--python="$(HOST_DIR)/usr/bin/python" \ --python="$(HOST_DIR)/usr/bin/python" \
--disable-dvbscan \ --disable-dvbscan \
--enable-bundle \ --enable-bundle \
--disable-libffmpeg_static \ --disable-libffmpeg_static \
$(TVHEADEND_CONF_OPTS) \ $(TVHEADEND_CONF_OPTS) \
) )
endef endef