tcp-wrappers: fix staging
authorKoen Kooi <koen@openembedded.org>
Wed, 23 Jul 2008 11:40:32 +0000 (11:40 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 23 Jul 2008 11:40:32 +0000 (11:40 +0000)
packages/tcp-wrappers/tcp-wrappers_7.6.bb

index 047adc2..e10d3e8 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \
 LICENSE = "tcp-wrappers"
 PRIORITY = "optional"
 SECTION = "console/network"
-PR="r1"
+PR="r2"
 
 
 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}
 }