aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
AgeCommit message (Collapse)Author
2013-11-19cifs-utils: Add PACKAGECONFIG for cifscreds, cifsupcallMartin Jansa
* make files in bindir/sbindir a bit more deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
2013-08-22cifs-utils: inherit pkgconfigMartin Jansa
* 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>
2013-08-22quagga: add PACKAGECONFIG for capabilitiesMartin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22inetutils: add PACKAGECONFIG for ftp and uucpdMartin Jansa
* readline support is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22atftp: add PACKAGECONFIG for pcre, readline, tcp-wrapperMartin Jansa
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22cifs-utils: add PACKAGECONFIG for libcapMartin Jansa
* libcap is autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22ntp: add PACKAGECONFIG for libcap and readlineMartin Jansa
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22cyrus-sasl: Avoid to call AC_TRY_RUNRoy.Li
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>
2013-08-22vsftpd: add missing dependency on opensslMartin Jansa
* 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>
2013-04-30ntp: Move sntp before ntp-utils in packaging orderKhem Raj
${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>
2013-04-29README: show github mirror URL in layer dependenciesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29toolchain-layer, meta-networking: README: add dylan to subject-prefix and ↵Martin Jansa
update branch in depends Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29README: add -M to git send-email exampleMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-23update README to dylanEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-04-19ntp: Create a separate package for sntpKhem Raj
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>
2013-04-19atftp: move to meta-networking and tweakPaul Eggleton
* 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>
2013-04-19ipsec-tools: move to meta-networking and tweakPaul Eggleton
* 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>
2013-04-19dnsmasq: move to meta-networking and tweakPaul Eggleton
* 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>
2013-04-19rp-pppoe: move from meta-oe to meta-networking and tweakPaul Eggleton
* 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>
2013-04-19bridge-utils: move to meta-networking and tweakPaul Eggleton
* 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>
2013-04-19openvpn: move to meta-networking and tweakPaul Eggleton
* Move SRC_URI checksums next to SRC_URI * Move packaging definitions to the end * Set SUMMARY instead of DESCRIPTION * Drop unused inc file Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19vsftpd: move from meta-oe to meta-networking and tweakPaul Eggleton
* Fix stripped file QA warning * Add proper headers to patches (and split makefile.patch into two parts, one of which may be upstreamable) * Use PV in SRC_URI instead of hardcoded version * Move SRC_URI checksums up 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>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15yp-tools, ypbind-mt: move systemd support from meta-systemd back to ↵Martin Jansa
meta-networking Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15ntp: move systemd support from meta-systemd back to meta-networkingMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15autofs: move systemd support from meta-systemd back to meta-networkingMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-02libnetfilter-queue: Add missing libmnl to DEPENDSKhem Raj
otherwise Errors are seen with sstate | configure:11780: error: Package requirements (libmnl >= 1.0.3) were not met: | | No package 'libmnl' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-04-02crda: add 1.1.3Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-25Quagga: clean up whitespaces/hardtabs in recipeAws Ismail
Minor clean-up for some places where whitespaces and hardtabs stil existed. Signed-off-by: Aws Ismail <aws.ismail@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-25Quagga has no snmp support, unrecognized options --enable-tcp-md5Aws Ismail
1. Quagga's tcp-md5 has been renamed to linux24-tcp-md5 2. net-snmp needs to have mib-modules=smux enabled to enable quagga to support snmp. Make the net-snmp option dependent on the DISTRO_FEATURE snmp. 3. Misc: install the sample conf files for quagga. Also, Make sure that the post install script is being run on the target rather than during the rootfs creation stage. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Aws Ismail <aws.ismail@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-25cyrus-sasl2: clean up rpath QA errorsJoe MacDonald
Cleaning QA errors from commit 770b14191143fd89fa18daa4048af1f618debdee Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-21autofs: update to current patchlevelAndreas Oberritter
* Apply all patches from ftp.kernel.org/pub/linux/daemons/autofs/v5/patches-5.0.8/ Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-21xl2tpd: dump 1.3.1 in favour of git versionJoe MacDonald
When the yocto kernel updated to 3.8.x, it exposed some breakage in the xl2tpd 1.3.1 release that has been since fixed in tree. Rather than cherry pick patches, we'll migrate to the current HEAD. Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-18autofs: Fix build breakage with systemd in DISTRO_FEATUREKhem Raj
When systemd is in distro features we need to translate it into the appropriate PACKAGECONFIG flag Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-18cifs-utils: add 5.9Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-18netcat: fix PN -> BPN in do_install for multilibsJackie Huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-18inetutils: fix PN -> BPN in do_install for multilibsJackie Huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-18autofs: fix QA error when building without systemdJoe MacDonald
Building without systemd enabled results in: WARNING: QA Issue: autofs: Files/directories were installed but not shipped /lib /lib/systemd /lib/systemd/system /lib/systemd/system/autofs.service fix that in the PKGCONFIG way. Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-18autofs: fix compile with uclibcAndreas Oberritter
* Backport patch to make yp optional, which uclibc doesn't provide. * Create patch to include linux/nfs.h instead of nfs/nfs.h. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-18meta-networking: Add LAYERVERSION and LAYERDEPENDSWenzong Fan
Add LAYERVERSION and LAYERDEPENDS to layer.conf Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-03-18pptp-linux: Add dependency to fix parallel buildJesse Zhang
Add dependency on the generated config.h file for pptp.c and version.c. Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-02-25macchanger: added 1.5.0 recipeFelipe F. Tonello
This is a useful utility to manipulate the mac address of a device. Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-02-25ebtables: move ebtables-save to sbindir to avoid QA issueJackie Huang
Fix the QA issue: WARNING: QA Issue: ebtables: Found a reference to /usr/ in /path/to/tmp/work/x86_64-wrs-linux/ebtables-2.0.10-4-r1/packages-split/ebtables/sbin/ebtables-save WARNING: QA Issue: Shell scripts in base_bindir and base_sbindir should not reference anything in exec_prefix Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-02-16cyrus-sasl2: add 2.1.26Marcin Juszkiewicz
I took recipe from OE classic, updated, cleaned and got it build. I use it only as build dependency - did not checked binaries from ${PN}-bin. There are RPATH problems to solve: WARNING: QA Issue: package cyrus-sasl-bin contains bad RPATH /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib in file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl-bin/usr/sbin/saslpasswd2 WARNING: QA Issue: package cyrus-sasl-bin contains bad RPATH /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib in file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl-bin/usr/sbin/pluginviewer WARNING: QA Issue: package cyrus-sasl-bin contains bad RPATH /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib in file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl-bin/usr/sbin/sasldblistusers2 WARNING: QA Issue: package cyrus-sasl contains bad RPATH /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib in file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl/usr/lib/sasl2/libsasldb.so.3.0.0 Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-14arptables: defeat multi-job for installJoe Slater
CQID: 399299 The make install target is not parallel job safe, but doesn't do all that much, so we limit make to one job for that. The make target is of the form install: x y z Unfortunately, z depends on y, so if z is started before y (almost) completes, we will fail. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-02-14accel-ppp: resolve QA warnings and satisfy multilibAws Ismail
Create -libs and -dbg splits to include .so and .debug files, respectively to resolve the QA warning: lib64-accel-ppp rdepends on lib64-accel-ppp-dev when multilib is being used. Signed-off-by: Aws Ismail <aws.ismail@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-02-14netcat-openbsd: resolve multilib issues.Aws Ismail
Make recipe changes to enable successfull building when multilib is being used. Signed-off-by: Aws Ismail <aws.ismail@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-02-14traceroute: resolve multilib issuesAws Ismail
Make recipe changes to enable successfull building when multilib is being used. Signed-off-by: Aws Ismail <aws.ismail@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-02-04netcat: call out glib-2.0 dependencyyanjun.zhu
When do_compile, netcat-openbsd needs the dependence of glib-2.0. Signed-off-by: yanjun.zhu <yanjun.zhu@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-02-04multilib: Fix PN - BPN to make fetch work.Randy MacLeod
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>