[oe-commits] Steve Sakoman : net-snmp: Install missing net-snmp-features.h

git version control git at git.openembedded.org
Sun May 8 18:42:09 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: de428183514adcf1a0159b32674ab1fbcf8e03ef
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=de428183514adcf1a0159b32674ab1fbcf8e03ef

Author: Steve Sakoman <steve at sakoman.com>
Date:   Fri Mar 18 13:48:47 2011 -0700

net-snmp: Install missing net-snmp-features.h

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/net-snmp/net-snmp_svn.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/net-snmp/net-snmp_svn.bb b/recipes/net-snmp/net-snmp_svn.bb
index c53c91f..fd696b4 100644
--- a/recipes/net-snmp/net-snmp_svn.bb
+++ b/recipes/net-snmp/net-snmp_svn.bb
@@ -1,7 +1,7 @@
 require net-snmp.inc
 DEPENDS += "libtool libtool-native libtool-cross"
 SRCREV = "20069"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 S = "${WORKDIR}/net-snmp"
 
@@ -14,3 +14,8 @@ EXTRA_OECONF += "--disable-embedded-perl --with-perl-modules=no --without-nl GRE
 EXTRA_OEMAKE = "INSTALL_PREFIX=${D}"
 
 CCACHE = ""
+
+do_install_append() {
+	install -d ${D}${includedir}/net-snmp/
+	install -m 0644 include/net-snmp/net-snmp-features.h ${D}${includedir}/net-snmp/net-snmp-features.h
+}





More information about the Openembedded-commits mailing list