From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Sat, 6 Dec 2014 16:24:09 +0100 Subject: [Buildroot] [PATCH 2/3] package/tvheadend: Fix inclusion of DVB frequency tables in bundled build In-Reply-To: <1417878033-29169-2-git-send-email-bernd.kuhls@t-online.de> References: <1417878033-29169-1-git-send-email-bernd.kuhls@t-online.de> <1417878033-29169-2-git-send-email-bernd.kuhls@t-online.de> Message-ID: <20141206162409.4cc62957@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Bernd Kuhls, On Sat, 6 Dec 2014 16:00:32 +0100, Bernd Kuhls wrote: > > Signed-off-by: Bernd Kuhls > --- > package/tvheadend/tvheadend.mk | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk > index e0ce160..7d0ae08 100644 > --- a/package/tvheadend/tvheadend.mk > +++ b/package/tvheadend/tvheadend.mk > @@ -58,6 +58,9 @@ define TVHEADEND_CONFIGURE_CMDS > endef > > define TVHEADEND_BUILD_CMDS > + $(INSTALL) -d $(@D)/data/dvb-scan > + cp -r $(TARGET_DIR)/usr/share/dvb/* $(@D)/data/dvb-scan/ > + touch $(@D)/data/dvb-scan/.stamp > $(MAKE) -C $(@D) > endef This probably needs a little comment in the code. Thanks! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com