summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* udh: inherit pythonnativeMartin Jansa2012-12-231-2/+2
| | | | | | | | | | | | * fails without: | -- Configuring the python interpreter... | -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) | -- Python interpreter: PYTHON_EXECUTABLE-NOTFOUND | -- Override with: -DPYTHON_EXECUTABLE=<path-to-python> | CMake Error at cmake/Modules/UHDPython.cmake:54 (MESSAGE): | Error: Python interpretor required by the build system. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hddtemp: apply hddtemp-db.patch to our hddtemp.dbMartin Jansa2012-12-233-147/+23
| | | | | | | | | | * some versions of patch utility refuse to accept such patch: ERROR: Command Error: exit status: 1 Output: Applying patch hddtemp-db.patch Ignoring potentially dangerous file name ../hddtemp.db can't find file to patch at input line 7 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hddtemp: rename files to hddtemp for faster lookupMartin Jansa2012-12-236-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qwt-e: exclude from worldMartin Jansa2012-12-231-0/+2
| | | | | | | | * qwt and qwt-e cannot be built in the same sysroot, it's correctly checked: | Project ERROR: local build will conflict with /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/libqwt.* but there is no point to include both in world build Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-openembedded: use correct format of Upstream-StatusMartin Jansa2012-12-2319-19/+19
| | | | | | | * some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpm: disable -WerrorMartin Jansa2012-12-231-0/+5
| | | | | | * 1.99.7 has a lot of issues, maybe we should bump PE and go to stable 1.20.7 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* omgps: fix build with gdk-pixbuf-2.26.5 from oe-coreMartin Jansa2012-12-237-1/+32
| | | | | | * also add Upstream-Status to other omgps patches Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* links: upgrade to 2.7 to fix build with libpng-1.5Martin Jansa2012-12-235-140/+9
| | | | | | | | | | | | | * cookies api changed between 2.1pre30 and 2.7 * LIC_FILES_CHKSUM changed because of formal change 296c296 < This program is free software; you can redistribute it and/or modify --- > on, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 > USAThis program is free software; you can redistribute it and/or > modify Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fltk: fix build with libpng-1.5 from oe-coreMartin Jansa2012-12-232-0/+64
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* abiword: fix build with libpng-1.5 from oe-coreMartin Jansa2012-12-232-2/+106
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs: fix build with libpng-1.5 from oe-coreMartin Jansa2012-12-232-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libass: upgrade to 0.10.1Martin Jansa2012-12-233-8/+7
| | | | | | | * old version wasn't compatible with libpng-1.5 from oe-core * COPYING was updated with ISC text old 0.9.11 was GPLv2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edbus2: include edbus-codegen in PN-utilsMartin Jansa2012-12-231-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add recipe for released tarballMartin Jansa2012-12-234-204/+230
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: update efl svn recipes PV to 1.7.4+svnrMartin Jansa2012-12-2316-16/+16
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: upgrade efl to 1.7.4Martin Jansa2012-12-2329-142/+142
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for E17 zeroMartin Jansa2012-12-231-1/+1
| | | | | | | * alias final Enlightenment 0.17 version * announcement: http://www.enlightenment.org/p.php?p=news&l=en Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: disable avahi and build without aclFahad Usman2012-12-212-1/+3
| | | | | | | | | disable avahi and acl to avoid some random build failures. We do not want samba to auto-detect the presence of avahi and/or acl, explicitly disabling or enabling them guarantees a more predictable build process Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openmotif: Avoid use os Xos.h from hostOtavio Salvador2012-12-211-3/+3
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openmotif: Disable printing supportOtavio Salvador2012-12-191-2/+4
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openmotif: Update SRC_URI and add libxft in dependsOtavio Salvador2012-12-191-2/+4
| | | | | | | | | | | | | The file couldn't be found in the official repository and it seems unmaintained as it had processing errors when trying to register to be able to download the last release. Researching in the web a mirror has been found and than we're using now this mirror so fetch works again. During build test, from a clean tmp directory we found that libxft is a hard dependency so we add it to depends list. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "openmotif: remove due to lack of libxp in repository"Otavio Salvador2012-12-192-0/+53
| | | | | | | This reverts commit 14b68506078a4133e743491d35245775a58a1317. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* claws-plugin-rssyl: upgrade to 0.34Ben Deering2012-12-191-5/+2
| | | | | Signed-off-by: Ben Deering <ben_deering@swissmail.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* claws-plugin-mailmbox: upgrade to 1.15Ben Deering2012-12-192-223/+3
| | | | | Signed-off-by: Ben Deering <ben_deering@swissmail.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* claws-mail: Upgrade from 3.6.1 to 3.9.0Ben Deering2012-12-195-628/+4
| | | | | | | | Switch Claws mail to latest version (3.9.0) and remove patches that were applied to 3.6.1. The patches do not seem to be needed anymore. Signed-off-by: Ben Deering <ben_deering@swissmail.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mako: install standalone, not as an eggRoss Burton2012-12-191-1/+5
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: fix pkg-config file generationStefan Herbrechtsmeier2012-12-192-0/+47
| | | | | | | | Replace absolute library path with library name spec and library search path option in pkg-config file. Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyudev: upgrade to 0.16.1 and fix some issuesMartin Jansa2012-12-191-4/+7
| | | | | | | | | | * RDEPENDing on libudev always selects udev as provider (even when systemd should be used), for details see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3622 * don't import pyudev from setup.py to get right pyudev version, this does not work without pyudev installed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: Fix service file to require display-manager.serviceOtavio Salvador2012-12-192-3/+3
| | | | | | | | | The xinput-calibrator.service had a requires to xserver-nodm.service but in fact it ought to wait by any display-manager to be initialized. We fix it changing the require to display-manager.service. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-geode: Add rdepends on EXA Xorg moduleOtavio Salvador2012-12-191-1/+3
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for E17 release called omegeMartin Jansa2012-12-191-1/+1
| | | | | | | * this should be last pre-release before E17 * changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=75 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* update oe-stylize to be Python3 comaptibleCliff Brake2012-12-181-5/+5
| | | | | Signed-off-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs-gdu-volume-monitor: avoid double packaging gvfs localeAndreas Müller2012-12-181-1/+2
| | | | | | | | | | | | | | | | | | | Fix error for do_rootfs: | Collected errors: | * check_data_file_clashes: Package gvfs-gdu-volume-monitor-locale-fr wants to install file /home/Superandy/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-full-image/1.0-r0/rootfs/usr/share/locale/fr/LC_MESSAGES/gvfs.mo | But that file is already provided by package * gvfs-locale-fr | * opkg_install_cmd: Cannot install package gvfs-gdu-volume-monitor-locale-fr. | * check_data_file_clashes: Package gvfs-locale-en-gb wants to install file /home/Superandy/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-full-image/1.0-r0/rootfs/usr/share/locale/en_GB/LC_MESSAGES/gvfs.mo | But that file is already provided by package * gvfs-gdu-volume-monitor-locale-en-gb | * opkg_install_cmd: Cannot install package gvfs-locale-en-gb. | * check_data_file_clashes: Package gvfs-gdu-volume-monitor-locale-de wants to install file /home/Superandy/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-full-image/1.0-r0/rootfs/usr/share/locale/de/LC_MESSAGES/gvfs.mo | But that file is already provided by package * gvfs-locale-de | * opkg_install_cmd: Cannot install package gvfs-gdu-volume-monitor-locale-de. * MJ: added PR bump Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: disable help buildMartin Jansa2012-12-181-1/+2
| | | | | | | | | | | | * xsltproc does not work in oe-core correctly: | xsltproc -o evince-it.omf --stringparam db2omf.basename evince --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang it --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/evince/2.32.0-r2/evince-2.32.0/help/evince.omf.in" /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm`/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils` it/evince.xml || { rm -f "evince-it.omf"; exit 1; } | http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %list.class; not found | %local.divcomponent.mix;"> | ^ ... * https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* azy: rename lemon provided by azy-native to azy_lemonMartin Jansa2012-12-181-3/+3
| | | | | | | | | | | | * meta-openembedded/meta-oe/recipes-devtools/lemon/lemon_3.5.4.bb provides almost the same lemon but lemon.c in azy sources is a bit modified (and completely reformatted :/) * rename it to resolve: WARNING: The recipe azy-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/lemon Matched in manifest-x86_64-lemon-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminology: upgrade to 0.2.0Martin Jansa2012-12-184-12/+12
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for E17 release called luckyMartin Jansa2012-12-181-1/+1
| | | | | | | * changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=73 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: fix path to recipe and upgrade to 1.11Martin Jansa2012-12-182-39/+39
| | | | | | | | | | | | | * drop PR * fix FILES_${PN}-doc * fix QA warnings: WARNING: QA Issue: krb5: Files/directories were installed but not shipped /usr/share/gnats /usr/share/gnats/mit and RPATH entries Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* florence: move to meta-gnome due to libnotifyMarcin Juszkiewicz2012-12-182-0/+0
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geos: fix typo in FILES_${PN}-devMartin Jansa2012-12-181-3/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-mixer: update to upstream version 1.2.12Marko Lindqvist2012-12-163-38/+9
| | | | | | | | | Now uses zlib license. Dropped fix-flac-madness patch as upsream configure check in question now uses AC_TRY_COMPILE instead of AC_TRY_RUN. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-image: update to upstream version 1.2.12Marko Lindqvist2012-12-161-6/+5
| | | | | | | | Now uses zlib license. Works with libpng15. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cryptsetup: import from oe-classicMartin Jansa2012-12-161-0/+18
| | | | | | | | | * add LIC_FILES_CHKSUM * depend on util-linux (renamed from util-linux-ng) * depend on lvm2 instead of device-mapper * inherit gettext Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: upgrade to 2.02.97 which is compatible with newer udevMartin Jansa2012-12-162-7/+6
| | | | | | | | | | | * older versions are using symbols removed in newer udev | dmsetup.c:985: error: undefined reference to 'udev_get_dev_path' | collect2: error: ld returned 1 exit status | make[1]: *** [dmsetup] Error 1 | make[1]: Leaving directory `/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/lvm2/2.02.85-r2.0/LVM2.2.02.85/tools' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: import from OE-ClassicYauhen Kharuzhy2012-12-161-0/+39
| | | | | | | | | Add building of MIT Kerberos implementation. The recipe was picked from OE-Classic & updated to new version Signed-off-by: Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcc-cross-canadian 4.6: fix dependencies to be nativesdk-* not *-nativesdkMarcin Juszkiewicz2012-12-161-2/+2
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgcc: s/virtclass/class/ to make it up-to-dateMarcin Juszkiewicz2012-12-161-1/+1
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql: disable spinlocks for AArch64Marcin Juszkiewicz2012-12-161-0/+1
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lua: update to upstream version 5.1.5Marko Lindqvist2012-12-163-85/+69
| | | | | | | | * COPYRIGHT: md5sum changed only because (C) years now up to 2012. * MJ: removed trailing whitespaces Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use ↵Martin Jansa2012-12-163-3/+3
| | | | | | correct PRINC form Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>