projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3da67a0
)
legal-info: move $(2)_LICENSE to a proper line
author
Luca Ceresoli
<luca@lucaceresoli.net>
Thu, 1 Nov 2012 23:25:40 +0000
(23:25 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 4 Nov 2012 16:25:10 +0000
(17:25 +0100)
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/pkg-generic.mk
patch
|
blob
|
history
diff --git
a/package/pkg-generic.mk
b/package/pkg-generic.mk
index 9c87aecba9149ff16091476a2058cabb34153929..d3a6db6096cd3fa81aa5eba763715ee44f4cc7bd 100644
(file)
--- a/
package/pkg-generic.mk
+++ b/
package/pkg-generic.mk
@@
-268,14
+268,14
@@
ifndef $(2)_LICENSE
endif
endif
+$(2)_LICENSE ?= unknown
+
ifndef $(2)_LICENSE_FILES
ifdef $(3)_LICENSE_FILES
$(2)_LICENSE_FILES = $($(3)_LICENSE_FILES)
endif
endif
-$(2)_LICENSE ?= unknown
-
$(2)_DEPENDENCIES ?= $(filter-out $(1),$(patsubst host-host-%,host-%,$(addprefix host-,$($(3)_DEPENDENCIES))))
$(2)_INSTALL_STAGING ?= NO