projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
986ed8c
)
[include] prime .ipk control files with Status: field to introduce hold for post...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 Oct 2010 04:04:12 +0000
(
04:04
+0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 Oct 2010 04:04:12 +0000
(
04:04
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23175
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package-ipkg.mk
patch
|
blob
|
history
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index
edee6a4
..
f08cf89
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)"; \
This page took
0.028402 seconds
and
4
git commands to generate.