aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/net-snmp
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2011-03-18 13:48:47 -0700
committerKoen Kooi <koen@openembedded.org>2011-05-08 20:24:23 +0200
commitde428183514adcf1a0159b32674ab1fbcf8e03ef (patch)
tree77025a114cc698bb5227409d7cae40e1e4c04561 /recipes/net-snmp
parent49a0babada7f58fc583d299cfc16c22fc3e42fc2 (diff)
downloadopenembedded-de428183514adcf1a0159b32674ab1fbcf8e03ef.tar.gz
net-snmp: Install missing net-snmp-features.h
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/net-snmp')
-rw-r--r--recipes/net-snmp/net-snmp_svn.bb7
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 c53c91f3da..fd696b4899 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
+}