projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd0f24
)
[utils] coreutils: Stopped coreutils from building as long as no plugin is selected.
author
Daniel Dickinson
<crazycshore@gmail.com>
Tue, 15 Mar 2011 01:37:41 +0000
(
01:37
+0000)
committer
Daniel Dickinson
<crazycshore@gmail.com>
Tue, 15 Mar 2011 01:37:41 +0000
(
01:37
+0000)
with commit 26026 (https://dev.openwrt.org/changeset/26026)
I see the coreutils package downloaded and build in my defconfig.
With the following patch, this default selection really does no build,
as long as no plugin is selected.
Thanks to Thomas Langer for this patch.
SVN-Revision: 26169
utils/coreutils/Makefile
patch
|
blob
|
history
diff --git
a/utils/coreutils/Makefile
b/utils/coreutils/Makefile
index f311093b1040d9681922b356c4698c5d986892f7..59b779e28fa1ef705fd9567e2e58976495c00b27 100644
(file)
--- a/
utils/coreutils/Makefile
+++ b/
utils/coreutils/Makefile
@@
-84,10
+84,6
@@
define Build/Compile
all install install-root
endef
-define Package/coreutils/install
- true
-endef
-
define BuildPlugin
define Package/$(1)/install
$(INSTALL_DIR) $$(1)/usr/bin