summaryrefslogtreecommitdiffstats
path: root/meta-networking
Commit message (Collapse)AuthorAgeFilesLines
* cyrus-sasl: relocate files to package name dirJoe MacDonald2013-08-012-0/+0
| | | | | | | A minor bit of reorganization of the cyrus-sasl recipe directory in preparation for a build fix. Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* ntp: allow to run pkg_postinst_ntpdate in do_rootfsMartin Jansa2013-08-011-7/+3
| | | | | | | | * read-only rootfs cannot run postinsts on first boot and in this case it doesn't really have to as we can create cron task in do_rootfs Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* ebtables: Load ebtables kernel moduleMihai Prica2013-07-301-1/+4
| | | | | | | | Ebtables needs some kernel configs options to work properly. The standard yocto kernel config includes these as modules. Add code to load the ebtables module. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* cifs-utils: inherit pkgconfigMartin Jansa2013-07-301-1/+1
| | | | | | | | | | | * it fails in do_configure without it configure.ac:99: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:140: error: possibly undefined macro: AC_MSG_WARN autoreconf: sysroots/x86_64-linux/usr/bin/autoconf failed with exit status: 1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* quagga: add PACKAGECONFIG for capabilitiesMartin Jansa2013-07-301-0/+3
| | | | | | | * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* inetutils: add PACKAGECONFIG for ftp and uucpdMartin Jansa2013-07-301-0/+5
| | | | | | | * readline support is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atftp: add PACKAGECONFIG for pcre, readline, tcp-wrapperMartin Jansa2013-07-301-0/+5
| | | | | | * it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cifs-utils: add PACKAGECONFIG for libcapMartin Jansa2013-07-301-0/+3
| | | | | | * libcap is autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntp: add PACKAGECONFIG for libcap and readlineMartin Jansa2013-07-201-0/+2
| | | | | | * it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Upgrade vsftpd to 3.0.0Roy.Li2013-07-1911-63/+199
| | | | | | | | | | | | Upgrade vsftpd to 3.0.0 with below modification: 1. more strict access limitation, like: do not allow anonymous access 2. use vsftpd.ftpusers and vsftpd.user_list to confine user access 3. enable pam if DISTRO_FEATURE includes pam 4. enable tcp-wrapper 5. install vsftpd.conf with 0600 permission, not 0755 Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* cyrus-sasl: several fixesRoy.Li2013-07-192-5/+51
| | | | | | | | | | | | | | | | | 1. Fix hardcoded libdir 2. configure cyrus-sasl based on PACKAGECONFIG 3. create user by inherit useradd 4. add -fPIC to CFLAG to fix the below building failure: ld: ../sasldb/.libs/libsasldb.a(db_berkeley.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC ../sasldb/.libs/libsasldb.a(db_berkeley.o): could not read symbols: Bad value The cause is that libsasldb.a is built twice since {.c.o: and .c.lo} co-exist, one with -fPIC, other without -fPIC. if no -fPIC library follows behind, this error will appear. so we enable -fPIC no matter whatever objects are built. 5. The version of db in oe-core is 5.0 Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* bridge-utils: BackPort three patchesRoy.Li2013-07-194-1/+158
| | | | | Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* inetutils: several improvementRoy.Li2013-07-176-29/+215
| | | | | | | | | 1. integrate rexec, rlogin, rsh, telnet, tftpd xinetd startup scripts 2. inherit update-alternatives bbclass, not call update-alternatives directly. 3. package all commands into subpackages Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* netcat: integrate two fixesRoy.Li2013-07-173-0/+61
| | | | | | | | | 1. fix a running issue on PPC, since 'char' type has different range of values on x86 and on PPC. 2. fix a building issue. Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* ipsec-tools: fix dependencies and enable two configurationRoy.Li2013-07-171-2/+4
| | | | | | | | ipsec-tools depends on bison-native enable ipv6 support by DISTRO_FEATURE, and enable shared library support. Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* zeroconf: The ip is being installed into /sbin as of the latest busybox.Roy.Li2013-07-171-2/+2
| | | | | | | The ip is being installed into /sbin as of the latest busybox, or oe-core. Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* licences: Add netperf licenseChunrong Guo2013-07-172-0/+45
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* vsftpd: add missing dependency on opensslMartin Jansa2013-07-021-1/+1
| | | | | | | | | | | * Fails without openssl in sysroot: | i586-webos-linux-gcc -m32 -march=i586 --sysroot=/OE/sysroots/qemux86 -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o ls.o postprivparent.o logging.o str.o netstr.o sysstr.o strlist.o banner.o filestr.o parseconf.o secutil.o ascii.o oneprocess.o twoprocess.o privops.o standalone.o hash.o tcpwrap.o ipaddrparse.o access.o features.o readwrite.o opts.o ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o -lssl -lcrypto -lnsl -lresolv -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lcrypt -lcap | /OE/sysroots/x86_64-linux/usr/libexec/i586-webos-linux/gcc/i586-webos-linux/4.7.2/ld: cannot find -lssl | /OE/sysroots/x86_64-linux/usr/libexec/i586-webos-linux/gcc/i586-webos-linux/4.7.2/ld: cannot find -lcrypto | collect2: error: ld returned 1 exit status Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* netcat-openbsd: Update to 1.105Khem Raj2013-06-282-32/+31
| | | | | | | | | | | | | | | | | | Add the missing dependency on libbsd it was not building otherwise. libbsd recipes for OE-Core has been ported please wait until they are applied | netcat.c:99:24: fatal error: bsd/stdlib.h: No such file or directory | #include <bsd/stdlib.h> | ^ | compilation terminated. | make: *** [netcat.o] Error 1 | make: *** Waiting for unfinished jobs.... | socks.c:41:32: fatal error: bsd/readpassphrase.h: No such file or directory | #include <bsd/readpassphrase.h> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* cyrus-sasl: Avoid to call AC_TRY_RUNRoy.Li2013-06-282-1/+51
| | | | | | | | | If the gssapi libraries are compiled before cyrus-sasl, configure will call AC_TRY_RUN to check if gssapi libraries support SPNEGO, but calling AC_TRY_RUN will fail on cross-compile environment. Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* cyrus-sasl: move plugin *.so symbolic links to cyrus-sasl packageJonathan Liu2013-06-191-2/+4
| | | | | | | | | The Cyrus SASL plugins are loaded without their version number so the plugin *.so symbolic links need to be placed in the cyrus-sasl package rather than the cyrus-sasl-dev package. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* ipsec-tools: update Upstream-Status for patchPaul Barker2013-06-191-1/+2
| | | | | | I've been notified that the patch has been accepted upstream. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
* autofs: two fixesRoy.Li2013-06-182-0/+30
| | | | | | | | | | autofs's lib sources have a dependency on a number of files that are generated by rpcgen during buildtime. fix a typo in configure.in Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* arptables: fix the redefinition of 'arpt_get_target' errorRoy.Li2013-06-172-0/+31
| | | | | Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* ipsec-tools: Upgrade to 0.8.1 and fix build with gcc 4.8Khem Raj2013-06-144-31/+42
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* net-snmp: Backport fix for NETSNMP_NO_SYSTEMD typosThomas Fitzsimmons2013-06-102-2/+6
| | | | | | | Added Signed-off-by for backport patch refresh. Bumped PR. Signed-off-by: Thomas Fitzsimmons <fitzsim@cisco.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* vpnc: Set RDEPENDS to perl-module-io-file instead of perlJukka Rissanen2013-05-151-1/+1
| | | | | Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* proftpd: pack missing filesAndreas Müller2013-05-151-1/+3
| | | | | | | | | | WARNING: QA Issue: proftpd: Files/directories were installed but not shipped /home /home/ftp /home/ftp/pub Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* vpnc: Runtime dependency to perl was missingJukka Rissanen2013-05-131-1/+1
| | | | | | | Generated package contains perl script but dependecy to perl was missing. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* rp-pppoe: fix multilib SRC_URI referenceMark Hatle2013-05-101-1/+1
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* crda: Fix multilib SRC_URI referenceMark Hatle2013-05-101-1/+1
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* macchanger: Fix SRC_URI for multilibsMark Hatle2013-05-101-1/+1
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* rp-pppoe: move chmod form postinst to offline do_installAndreas Müller2013-05-101-8/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* proftpd: remove postinst - directory can be setup offline in do_installAndreas Müller2013-05-101-11/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cifs-utils: Add runtime recommendation to CIFS kernel moduleOtavio Salvador2013-05-091-0/+3
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* Quagga: sync zebra routing table with the kernel oneAws Ismail2013-05-072-1/+50
| | | | | | | | | | | | | | When interface goes down, and there are some static routes that are made with ip route, they are going to be deleted from kernel fib. That's what kernel does by default. But they are not going to be deleted from zebra's fib. They will be declared inactive. This issue was originally discussed in [1] and a patch was proposed. [1] http://www.gossamer-threads.com/lists/quagga/dev/22609 Signed-off-by: Aws Ismail <aws.ismail@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* README: show github mirror URL in layer dependenciesMartin Jansa2013-05-031-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntp: Move sntp before ntp-utils in packaging orderKhem Raj2013-04-291-1/+1
| | | | | | | | | ${PN}-utils has greedy expression of capturing all in ${bindir} and sntp gets swept in too. This move in PACKAGES fixes the problem and now sntp binary is packaged in sntp package itself. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* nuttcp_7.2.1.bb: Add new recipeKhem Raj2013-04-291-0/+29
| | | | | | | nuttcp is a network perf measurement tool Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* strongswan: move to meta-networkingPaul Eggleton2013-04-291-0/+36
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* memcached: add 1.4.15Marcin Juszkiewicz2013-04-261-0/+15
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmemcached: add 1.0.15 and 1.0.7 versionsMarcin Juszkiewicz2013-04-264-0/+50
| | | | | | | | 1.0.15 is latest 1.0.7 is required by HipHopVM Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* README: add -M to git send-email exampleMartin Jansa2013-04-261-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* net-snmp: move to meta-networking and tweakPaul Eggleton2013-04-268-0/+2329
| | | | | | | | | * Set SUMMARY instead of DESCRIPTION * Move SRC_URI checksums under SRC_URI * Move packaging definitions to the end Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntp: Create a separate package for sntpKhem Raj2013-04-193-2/+23
| | | | | | | | | | | | sntp provides the functionality of obsoleted ntpdate so we have option of using ntpd as well as sntp sntp does the immediate one time sync with time server and corrects the tme immediately. it replaces ntpdate nicely. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atftp: move to meta-networking and tweakPaul Eggleton2013-04-195-0/+417
| | | | | | | | | | * Add origin and Upstream-Status to patches * Set SUMMARY instead of DESCRIPTION * Add ${PN}d to PACKAGES instead of atftpd to be consistent with the rest of the recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ipsec-tools: move to meta-networking and tweakPaul Eggleton2013-04-193-0/+76
| | | | | | | * Add purpose and Upstream-Status to patch Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dnsmasq: move to meta-networking and tweakPaul Eggleton2013-04-195-0/+412
| | | | | | | | | * Make dbus a PACKAGECONFIG option and remove dnsmasq-dbus recipe * Set LICENSE to correctly indicate choice of licenses * Set SUMMARY instead of DESCRIPTION Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rp-pppoe: move from meta-oe to meta-networking and tweakPaul Eggleton2013-04-1910-0/+435
| | | | | | | | | * Move packaging definitions to the end * Move SRC_URI checksums next to SRC_URI * Set SUMMARY instead of DESCRIPTION Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bridge-utils: move to meta-networking and tweakPaul Eggleton2013-04-193-0/+62
| | | | | | | | | * Update HOMEPAGE * Set SUMMARY instead of DESCRIPTION * Move DEPENDS up towards the top Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>