From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from plane.gmane.org ([80.91.229.3]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1V4F96-0002qR-8W for ptxdist@pengutronix.de; Tue, 30 Jul 2013 20:59:45 +0200 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V4F94-0004JS-Hv for ptxdist@pengutronix.de; Tue, 30 Jul 2013 20:59:42 +0200 Received: from c-69-181-30-217.hsd1.ca.comcast.net ([69.181.30.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Jul 2013 20:59:42 +0200 Received: from drkmask12 by c-69-181-30-217.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Jul 2013 20:59:42 +0200 From: Matt Date: Tue, 30 Jul 2013 18:59:24 +0000 (UTC) Message-ID: Mime-Version: 1.0 Subject: [ptxdist] How to add one binary from coreutils? Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de So now that I've successfully rebuilt my old project I'm ready to start adding new features to it. One of the required features is the shred command. Upon looking at some of our previous examples, I can see how to setup a make file to build a source and then copy files into the target. However, those are all from sources that contain only the binary we are looking for. My question is, how do we install shred? It's part of coreutils so is it a matter of creating a host package for coreutils and then a file package for shred that depends on coreutils or do I create a target package for shred and just copy over just shred after building all of coreutils? Or is this similar to wget where I somehow select to use the busybox version of shred (if that exists.) -- ptxdist mailing list ptxdist@pengutronix.de