summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-06-18systemd: fix PV and a typo in FILESKoen Kooi1
2010-06-18libmicrohttpd: fix typoKoen Kooi1
2010-06-18swig 1.3.39: bump PRKoen Kooi1
2010-06-18systemd: add systemd to openembeddedHenning Heinold6
* not fully functional yet * needs udev-154 and cgroup enabled in kernel * halt/reboot don't work with busybox
2010-06-18udev: add version 154Henning Heinold18
* not fully testet yet so checking with DEFAULT_PREFERENCE = "-1" * systemd needs it
2010-06-18libcgroup: added libcgroup to openembeddedHenning Heinold1
2010-06-17SlugOS: package feed changes to drop x11, and unbuildable packagesMike Westerhof1
This set of changes removes packages that pull in libx11, and (temporarily) disables packages that won't build, mostly due to gcc 4.4.4 issues. Only tested on LE for the moment.
2010-06-17foxtrotgps: add recipe for FoxtrotGPS 0.99.4Joshua Judson Rosen3
* also add it to shr feeds Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-17libcap2: use attr instead of libattr as dependencyHenning Heinold1
* convert to new staging system, by removing do_stage * bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> Acked-by: Koen Kooi <koen@openembedded.org> Acked-By: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-17libattr: remove libattr because it is clashing with udev/attr and is not ↵Henning Heinold1
used by any other recipe Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> Acked-by: Koen Kooi <koen@openembedded.org> Acked-By: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-17fakeroot(-native): convert to new style stagingKoen Kooi2
Staging looks really weird, but it matches the way it was.
2010-06-17dbus-native 1.2.1: convert to new style stagingKoen Kooi1
2010-06-17fontconfig-native 2.6.0: convert to new style stagingKoen Kooi2
2010-06-17busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpcSteffen Sledz4
* The former default behaviour was to exit with failure if lease is not immediately obtained. This results in permanent network disconnect if DHCP server is (accidentally) not available at boot time. :( * Since bb 1.14 this is no longer hardcoded and can be configured. Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Henri Bragge <henri.bragge@dcombus.com>
2010-06-16udev/{acl,attr}: Fix install. Wanted to install to host /usr/bin/.Leon Woestenberg2
The subdirectory Makefile includes a file, that overrides the variables inherited from the parent Makefile. Those where provided to the parent make through '-e'. Make sure the subdir makes also use '-e'. (An alternative fix is to sed the include file.) Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-06-16gnu-config git: remove duplicate, wrong checksumsKoen Kooi1
2010-06-16gnu-config_git.bb: Add checksumsKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-16linux-libc-headers-native: Add, make it a dependency for most native recipesTom Rini3
On some host distributions the provided linux kernel headers are too old to compile utilities we need. Given that we need these utilities to run things on the target the best solution is to provide linux-libc-headers-native. Rather than get things into an inconsistent state, we make linux-libc-headers-native be a default dependency. Acked-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-16llvm-native 2.5: Removed unneeded recipe (superseeded by llvm2.5-native).Robert Schuster3
llvm-gcc4 svn: Removed unused recipe. llvm-gcc4-cross svn: Removed unused recipe.
2010-06-16jamvm *: Install libjvm.so into separate folder in ${libdir}.Robert Schuster5
2010-06-16cacao *: Install libjvm.so into separate folder in ${libdir}.Robert Schuster3
2010-06-16u-boot_git: Cleanup and refresh bug20 patch.Stefan Schmidt2
Thanks to Jens Seidel for spotting.
2010-06-16gnu-config git: don't use git since git-native needs gnu-config-native. ↵Koen Kooi1
Switch to angstrom sourcemirror for http fetching
2010-06-16task-sdk-base: drop ipkg-dev from list of packagesDmitry Eremin-Solenikov1
As per discussion on oe-devel, drop ipkg-dev from list of task-sdk-base deps. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-16Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov8
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-06-16Revert "task-sdk-base: replace ipkg-dev with virtual/opkg-dev"Dmitry Eremin-Solenikov1
This reverts commit eeffe0a6eee97604679cf9a3cf40ed4604ae6493. Per request from Koen Kooi, as this breaks task-sdk-native, etc. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org>
2010-06-16Revert "opkg, opkg-nogpg, opkg-nogpg-nocurl: make ${PN}-dev provide ↵Dmitry Eremin-Solenikov3
virtual/opkg-dev" This reverts commit aa45596db92a18851de6f2f241e578047f488307. Per request from Koen Kooi. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org>
2010-06-16navit: add STAGING_DIR_NATIVE prefix to moc_location returned by pkg-configMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-16linux.inc : remove gcc 4.2.1 "fix" that breaks all modern kernel compilesGraeme Gregory1
modern avr32 kernels really need that -mno-pic
2010-06-16binutils_2.18.atmel.1.0.1.bb : add latest binutils for AVR32Graeme Gregory2
2010-06-16json-c: move and rename to libjson as older version wasMartin Jansa2
* also convert old version to new staging Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-16llvm2.7 2.7: Removed the link patch - its not needed for the CMake-buildRobert Schuster2
2010-06-16json-c: add recipe for json C libraryRui Miguel Silva Seabra1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-16task-sdk-base: replace ipkg-dev with virtual/opkg-devDmitry Eremin-Solenikov1
ipkg is long EOL. However task-sdk-base still tries to pull it in via ipkg-dev dependency. Then it clashes with opkg pulled in via DISTRO_FEED_CONFIGS and so building of meta-toolchain-gpe,-opie, etc. fails. This fix allows me to build those sdks w/o any problems. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-16opkg, opkg-nogpg, opkg-nogpg-nocurl: make ${PN}-dev provide virtual/opkg-devDmitry Eremin-Solenikov3
This will be used in task-sdk-base (instead of ipkg-dev). Also bump all PRs to force rebuild. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-16gdb-cross-sdk: drop more files conflicting with binutils-cross-sdkDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-16lowpan-tools: add 0.2.1 releaseDmitry Eremin-Solenikov3
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-15uclibc_git: Bump SRCREVKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-15gnu-config: Add recipe for git version.Khem Raj5
* Rename gnu-config to files folder. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-15evas: disable neon for the time being, see ↵Koen Kooi1
http://thread.gmane.org/gmane.comp.window-managers.enlightenment.devel/25194
2010-06-15oprofile: busybox shell needs we need a bit more quoting in opcontrolTom Rini2
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-15patchelf: New recipeKhem Raj1
* Its used to modify rpaths in ELF files. Replacement for chrpath. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-15ltrace_0.5.3.bb: Add binutils to DEPENDSKhem Raj1
* ltrace needs libiberty which is staged by binutils. Earlier it was staged via gcc-cross Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-15xorg-app-common: include app-defaults into built packagesDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-15gdb-cross-sdk: drop bfd&opcodes messages from the archiveDmitry Eremin-Solenikov1
As a way to restore meta-toolchain generation, drop bfd.mo and opcodes.mo from gdb-cross-sdk archives, as these files clash with ones from binutils-cross-sdk. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-15gdb-cross-sdk: unify recipes, move common code to gdb-corss-sdk.incDmitry Eremin-Solenikov5
Unify gdb-cross-sdk recipes. INC_PR is choosen to be r3, as to be not less than 6.6 PR = r3. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-15gdb: fix building of sim/ppcDmitry Eremin-Solenikov4
One shouldn't depend on $(LIBS) value, as it contains -lz-like things, not only filenames. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-15iproute2_2.6.34: Make configure to honor cross environment.Khem Raj2
* The configure is hand made and it calls gcc directly to poke for stuff which is not correct when build in cross enviroment so change gcc calls to $CC and pass the sysroot as a parameter to search libraries in correct sysroot and not in /usr/lib or /lib Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-15binutils-2.20.1: Update libtool files so cross native builds are correct.Khem Raj2
* Currently libtool adds -L/usr/lib to the link command which directs linker to pull from /usr/lib. Many distro's dont have stuff which is conflicting in /usr/lib with the target libraries but some do. Like archlinux has libgcc_s.so.1 in /usr/lib due to the above -L it gets picked over the target libgcc and the link command fails. -L/usr/lib is generated by libtool when it sees -rpath /usr/lib which may be not the right think when doing cross native builds. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-15opencv: add bzip2 depKoen Kooi1