git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
394c91b
)
tcp-wrappers: fix staging
author
Koen Kooi
<koen@openembedded.org>
Wed, 23 Jul 2008 11:40:32 +0000
(11:40 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 23 Jul 2008 11:40:32 +0000
(11:40 +0000)
packages/tcp-wrappers/tcp-wrappers_7.6.bb
patch
|
blob
|
history
diff --git
a/packages/tcp-wrappers/tcp-wrappers_7.6.bb
b/packages/tcp-wrappers/tcp-wrappers_7.6.bb
index
047adc2
..
e10d3e8
100644
(file)
--- a/
packages/tcp-wrappers/tcp-wrappers_7.6.bb
+++ b/
packages/tcp-wrappers/tcp-wrappers_7.6.bb
@@
-3,7
+3,7
@@
DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \
LICENSE = "tcp-wrappers"
PRIORITY = "optional"
SECTION = "console/network"
-PR="r
1
"
+PR="r
2
"
PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev tcp-wrappers tcp-wrappers-doc"
@@
-107,5
+107,6
@@
do_install () {
do_stage() {
oe_libinstall -C shared -so libwrap ${STAGING_LIBDIR}
+ install -m 0644 tcpd.h ${STAGING_INCDIR}
}