projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e9dfc0
)
prime .ipk control files with Status: field to introduce hold for post flash installe...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 2 Oct 2010 04:04:12 +0000
(
04:04
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 2 Oct 2010 04:04:12 +0000
(
04:04
+0000)
SVN-Revision: 23175
include/package-ipkg.mk
patch
|
blob
|
history
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index edee6a4c55d10da33dd3d73a2f8d22769d08a5bc..f08cf897cbda6d96a9883e53d42eb5218b5c9766 100644
(file)
--- a/
include/package-ipkg.mk
+++ b/
include/package-ipkg.mk
@@
-101,6
+101,7
@@
ifeq ($(DUMP),)
echo "Provides: $(PROVIDES)"; \
echo "Source: $(SOURCE)"; \
echo "Section: $(SECTION)"; \
+ echo "Status: install $(if $(filter hold,$(PKG_FLAGS)),hold,ok) not-installed"; \
echo "Priority: $(PRIORITY)"; \
echo "Maintainer: $(MAINTAINER)"; \
echo "Architecture: $(PKGARCH)"; \