mbox

[0/2] Base add net-snmp and fix u-boot-tools

Message ID cover.1361952867.git.christian.braunersorensen@prevas.dk
State Not Applicable
Headers show

Pull-request

git://gitorious.org/~cbs/oe-lite/cbss-base basecommits2

Message

christian.braunersorensen@prevas.dk Feb. 27, 2013, 8:15 a.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

net-snmp/u-boot-tools
The following changes since commit 4b04fea70b57c8684b07415e7b5a87907a2f0f70:

  Release 3.1.0 (2012-11-14 13:43:43 +0100)

are available in the git repository at:

  git://gitorious.org/~cbs/oe-lite/cbss-base basecommits2
  http://gitorious.org/~cbs/oe-lite/cbss-base/commits/basecommits2

Jacob Barsøe Kjærgaard (2):
  net-snmp: import package from OE
  u-boot/u-boot-tools: Fix compile on newer 32-bit distros

 recipes/net-snmp/files/init                        |  63 +++
 recipes/net-snmp/files/snmpd.conf                  | 422 +++++++++++++++++++++
 recipes/net-snmp/files/snmptrapd.conf              |  17 +
 .../net-snmp/net-snmp-5.7.1/net-snmp-libnl.patch   |  65 ++++
 recipes/net-snmp/net-snmp.inc                      |  41 ++
 recipes/net-snmp/net-snmp_5.7.1.oe                 |  11 +
 recipes/net-snmp/net-snmp_5.7.1.oe.sig             |   1 +
 recipes/u-boot/u-boot-tools.inc                    |   8 +
 8 files changed, 628 insertions(+)
 create mode 100755 recipes/net-snmp/files/init
 create mode 100644 recipes/net-snmp/files/snmpd.conf
 create mode 100644 recipes/net-snmp/files/snmptrapd.conf
 create mode 100644 recipes/net-snmp/net-snmp-5.7.1/net-snmp-libnl.patch
 create mode 100644 recipes/net-snmp/net-snmp.inc
 create mode 100644 recipes/net-snmp/net-snmp_5.7.1.oe
 create mode 100644 recipes/net-snmp/net-snmp_5.7.1.oe.sig