summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* llvm3.3: new recipeJonathan Liu2013-06-202-0/+119
| | | | | | | arm_fenv_uclibc.patch was copied from llvm3.2 recipe. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* llvm: move cross script install to separate sysroot preprocess functionJonathan Liu2013-06-201-0/+6
| | | | | | | | The llvm-config2.x script doesn't get placed in the target sysroot crosscripts directory otherwise. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* llvm-common: move cross script install to sysroot preprocess functionJonathan Liu2013-06-201-1/+4
| | | | | | | | The llvm-config script doesn't get placed in the target sysroot crossscripts directory otherwise. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* llvm3.2: replace LLVM_RELEASE with PVJonathan Liu2013-06-201-4/+3
| | | | | | | | Setting LLVM_RELEASE is redundant as the version can be retrieved from PV instead. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init: do not execute Xsession twiceJonathan Liu2013-06-201-1/+1
| | | | | | | | | | | The /etc/X11/Xserver script runs xinit /etc/X11/Xsession already so there is no need to do /usr/bin/xinit /etc/X11/Xsession -- /etc/X11/Xserver. Having xinit nested will result in Xsession being executed twice. To resolve this, just execute /etc/X11/Xserver directly instead of going through xinit. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmtp: add new recipeFahad Usman2013-06-202-0/+1060
| | | | | | | | this was initially written by 'Christopher Larson' Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-session: Fix build on 64bit targetsKhem Raj2013-06-202-0/+63
| | | | | | | use more portable G_GINT64_FORMAT instead of lld printf format Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-keyring: Fix build error due to missing asn1 prototypesKhem Raj2013-06-202-1/+57
| | | | | | | | | | This fixes the errors that started to pop up recently while building gnome-keyring as part of gnome images The error is decribed in patch header Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libungif: add native buildMarko Lindqvist2013-06-201-0/+2
| | | | | | | | * newer versions of liberation-fonts need fontforge to build, and fontforge depends on libungif. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-disk-utility: use PACKAGECONFIG for nautilus extensionChristopher Larson2013-06-201-1/+4
| | | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-genmon-plugin: Allow timer period to be set at 250ms resolutionAndreas Müller2013-06-202-0/+38
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4: don't turn into unusablity after setting system time backwardsAndreas Müller2013-06-202-0/+34
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xarchiver: update to 0.5.3 for various bugfixesAndreas Müller2013-06-201-5/+11
| | | | | | | | | | xarchiver is unmaintained for long time. Since I think it is worth to invest further development I did collect pending patches, wrote some myself, pushed into my git repo and contacted the developer. He signalled 'green light' for me maintaining xarchiver in the future. As long as I have not yet created/uploaded a tarball let us use my git-repo for the sources. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-power-manager: rework polkit/consolekit selection and implement ↵Andreas Müller2013-06-202-2/+684
| | | | | | polkit/systemd shutdown Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* lxdm: remove consolekit dependencies in systemd environment and fix buildAndreas Müller2013-06-202-2/+52
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit-group-rule-datetime: initial addAndreas Müller2013-06-202-0/+22
| | | | | | add user-group 'datetime' allowing members to change date/time/timezone settings Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit-group-rule-network: initial addAndreas Müller2013-06-202-0/+22
| | | | | | add user-group 'network' allowing memebers to change networkmanager settings Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit-group-rule.inc: add a common template for polkit-rules/user-groupsAndreas Müller2013-06-201-0/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* networkmanager: replace absolute pathsAndreas Müller2013-06-201-4/+4
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* networkmanager: rework dependencies/configure-option and use PACKAGECONFIGAndreas Müller2013-06-201-3/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit: update to 0.111Andreas Müller2013-06-205-156/+34
| | | | | | | | | | | | note: this version's rules are written in jscript. The following tests were performed: * run-tests for gnome- and xfce-based image * update a package that installs a new rule to check if the restricted access rights for /etc/polkit-1/rules.d don't cause trouble Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* mozjs: initial add 17.0.0Andreas Müller2013-06-202-0/+70
| | | | | | later versions of polkit will need it Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gcr: initial add 3.8.2Andreas Müller2013-06-201-0/+20
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* p11-kit: initial add 0.19.1Andreas Müller2013-06-201-0/+18
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* atkmm: add glibmm to DEPENDSAndreas Müller2013-06-201-1/+1
| | | | | | | | | error was: | configure:15671: error: Package requirements (atk >= 1.12 glibmm-2.4 >= 2.36) were not met: | | No package 'glibmm-2.4' found Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-xkb-plugin: update to 0.7.0 tarballAndreas Müller2013-06-201-10/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* poppler: update to 0.22.4Andreas Müller2013-06-202-47/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* tumbler: update to 0.1.29Andreas Müller2013-06-201-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* tumbler: add curl to dependencies to make build deterministicAndreas Müller2013-06-201-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* midori: update to 0.5.2Andreas Müller2013-06-201-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.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>
* nostromo: make SRC_URI work for multilib builds.Randy MacLeod2013-06-181-1/+1
| | | | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
* klibc: add SUMMARYAndrea Adami2013-06-181-0/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klcc-cross: add SUMMARYAndrea Adami2013-06-181-0/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klibc(-static)-utils: add SUMMARYAndrea Adami2013-06-182-0/+2
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* linux-yocto-tiny-kexecboot: add custom SUMMARYAndrea Adami2013-06-181-0/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexec-tools-klibc: add custom SUMMARYAndrea Adami2013-06-181-0/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* ubi-utils-klibc: add SUMMARY and DESCRIPTIONAndrea Adami2013-06-181-1/+2
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot(-klibc): add SUMMARY, DESCRIPTION, HOMEPAGEAndrea Adami2013-06-182-0/+4
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot_cfg: add SUMMARY and extend DESCRIPTIONAndrea Adami2013-06-181-1/+3
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* initramfs-kexecboot(-klibc)-image: provide SUMMARY and DESCRIPTIONAndrea Adami2013-06-182-7/+9
| | | | | | * plus some minor editing of comments Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* 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>
* util-linux: rename bbappend to match new version from oe-coreMartin Jansa2013-06-141-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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>
* openssh: Rename bbappend to match new version from oe-coreMartin Jansa2013-06-121-2/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* swig: Update to version 2.0.10 and and add nativesdk support.Philip Balister2013-06-123-9/+10
| | | | | | | Build tested for armv7a machine. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gsl: Update from version 1.12 to version 1.15.Philip Balister2013-06-122-6/+7
| | | | | | | Build tested for armv7a. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs: zlib is now in base_libdirMartin Jansa2013-06-121-2/+2
| | | | | | | * moved in http://git.openembedded.org/openembedded-core/commit/?id=ebb8382af892bef8e11fb590292506e1124276c5 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>