summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-08-26tcpdump: obey distro for the ipv6 supportTushar Gohad3
When cross compiling, get rid of the AC_TRY_RUN style checks for ipv6, obey DISTRO_FEATURES. Signed-off-by: Tushar Gohad <tgohad@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-26alix.conf, xo.conf: Use tune-geode.inc instead of tune-geodelx.incKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-26Merge branch 'origin/org.openembedded.dev' of ↵Khem Raj0
git@git.openembedded.org:openembedded into develop
2009-08-26nfs-utils: fix the broken /sbin/mount.nfs4 symlink.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-26srctree: prefix messages with ${PF} and kill do_package hacks.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-26base.bbclass: add cleanall task.Chris Larson1
Can be particularly useful when using multiple srctree recipes. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-26srctree, clean: cleanup & split out do_clean bits into clean.bbclass.Chris Larson2
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-26Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Stanislav Brabec1
into org.openembedded.dev
2009-08-26glibc: nscd: Make it working.Stanislav Brabec5
2009-08-26glibc: Install ld.so.conf, so ldconfig does not complain.Stanislav Brabec1
2009-08-26srctree: completely reimplement the task merging into do_populate_staging.Chris Larson1
This fixes issues seen with the use of kernel.bbclass, so in existing source tree kernel builds work happily now. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-26srctree.bbclass: Don't automatically use git clean.Chris Larson1
This should be an opt-in feature. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-26update-rc.d: INHIBIT_DEFAULT_DEPS to allow glibc to inherit update-rc.d.Stanislav Brabec1
2009-08-26linux-libc-headers: Added headers for version 2.6.30.Stanislav Brabec3
2009-08-26openvpn: add v2.0.9+2.1rc19Evan Doiron2
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-08-26ppp: add v2.4.4Evan Doiron11
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-08-26libgles-omap3: catch up with dir renameKoen Kooi2
* I really suck at git, sorry
2009-08-26Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi6
into org.openembedded.dev
2009-08-26ti-codec: add missing.incKoen Kooi3
bitblit: add svn recipe
2009-08-26mesa-common.inc: avoid bashismMichael Smith1
Closes bug #5307. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-26ixp4xx-npe: The KIXRP435 uses NPE too.Florian Boor1
2009-08-26topas910.conf: No need for the lowlevel loader any more. But mtdutils are ↵Florian Boor1
useful to deal with NAND.
2009-08-26kixrp435.conf: Machine description for the Intel KIXRP435 reference board.Florian Boor1
2009-08-26linux: Add support for the Intel KIXRP435 reference board to 2.6.30Florian Boor2
2009-08-26topas910.conf: Some defines to build valid uImages.Florian Boor1
2009-08-26angstrom feed sorter: skip base feeds if there aren't any packages to sortKoen Kooi1
2009-08-26dvsdk: rename to ti now that other things like bitblit live in that dir nowKoen Kooi68
2009-08-26dvsdk: merge in new versions from arago and clean them up a bitKoen Kooi41
2009-08-26base.bbclass: Remove redundant import of subprocess and signal.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-25Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj8
into org.openembedded.dev
2009-08-26gitver.bbclass: add initial version.Chris Larson1
This provides a GITVER variable which is a (fairly) sane version, for use in ${PV}, extracted from the ${S} git checkout, assuming it is one. This is most useful in concert with srctree.bbclass. Signed-off-by: Chris Larson <clarson@kergoth.com>
2009-08-26srctree.bbclass: add initial version.Chris Larson1
This enables operation inside of an existing source tree for a project, rather than using the fetch/unpack/patch idiom. By default, it expects that you're keeping the recipe(s) inside the aforementioned source tree, but you could override S to point at an external directory and place the recipes in a normal collection/overlay, if you so chose. It also provides some convenience python functions for assembling your do_clean, if you want to leverage things like 'git clean' to simplify the operation. Signed-off-by: Chris Larson <clarson@kergoth.com>
2009-08-26package_ipk.bbclass: don't choke on empty SRC_URI.Chris Larson1
Signed-off-by: Chris Larson <clarson@kergoth.com>
2009-08-25rsync: add v3.0.6Evan Doiron2
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-08-25linux-2.6.29: update lm73 driver for boc01Jeremy Lainé3
2009-08-25Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj12
into org.openembedded.dev
2009-08-25gdb: Make 6.8 packages match regarding patches and licenseHolger Hans Peter Freyther3
6.8 was the first release to use GPLv3+, make sure the license is set correctly. Also make sure the karmic compile fix is applied for everyone.
2009-08-25oprofile-0.9.5: Add oprofile version 0.9.5Holger Hans Peter Freyther2
We can drop the other two patches as they have been applied.
2009-08-25openssh: make openssh-keygen conflict with ssh-keygen (old name of it)Marcin Juszkiewicz1
Should fix situation after e05310f4958ba6c73488d398325670704401ee70 commit. Before: * Package openssh-keygen wants to install file /usr/bin/ssh-keygen But that file is already provided by package * ssh-keygen After: * ERROR: The following packages conflict with openssh-keygen: * ssh-keygen *
2009-08-25libmusicbrainz: Add version 3.0.2 and fix link errorHolger Hans Peter Freyther4
With gcc 4.3 stdc++ symbols leak into the library. One way to solve it is to use a custom linker script, another one is to just point gcc to the c++ library. The second option is used here right now.
2009-08-25octave: fix QA issuesKoen Kooi2
2009-08-25gnome-games: fix previous bad patch -I/SDL errorRoger Monk1
2009-08-24Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj3
into org.openembedded.dev
2009-08-24nano: add v2.0.9Evan Doiron2
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-08-24dmidecode: add v2.10Evan Doiron2
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-08-24Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj37
into org.openembedded.dev
2009-08-24patch.bbclass: Add "git" patchtool mechanism, which uses git-applyDale Farnsworth1
It can be selected by setting PATCHTOOL = "git". This is useful because git-apply honors the permissions information produced by git-format-patch. Signed-off-by: Dale Farnsworth <dfarnsworth@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-08-24Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Stanislav Brabec3
into org.openembedded.dev
2009-08-24subversion: Updated to version 1.6.5. Deleted old unused versions.Stanislav Brabec6
2009-08-24kernel.bbclass: Set EXTRA_OEMAKE to null for kernelDale Farnsworth1
Currently the only thing in EXTRA_OEMAKE is '-e MAKEFLAGS='. We don't want to overide the kernel's Makefile variables from the environment. It caused the passed -j<N> parameter from PARALLEL_MAKE to be ignored. Signed-off-by: Dale Farnsworth <dfarnsworth@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com> Acked-by: Denys Dmytriyenko <denis@denix.org>