aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2013-08-22portaudio: explicitly disable oss, add PACKAGECONFIG for alsa and jackMartin Jansa
* autoenabled dependencies on alsa-lib and jack are breaking espeak when it's built against portaudio in sysroot without them | ld: warning: libasound.so.2, needed by usr/lib/libportaudio.so, not found (try using -rpath or -rpath-link) | ld: warning: libjack.so.0, needed by usr/lib/libportaudio.so, not found (try using -rpath or -rpath-link) | usr/lib/libportaudio.so: undefined reference to `snd_pcm_sw_params_sizeof@ALSA_0.9' | usr/lib/libportaudio.so: undefined reference to `snd_pcm_hw_params_test_period_size@ALSA_0.9' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22iso-codes: add missing dependency on gettext-nativeMartin Jansa
* msgfmt is called in do_install and both MSGFMT variables are empty without gettext-native detected in configure %.mo: %.po $(MSGFMT) $(MSGFMT_FLAGS) -o $@ $< Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22wbxml2: add missing dependency on expatMartin Jansa
* do_configure fails without it: | -- Could NOT find Expat Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22gsoap: add missing dependency on zlibMartin Jansa
* do_compile fails without: | i586-oe-linux-g++ -m32 -march=i586 --sysroot=/OE/sysroots/qemux86 -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -L. -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o wsdl2h wsdl2h-wsdl2h.o wsdl2h-wsdl.o wsdl2h-schema.o wsdl2h-types.o wsdl2h-service.o wsdl2h-soap.o wsdl2h-mime.o wsdl2h-wsp.o wsdl2h-wsdlC.o ../../gsoap/libgsoapssl++.a -lssl -lcrypto -lz | /OE/sysroots/x86_64-linux/usr/libexec/i586-oe-linux/gcc/i586-oe-linux/4.7.2/ld: cannot find -lz | collect2: error: ld returned 1 exit status Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22cryptsetup: add missing dependency on libgcryptMartin Jansa
* there is PACKAGECONFIG for libgcrypt, but do_configure fails without macro staged by libgcrypt: configure.ac:122: error: possibly undefined macro: AM_PATH_LIBGCRYPT Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22cpufrequtils: inherit gettextMartin Jansa
* build without gettext-native fails with: | Building ccdv | /bin/sh: 1: xgettext: not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22libspatialite: add missing dependency on sqlite3Martin Jansa
* do_configure fails without: | checking for sqlite3.h... no | configure: error: cannot find sqlite3.h, bailing out Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22rsyslog: inherit pkgconfigMartin Jansa
* without pkgconfig it's failing to expand PKG_CHECK_MODULES macro: | rsyslog-5.8.0/configure: line 16111: syntax error near unexpected token `GNUTLS,' | rsyslog-5.8.0/configure: line 16111: ` PKG_CHECK_MODULES(GNUTLS, gnutls >= 1.4.0)' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22media-ctl: inherit pkgconfigMartin Jansa
* without pkgconfig it's failing to expand PKG_CHECK_MODULES macro: | media-ctl/0.0.1-r3/git/configure: line 11700: syntax error near unexpected token `libudev,' | media-ctl/0.0.1-r3/git/configure: line 11700: ` PKG_CHECK_MODULES(libudev, libudev, have_libudev=yes, have_libudev=no)' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22gypsy: add dependency on libxslt-nativeMartin Jansa
* it's incorrectly used in build (and just "o" is used instead of xslt command): | o gypsy-discovery.xml ../docs/tools/spec-strip-docs.xsl gypsy-discovery-full.xml | /bin/bash: o: command not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22xorg-sgml-doctools: add missing dependency on util-macrosMartin Jansa
* fails without: | configure.ac:32: error: must install xorg-macros 1.8 or later before running autoconf/autogen Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22fbida: define -I when checking jpeg versionMartin Jansa
* echo JPEG_LIB_VERSION | i586-starfish-linux-cpp -include jpeglib.h | tail -n 1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22python-feedparser: Changed from distutils to setuptoolsMihai Prica
This package uses setuptools not distutils. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-11claws-plugins-*: Update SRC_URIMartin Jansa
* modules are now in one bigger tarball on sourceforge http://sourceforge.net/projects/sylpheed-claws/files/extra%20plugins/ * old tarballs are still available in plugins_obsolete directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-28icon-slicer: fix native build by depending on gdk-pixbuf onlyAndreas Müller
| checking for GDK_PIXBUF... no | configure: error: GTK+-2.0 is required to compile icon-slicer <...> ERROR: Task 2643 (virtual:native:/home/andreas/data/oe-core/sources/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb, do_configure) failed with exit code '1' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-05-21samba: Add usershare directory to the packageOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-04-30compat-wireless: exclude from worldMartin Jansa
* depends on config options which are not enabled in qemu* MACHINEs by default Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-30lxdm: fix postinst-codeAndreas Müller
Exiting postinst code leaves systemd.bbclass offline postinst code unexecuted, causes postinst not to finish at first boot (lxdm.service is not aliased to display-manager.service -> started much too early) and is not neccesary: language preparation can be done offline. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-30gateone: fix license namePaul Barker
The Affero GPL is in common-licenses as 'AGPL-3.0' not 'AGPLv3'. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-30ttf-inconsolata: fix license namePaul Barker
We have "SIL Open Font License" 1.1 in common-licenses as OFL-1.1. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-30qtserialport-e: Various fixes per openembedded-devel list comments.Wayne Warren
* Change DESCRIPTION to SUMMARY * Fix LICENSE declarations to be version-specific * Coding convention fixes * Don't modify Makefiles modified by qmake2; instead symlink qmake2 in to $WORKDIR to be run from there so that it uses $WORKDIR/qt.conf values Signed-off-by: Wayne Warren <steven.w.warren@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-30qtserialport: Adds initial recipe.Wayne Warren
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29README: show github mirror URL in layer dependenciesMartin Jansa
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-29llvm2.9: add LLVM_EXTRA_ARCH to enable X86 unless building for x86Martin Jansa
* now I see why it was there before, at least on arm it fails with: | CMake Error at cmake/modules/LLVMConfig.cmake:127 (message): | Library `X86' not found in list of llvm libraries. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29llvm2.9: remove X86 from LLVM_TARGETS_TO_BUILDMartin Jansa
* when building for qemux86* it tries to build X86 twice and fails with: | CMake Error at lib/Target/CMakeLists.txt:24 (add_subdirectory): | The binary directory | | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/llvm2.9/2.9-r2.0/llvm-2.9/build/lib/Target/X86 | | is already used to build a source directory. It cannot be used to build | source directory | | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/llvm2.9/2.9-r2.0/llvm-2.9/lib/Target/X86 | | Specify a unique binary directory name. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29llvm2.9: try to fix thumb build and disable it after failureMartin Jansa
* khem: could you check what I'm doing wrong? This is out of my league.. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29llvm2.9: fix build with gcc-4.7Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29llvm2.9: Import from meta-javaMartin Jansa
* llvm is generic enough to be useful outside meta-java e.g. we need it to enable llvmpipe galium driver in mesa * imported without any modification (except indentation), all credits go to Henning Heinold and Khem Raj for maintaining it in meta-java 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-22ttf-arphic-uming: remove whitespace from licensePaul Barker
The whitespace in LICENSE causes bitbake to parse this as three separate licenses: 'Arphic', 'Public' and 'License'. These spaces are replaced with dashes to prevent confusion. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-22python-tornado: fix license namePaul Barker
Upstream source (https://github.com/facebook/tornado) says this is released under version 2.0 of the Apache license which we have in the common licenses directory as 'Apache-2.0'. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-22vim: update to 7.3.905Paul Barker
Replace version 7.2.446 with the latest version currently available, 7.3.905. The old fetch method was inefficient as version 7.2 was downloaded and patches applied to get to version 7.2.446. Attempting this method with git 7.3 did not work as not all 905 patches applied cleanly. Instead we fetch version 7.3.905 directly from the upstream mercurial repository. This causes an implicit dependency on mercurial-native for the build which is reasonable considering that not many images include vim by default. The previously used patch configure.in_remove_CC_quotes.patch is still required as these changes haven't been made upstream; this patch still applies cleanly. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-22vim: use correct license filePaul Barker
The vim license conditions are in the file runtime/doc/uganda.txt within the sources, not src/README.txt. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-22vim: use example vimrc from vim runtime filesPaul Barker
Rather than keeping our own local vimrc file we can use vimrc_example.vim from the runtime files distributed with vim. This keeps us up-to-date with changes to the config when we move to a new vim version. Also tidy comments around do_install_append so that it is clearer what is happening. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-22p910nd: Fix the lock directory useOtavio Salvador
The original code uses a subdir inside of /var/lock which is hard for us to manage as it may be running in tmpfs; we did change it for avoid the subdir so it just works. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-22openldap: do not link to ICUMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-22live555: change MIRROR for older versionsPaul Barker
http://download.videolan.org/pub/videolan/testing/contrib/live555/ has dropped everything before live.2011.12.23.tar.gz, change to using http://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ as it still has live.2011.03.14.tar.gz. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-22php: update to 5.4.14Marcin Juszkiewicz
Build tested for AArch64 and x86. Runtime tested on x86. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19cherokee: move systemd service file to meta-webserver tooMartin Jansa
2013-04-19nostromo: move to meta-webserver and tweakPaul Eggleton
* Add SUMMARY * Move SRC_URI checksums next to SRC_URI Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19cherokee: move to meta-webserver and tweakPaul Eggleton
* 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-19net-snmp: set correct SYSTEMD_PACKAGESJack Mitchell
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19net-snmp: merge .inc into .bb and clean up obsolete parts of recipeJack Mitchell
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
2013-04-19net-snmp: Update to 5.7.2Jack Mitchell
- Removed some un-needed patches Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
2013-04-19net-snmp: fix failure when starting on system without pci busJack Mitchell
The snmpd daemon cannot start on platforms without a pci bus: snmpd[15460]: pcilib: Cannot open /proc/bus/pci snmpd[15460]: pcilib: Cannot find any working access method. snmpd should not depend on a PCI bus and should simply move on. Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
2013-04-19xinput-calibrator: install .service only with systemd in DISTRO_FEATURESMartin Jansa
* Otavio reported unpackaged files without systemd enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19xserver-nodm-init: install .service and conf only with systemd in ↵Martin Jansa
DISTRO_FEATURES * Otavio reported unpackaged files without systemd enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19vim: prevent binaries from being stripped too earlyPaul Barker
By default, vim binaries are stripped during the build. This prevents us from putting non-stripped binaries into a -dbg package. Passing 'STRIP=/bin/true' to configure is the method recommended in the vim Makefile to disable stripping of binaries during the build. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19vim: recommend that runtime data is installed along with binariesPaul Barker
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>