[source] ncurses: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
LEDE Commits
lede-commits at lists.infradead.org
Sat Jan 14 10:00:33 PST 2017
neoraider pushed a commit to source.git, branch master:
https://git.lede-project.org/0d8381aea38e97a440fe5ae21f629827c0197628
commit 0d8381aea38e97a440fe5ae21f629827c0197628
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Sat Jan 14 18:11:26 2017 +0100
ncurses: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
Host files installed in Build/InstallDev are target-specific and will stay
in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification.
Signed-off-by: Matthias Schiffer <mschiffer at universe-factory.net>
---
package/libs/ncurses/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index 88a31e2..60a8a17 100644
--- a/package/libs/ncurses/Makefile
+++ b/package/libs/ncurses/Makefile
@@ -135,7 +135,7 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/bin/ncursesw6-config $(2)/bin/
$(SED) 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' -e 's/$$$$INCS //g' \
$(2)/bin/ncursesw6-config
- ln -sf $(STAGING_DIR_HOSTPKG)/bin/ncursesw6-config $(1)/usr/bin/ncursesw6-config
+ ln -sf $(STAGING_DIR)/host/bin/ncursesw6-config $(1)/usr/bin/ncursesw6-config
endef
define Host/Compile
More information about the lede-commits
mailing list