aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2013-06-12swig: Update to version 2.0.10 and and add nativesdk support.Philip Balister
Build tested for armv7a machine. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-12gsl: Update from version 1.12 to version 1.15.Philip Balister
Build tested for armv7a. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-12emacs: zlib is now in base_libdirMartin Jansa
* moved in http://git.openembedded.org/openembedded-core/commit/?id=ebb8382af892bef8e11fb590292506e1124276c5 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-12gateone: Add sysv init scriptDan McGregor
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-12llvm3.2: new recipeJonathan Liu
arm_fenv_uclibc.patch was copied from llvm2.9 recipe. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-12llvm: disable build rpathJonathan Liu
This avoids QA Issue where tblgen has an rpath to lib in the shadow build directory. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-12llvm2.9: allow parallel native makeJonathan Liu
* fix parallel build Doing a parallel build may result in the following: *** No rule to make target `native/bin/tblgen', needed by `include/llvm/Intrinsics.gen.tmp' Avoid this by building tblgen first before building the rest of llvm. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-03claws-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-06-03xterm: update to 293Jonathan Liu
License copyright years was updated from 1999-2010,2011 to 1999-2012,2013. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-03debianutils: fix for multilib buildZhenhua Luo
When do multilib build for debianutils, following error appear: ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.debian.org/debian/pool/main/d/lib64-debianutils/lib64-debianutils_2.30.tar.gz'. Unable to fetch URL from any source. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-03luajit: Fix ppc spe issue with PIC codeKhem Raj
some parts of libluajit is not compiled with PICness lets fix it. Also get the hotfix patch for luajit dot org Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-03mysql: depend on zlib to not build own oneMarcin Juszkiewicz
When mysql does not detect zlib during configure then their copy of zlib 1.2.3 is built. That leads to problems during rootfs creation: | * check_data_file_clashes: Package libz-staticdev wants to install file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/genericarmv8-oe-linux/linaro-image-lamp/1.0-r0/rootfs/usr/lib/libz.a | But that file is already provided by package * libmysqlclient-staticdev | * opkg_install_cmd: Cannot install package libz-staticdev. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-03libmikmod: depend on texinfoMarko Lindqvist
With changed behavior of 'missing' in automake-1.13, libmikmod build was failing when makeinfo was not present. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-28uhd : Update to version 3.5.3.Philip Balister
Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-28uhd-firmware : Update to 3.5.3.Philip Balister
Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-28gnuradio : Update recipe to build for all machines.Philip Balister
Also updated the git repo address after recent changes in hosting. The recipe failed to build for machines without neon as a tune feature. The cmake config options have been changed so that it configures properly now. Also dropped documentation from build to work around a doc generation problem. Test on armv7a, x86, and x86-64. Signed-off-by: Philip Balister <philip@balister.org> 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: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21gtkhtml2: fix build with glib 2.36Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21gtkmm: update to 2.24.3Andreas Müller
build test of pavucontrol and gnome-system-monitor which depend on gtkmm Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21atkmm: initial add 2.22.7Andreas Müller
it is required for the update of gtkmm in the following patch Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21gtkmm: merge gtkmm.inc into recipe - and cleanup a bitAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21pangomm: update to 2.34.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21glibmm: update to 2.36.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21glibmm: merge glibmm.inc into recipe - and stylize a bitAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21libsigc++-2.0: update to 2.2.11Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21mm-common: update to 0.9.6Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21pangomm: Add missing dependency on pangoKhem Raj
Fixes errors like | configure:15678: error: Package requirements (glibmm-2.4 >= 2.14.1 cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0) were not met: | | No package 'pangocairo' found Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21collectd: fix build failure with libnotify in sysrootPaul Eggleton
If libnotify is in the sysroot, collectd will try to use it and then fail at do_compile because gtk/gtk.h can't be found. Since this is functionality that's not likely to be needed in the embedded context as far as collectd goes, just disable it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-19dmidecode: removeJonathan Liu
A newer version is available in OE-Core. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-19maliit-framework: fix build with glib 2.36Andreas Müller
Upstream code has seen many structural changes and the failing test is gone. Since changing to latest sources might cause huge reworking/test-efforts this patch only fixes the build error. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-16pv: add pipe viewer, version 1.4.6Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-16read-edid: add 2.0.0Koen Kooi
only build parse-edid, get-edid uses x86.h Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-16poppler: fix build for soft FPU machinesAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-16poppler: fix config option --disable-poppler-qt to --disable-poppler-qt4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-16LuaJIT: Upgrade 2.0.0 -> 2.0.1Khem Raj
Fix stripping related warnings Drop foldarith_for_spe patch not neded anymore QA Error about elocations in .text are still there like 2.0.0 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-13python-numpy: fix formatingMartin Jansa
* last patch added couple of tabs to multiline variables Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-13python-numpy : Add support for x86-64 builds.Philip Balister
Build tested with a qemux86-64 build. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-13samba: 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>
2013-05-10poppler-data: update to 0.4.6 and stylize a bitAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10poppler: update to 0.22.3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10poppler: merge include files into poppler - only poppler requires themAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10poppler: remove unrecognized configure optionsAndreas Müller
warning was: | configure: WARNING: unrecognized options: --disable-poppler-qt, --disable-abiword-output Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10mysql-python: Added recipe for mysql-pythonMihai Prica
This package provides an interface to MySQL for Python. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10python-sqlalchemy: update to 0.7.9Mihai Prica
Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10python-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-05-10lvm2: add configure option --with-usrlibdir to install shared library in ↵Olivia Yin
64-bit systems According to make.tmpl.in, shared lib will be installed under $(usrlibdir) install_lib_shared: $(LIB_SHARED) $(INSTALL_PROGRAM) -D $< $(libdir)/$(<F).$(LIB_VERSION) $(INSTALL_DIR) $(usrlibdir) $(LN_S) -f $(USRLIB_RELPATH)$(<F).$(LIB_VERSION) $(usrlibdir)/$(<F) But default $(usrlibdir) is $(DESTDIR)${prefix}/lib no matter it is 32-bit or 64-bit system. So we need align $(usrlibdir) with $(libdir). Signed-off-by: Olivia Yin <hong-hua.yin@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10yajl: pass the cmake variable LIB_SUFFIX to handle installation on 64-bit ↵Olivia Yin
systems WARNING: QA Issue: yajl: Files/directories were installed but not shipped /usr/lib /usr/lib/libyajl.so.2 /usr/lib/libyajl.so /usr/lib/libyajl_s.a /usr/lib/libyajl.so.2.0.4 /usr/lib/.debug /usr/lib/.debug/libyajl.so.2.0.4 NOTE: for 64-bit systems where lib64 is used you can pass the cmake variable LIB_SUFFIX to cause installation into the system's 'lib64' directory. Signed-off-by: Olivia Yin <hong-hua.yin@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07smartmontools: import from OE classicNicolas Dechesne
as discussed in [1], the following changes have been made since the initial version. - upgrade to latest upstream version - removal of the .inc file since the recipe is trivial - moved the recipe from recipe-support to recipe-extended [1] http://comments.gmane.org/gmane.comp.handhelds.openembedded/57914 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07media-ctl: Use linux-libc-headers instead of linux kernel sourcesStefan Herbrechtsmeier
Use the headers from the linux-libc-headers instead of the headers from the linux kernel sources because user space programs should be built against the header files provided by the distribution. In file included from .../usr/src/kernel/include/linux/media.h:27:0, from conftest.c:56: .../usr/src/kernel/include/linux/types.h:13:2: warning: #warning \ "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders" [-Wcpp] On some platforms (qemu) intern kernel header (linux/types.h) redefines some types from the system header (sys/types.h, timer.h, stdint.h) and thereby breaks the checking of the linux media header. ERROR: Kernel header file not found or not usable! In file included from .../usr/include/linux/media.h:27:0, from conftest.c:56: In file included from .../usr/src/kernel/include/linux/types.h:14:26: error: conflicting types for 'fd_set' In file included from .../sys/select.h:75:5: note: previous declaration of 'fd_set' was here Similar errors for dev_t, mode_t, timer_t, uintptr_t and blkcnt_t. Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07vlc: moved to meta-multimediaPaul Barker
vlc depends on fluidsynth which is in meta-multimedia. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>