aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2009-11-14libusb1: update to 1.0.4, convert to new style stagingKoen Kooi
2009-11-14python-native: do not look in host paths for shared objectsRichard Purdie
2009-11-14fbreader: fix 0.10.7 FTBFS by adding DEPENDS on libfribidiDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-11-13eglibc_2.11: Add recipes for new eglibc 2.11 releaseKhem Raj
* Use EGLIBC_BRANCH in missing places where it could be used. * Update svn recipe to latest. * Update svn recipe version to 2.11+ now that 2.12 is tracking trunk. * Make DEFAULT_PREFERENCE = -1 for eglibc 2.11 default stays 2.10. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-11-13busybox_1.14.3: move checksum to bb filePhil Blundell
2009-11-13tcl: try to fix sundry problems with library stagingPhil Blundell
2009-11-13dbus: disable libaudit for all and X for native packages (from POKY)Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-13dbus-1.2.1: Update fix-daemon-install patch to use automake magic to avoid ↵Richard Purdie
the wrapper scripts Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13Merge branch 'org.openembedded.dev' of ↵Graeme Gregory
git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
2009-11-13xterm_207.bb : fix problem on "SELinux" F11 based buildsGraeme Gregory
xterm_251.bb : fix problem on "SELinux" F11 based builds This was not really F11 or SELinux problem, installer was checking for the existance of /usr/bin/X11/xterm and trying to read the permissions for that and replicate them into the OE build. A simple --disable-setuid prevents this script being called and the bogus check on host tools from occuring.
2009-11-13pixman git: bump SRCREV to one where almost all patches are upstreamKoen Kooi
2009-11-13pingus: make it buildable againHenning Heinold
* add patches for finding right boost lib and fixing c-headers * pingus has no install target so make do_stage empty * bump PR
2009-11-12dbus-native: The native version should have the install fix applied else a ↵Richard Purdie
wrapper is installed into staging which fails with rm_work Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12udev-141: Fix staging of include files due to exec_prefix being ''Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12udev-141: Fix staging of .pc file due to exec_prefix being ''Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12icu: Add missing SYSROOT_DESTDIR to sysroot processing functionRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12xmltv: added some grabbersFrans Meulenbroeks
2009-11-12libhtml-parser-perl and -namtive, upgraded to 3.64Frans Meulenbroeks
2009-11-12klibc-1.5.15: Unbreak the build for x86 with kernels < 2.6.31Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-11-12wt3: update to version 3.0.0Henning Heinold
* spilt up with .inc-file and switch to INC_PR * disable qt explicit in CMakeLists.txt
2009-11-12ptpd: stylizeMichael 'Mickey' Lauer
2009-11-12Precision Time Protocol (PTP) as defined by the IEEE 1588 standardJaap de Jong
Hi there, attached a proposal for a recipe for building the Precision Time Protocol daemon (ptpd). Suggestions by Michael Smith: > > You are also missing the addition to checksums.ini, and maybe a line to > install the manpage so the doc package gets built. > are hacked into it Jaap de Jong Precision Time protocol (IEEE 1588)
2009-11-12fsogsmd: depend on mobile-broadband-provider-info and libxml2Michael 'Mickey' Lauer
2009-11-12mobile-broadband-provider-info: new recipe; database for mobile broadband ↵Michael 'Mickey' Lauer
provider info (sic!)
2009-11-12vala-native: remove git repository; we prefer release versions for it nowadaysMichael 'Mickey' Lauer
2009-11-12gst-plugins-good: depend on flac as wellKoen Kooi
2009-11-12curl: Drop unneeded custom staging functionsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12meta-toolchain-qte: Update prefix references -> SDKPATHRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12qt4: bump PRKoen Kooi
2009-11-12meta-toolchain: Various corrections after the layout_* variable removal ↵Richard Purdie
(from Poky) * Drop the inherit sdk since it only gains us a single path and a world of pain. * Fix up paths to use SDKPATH instead of prefix. * Drop layout_* variable usage * Correct opkg control file locations Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12ophonekitd: remove. obsoleted by phonefsodSebastian Spaeth
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-12Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks
into org.openembedded.dev
2009-11-12various perl libs: removed unneeded EXTRA_CPANFLAGS for EXPATFrans Meulenbroeks
2009-11-12xterm_251.bb : really add latest version of xtermGraeme Gregory
2009-11-12Merge branch 'org.openembedded.dev' of ↵Graeme Gregory
git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
2009-11-12xterm_243.bb : add newest version of xtermGraeme Gregory
2009-11-12libwww-mechanize-perl and -native: recipes added (needed for xmltv)Frans Meulenbroeks
2009-11-12libdiscid: some further cleanupsKoen Kooi
2009-11-12Merge commit 'origin/org.openembedded.dev' into org.openembedded.devDmitry Eremin-Solenikov
2009-11-12curl: fix dependencies of native packageDmitry Eremin-Solenikov
As curl-common generates deps looking at the list of necessary features, curl-native packages get deps like openssl, gnutls, etc. (target packages). Fix that by generating correct dependencies during calculation. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-11-12gnutls-native: new recipeDmitry Eremin-Solenikov
Add new recipe for building native gnutls library. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-11-11zaurus-updater: Fix task order for packaged-staging. PARALLEL_MAKE is ↵Richard Purdie
pointless since we don't call make Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-11libsdl-mixer: update to version 1.2.10Henning Heinold
* don't made it the default yet
2009-11-11boost-1.36.0: fix compiling with gcc-4.4Henning Heinold
* bump PR
2009-11-11povray: fix boost includes and std::exceptionsHenning Heinold
* bump PR
2009-11-11perl: Bump the remaining PRs so the last changes take effectRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-11ilibdiscid: update SRC_URIKoen Kooi
2009-11-11mysql5: Fix class ordering problem by converting to use SYSROOT_PREPROCESS_FUNCSRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-11icu: Fix class ordering problem by converting to use SYSROOT_PREPROCESS_FUNCSRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-11libmusicbrainz: add depends, clean up inc fileStuart Gray