From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Fri, 28 Dec 2012 23:30:21 +0100 Subject: [Buildroot] [PATCH 1/2] package/dvb-apps: new package In-Reply-To: (Yann E. MORIN's message of "Fri, 28 Dec 2012 22:48:34 +0100") References: Message-ID: <87ehi9yflu.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Yann" == Yann E MORIN writes: Yann> We just need the transponders data, so we just install those. Long term I think it would be good to make this a user visible package, and have sub options for what kind of transponder data you want to install, as it's fairly big (~3.4MB). Yann> +define DVB_APPS_INSTALL_TARGET_CMDS Yann> + mkdir -p $(TARGET_DIR)/usr/share/dvb-apps/scan/atsc Yann> + mkdir -p $(TARGET_DIR)/usr/share/dvb-apps/scan/dvb-c Yann> + mkdir -p $(TARGET_DIR)/usr/share/dvb-apps/scan/dvb-s Yann> + mkdir -p $(TARGET_DIR)/usr/share/dvb-apps/scan/dvb-t Yann> + $(INSTALL) -D $(@D)/util/scan/atsc/* $(TARGET_DIR)/usr/share/dvb-apps/scan/atsc install -D expects you to name the destination file name, which doesn't make sense here, so I rewrote the install step to use a shell loop and not use the -D option. Committed with that change, thanks. -- Bye, Peter Korsgaard