From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude.hi.pengutronix.de ([2001:6f8:1178:2:21e:67ff:fe11:9c5c]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1W5dEI-0004VX-27 for ptxdist@pengutronix.de; Tue, 21 Jan 2014 16:27:06 +0100 Received: from jbe by dude.hi.pengutronix.de with local (Exim 4.82) (envelope-from ) id 1W5dEI-0004M9-14 for ptxdist@pengutronix.de; Tue, 21 Jan 2014 16:27:06 +0100 From: Juergen Beisert Date: Tue, 21 Jan 2014 16:27:02 +0100 Message-Id: <1390318022-13052-3-git-send-email-jbe@pengutronix.de> In-Reply-To: <1390318022-13052-1-git-send-email-jbe@pengutronix.de> References: <1390318022-13052-1-git-send-email-jbe@pengutronix.de> Subject: [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: , MIME-Version: 1.0 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 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. 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