[oe-commits] org.oe.dev tcp-wrappers: fix staging

koen commit oe at amethyst.openembedded.net
Wed Jul 23 11:48:45 UTC 2008


tcp-wrappers: fix staging

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a57b205af1529926cde858b9315717bce651821a
ViewMTN: http://monotone.openembedded.org/revision/info/a57b205af1529926cde858b9315717bce651821a
Files:
1
packages/tcp-wrappers/tcp-wrappers_7.6.bb
Diffs:

#
# mt diff -re83263423ecbc1fa7a1984f34ff92135d989e984 -ra57b205af1529926cde858b9315717bce651821a
#
#
#
# patch "packages/tcp-wrappers/tcp-wrappers_7.6.bb"
#  from [05091d6ff40fb433090ad87a4d3a8c4568821b7c]
#    to [ae842e46020f5c84a42cf753a5f0bfa53a00812f]
#
============================================================
--- packages/tcp-wrappers/tcp-wrappers_7.6.bb	05091d6ff40fb433090ad87a4d3a8c4568821b7c
+++ packages/tcp-wrappers/tcp-wrappers_7.6.bb	ae842e46020f5c84a42cf753a5f0bfa53a00812f
@@ -3,7 +3,7 @@ SECTION = "console/network"
 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_stage() {
 
 do_stage() {
         oe_libinstall -C shared -so  libwrap ${STAGING_LIBDIR}
+		install -m 0644 tcpd.h ${STAGING_INCDIR}
 }
 






More information about the Openembedded-commits mailing list