summaryrefslogtreecommitdiffstats
path: root/rules/opkg.make
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2014-01-21 16:27:02 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-23 16:35:41 +0100
commitba14d70e329c4b032f524e9f18855396d72748c9 (patch)
tree11b0bbdbd2d2a8d19c480898842d54e5ce829d87 /rules/opkg.make
parent59e5eb54203ed4e53d73d3d3773a3ac88f365423 (diff)
downloadptxdist-ba14d70e329c4b032f524e9f18855396d72748c9.tar.gz
ptxdist-ba14d70e329c4b032f524e9f18855396d72748c9.tar.xz
opkg: do not grab files from the build directory
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 <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/opkg.make')
-rw-r--r--rules/opkg.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/opkg.make b/rules/opkg.make
index 8fc464f26..4e7850926 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)