summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
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
2010-06-14gcc-4.5: Bump SRCREVKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-14libsdl-x11-1.2.14: Update libtool macros and remove legacy stagingKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-14tiff_3.9.2.bb: Use default do_configure from autotools.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-15neon_0.25.5: Disable GSSAPI to remove kerberos dependency.Yuri Bushmelev1
2010-06-14xorg-data: convert to new stagingMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14navit: move packaging from svn version to .inc file, add qt-painter package, ↵Martin Jansa2
enable qt * for qml you need qt-4.7.0-beta1 or newer Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14navit: remove old versions to simplify .inc fileMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14navit-icons: bump SRCREVMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14elementary: try to fix upgrade path from older -themes and -configs subpackageMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14omapfbplay: update to latest gitKoen Kooi1
2010-06-14mkfontdir: always include non-native recipe and use xorg-app-common.incMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14xterm: use xorg-app-common.incMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14mkbold-mkitalic-native: use xorg-app-common.incMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14mkfontscale: always include non-native recipe and use xorg-app-common.incMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14xkbcomp-native: use xorg-app-common.incMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14xorg-app: use INC_PRMartin Jansa248
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14xorg-data: use INC_PRMartin Jansa6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14xorg-driver: use INC_PRMartin Jansa274
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa174
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup add PR = r1 to recipes not including any .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14omapfbplay: bump PRKoen Kooi3
2010-06-14opencv, -samples: bump SRCREVKoen Kooi2
2010-06-14mythtv 0.23: make it atually fetch for the 0.23 branch instead of the 0.22 ↵Koen Kooi3
branch
2010-06-14mythtv: add back 0.22+fixes which is still in active useKoen Kooi3
* 0.23 is incompatible with 0.22 (as usual with mythtv)
2010-06-14recipes: PR bump after EFL SRCREV change resulting to different .so names.Martin Jansa20
* mostly libelementary-ver-svn-06 -> libelementary-ver-pre-svn-06 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-13mythtv/myththemes/mythplugins: moved from 0.22+fixes to 0.23+fixesFrans Meulenbroeks3
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-13lirc: moved 0.8.5 to 0.8.6+cvs20100613Frans Meulenbroeks2
lirc versions before mar 20, 2010 do not compile with kernels >= 2.6.33 As there is no regular release after that date, I've moved lirc to the current cvs head Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-13linux-leviathan: fix the "empty.gz already exists" messageDenis 'GNUtoo' Carikli1
if we don't check if empty and empty.gz already exist, The fist time empty.gz is copied to the deploy dir, then the second build we have: gzip: empty.gz already exists; not overwritten And it fails. so we need to touch and gzip only if empty.gz not already present.
2010-06-12freerdp: addOtavio Salvador2
2010-06-12tgt: unbork then recipe, next please look better into itHenning Heinold1
2010-06-12Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks955
into org.openembedded.dev Conflicts: recipes/tgt/tgt_1.0.5.bb
2010-06-12libvpx: added --disable-install-docs to configureFrans Meulenbroeks1
build failed for me on a fresh build in do_install because this path ${S}/vpx-vp8-nopost-nodocs*${PV}/* did not exist. adding --disable-install-docs caused the path name to become correct. open issue: lots of files are reported as being installed but not in any package Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-12tgt: updated to 1.0.5Frans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-12scsi-target: updated to 1.4.20.1Frans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-12vala: add 0.9.1.1Michael 'Mickey' Lauer2
2010-06-12gstreamer-ti: bump PR for last changeKoen Kooi1
2010-06-12gstreamer-ti: fix typo in omp3 init script that prevents modules from being ↵Koen Kooi1
loaded
2010-06-12gstreamer-ti: prettify postinst and postrmKoen Kooi1