From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1W6NYx-0006Lz-46 for ptxdist@pengutronix.de; Thu, 23 Jan 2014 17:55:31 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1W6NYx-0001sW-2u for ptxdist@pengutronix.de; Thu, 23 Jan 2014 17:55:31 +0100 Date: Thu, 23 Jan 2014 17:55:31 +0100 From: Michael Olbrich Message-ID: <20140123165531.GK11312@pengutronix.de> References: <1390318022-13052-1-git-send-email-jbe@pengutronix.de> <1390318022-13052-3-git-send-email-jbe@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1390318022-13052-3-git-send-email-jbe@pengutronix.de> Subject: Re: [ptxdist] [PATCH 2/2] opkg: do not grab files from the build directory 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 On Tue, Jan 21, 2014 at 04:27:02PM +0100, Juergen Beisert wrote: > To just rename a file while installing, we also can grab this file from > the install directory. This change enables the opkg package to be used as > a pre-build archive. > Thanks, both applied. Michael > Signed-off-by: Juergen Beisert > --- > rules/opkg.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/opkg.make b/rules/opkg.make > index 8fc464f..4e78509 100644 > --- a/rules/opkg.make > +++ b/rules/opkg.make > @@ -67,7 +67,7 @@ ifdef PTXCONF_OPKG_GPG > @$(call install_copy, opkg, 0, 0, 0755, -, /usr/bin/opkg-key) > endif > # @$(call install_copy, opkg, 0, 0, 0755, -, /usr/bin/update-alternatives) > - @$(call install_copy, opkg, 0, 0, 0755, $(OPKG_DIR)/src/opkg-cl, /usr/bin/opkg) > + @$(call install_copy, opkg, 0, 0, 0755, $(OPKG_PKGDIR)/usr/bin/opkg-cl, /usr/bin/opkg) > > @$(call install_copy, opkg, 0, 0, 0755, -, /usr/share/opkg/intercept/ldconfig) > @$(call install_copy, opkg, 0, 0, 0755, -, /usr/share/opkg/intercept/depmod) > -- > 1.8.5.2 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de