summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2008-10-31glib-2.0-native: fix installation of libgiowoglinde1
* because we are not using autotools_stage for all stuff, libgio was missed * patch was provided by Gregoire Gentil
2008-10-31task-x11: bump PR for XSERVER changeKoen Kooi1
2008-10-31angstrom-x11-base depends: bump PR for XSERVER changeKoen Kooi1
2008-10-31xserver xorg: have beagleboard use xf86-video-omapfb to gain XV supportKoen Kooi2
2008-10-31linux omap git: add patch that implements downscaling for the overlayKoen Kooi2
* this fixes: http://www.flickr.com/photos/koenkooi/2946825478/
2008-10-31initscripts: only run ldconfig on boot when ld.so.conf is presentKoen Kooi2
2008-10-31glibc 2.6.1: bump PR for package.bbclass changeKoen Kooi1
2008-10-31webkit-gtk: bump PR to get icu binconfig fixKoen Kooi1
2008-10-31icu 3.6: sed binconfig file so that -I/usr/include doesn't end up in cflags ↵Koen Kooi1
for e.g. webkit
2008-10-30bluez-gnome: package icons and mime typesKoen Kooi1
2008-10-30linux-omap git: bump PR for staging changesKoen Kooi1
2008-10-30mplayer: enable more inputsKoen Kooi1
2008-10-30fennec: use system libraries while buildingOtavio Salvador1
2008-10-30gnumeric: do not overwrite PACKAGES_DYNAMIC to allow locales to be usedOtavio Salvador1
2008-10-30dropbear: fix do_install for all distros that aren't named 'openmoko'Koen Kooi1
* IMPORTANT: test -e foo && bar will make do_install exit with an error if 'foo' doesn't exist, so use the if [ -e foo ] ; then pattern instead
2008-10-30dsplink: add omap3evm supportKoen Kooi1
2008-10-30ti-cmemk-module, codec-engine: add patch to fix builds with >=2.6.26 and ↵Koen Kooi3
class_device_* API change
2008-10-30linux-omap git: add patch for fix scaling for the overlayKoen Kooi2
2008-10-30codec-engine 2.21: apply fix for ti-lpm-module buildKoen Kooi1
2008-10-30ti-lpm-module: not using oe_runmake allows us to get rid of all the sed magicKoen Kooi1
2008-10-30exo: fix build of python modules and disable running of tests atKoen Kooi2
buildtime, my buildmachine can't run target code
2008-10-29initscripts: do /proc remount instead of mounting itOtavio Salvador1
2008-10-29Revert "xorg-xserver-common.inc: set userid to allow Xorg to be run by users"Otavio Salvador1
This reverts commit 83176ca41497b63eab25babf275eb09b5de55a8d.
2008-10-29firefox: use system bz2 library to avoid missing symbolsOtavio Salvador1
2008-10-29thunar: recommends shared-mime-info to properly support .desktop filesOtavio Salvador1
2008-10-29binutils checksum.ini: Add binutils 2.19 recipesKhem Raj11
Add new checksum entry
2008-10-29xerces-c: Correct SRC_URIJoshua Lock1
2008-10-29xserver-xorg: use omapfb driver and tslib for omap3evm machineKoen Kooi1
2008-10-29xserver xorg 1.4.2: try harder to get xcalibrate enabledKoen Kooi2
2008-10-29hal 0.5.11: add fix from hal git to fix libtool issues in configureKoen Kooi2
2008-10-29podget 0.5.8: new recipeElena ``of Valhalla'' Grandi2
2008-10-29Merge branch 'holger/openmoko-merges' into org.openembedded.devHolger Hans Peter Freyther15
2008-10-29moblin-proto: Use the right git serverHolger Hans Peter Freyther1
- moblin.org => git.moblin.org
2008-10-29tasks: Set PACKAGE_ARCH so it has an effectHolger Hans Peter Freyther3
Set PACKAGE_ARCH after inherit task so it is not getting lost. Do not set it to all as task.bbclass is already doing that.
2008-10-29Compile with recent glibc,gcc,headers (e.g. fedora 9) Add a patch to dbus to ↵Holger Hans Peter Freyther2
properly compile on fedora 9.
2008-10-29bashism: Move away from pushd/popd as it is only available for bashHolger Hans Peter Freyther6
2008-10-29mono: Two svn checkouts are used, specify a SRCREV_FORMATHolger Hans Peter Freyther1
Currently the same SRCREV is used for mcs and mono so have a simple SRCREV_FORMAT.
2008-10-29e-wm: Remove left over, e gets started through the x-window-managerHolger Hans Peter Freyther1
2008-10-29e-wm: Start e with optional arguments we get from a config fileHolger Hans Peter Freyther2
2008-10-29e-wm: Fix the DESCRIPTION as of https://docs.openmoko.org/trac/ticket/1894Holger Hans Peter Freyther1
2008-10-29Merge branch 'holger/openmoko-merges' into org.openembedded.devHolger Hans Peter Freyther17
2008-10-29packagekit: modify summary field to support alias Tags.I-Fan, Chen6
2008-10-29packagekit: Bump the PE after changing the PV scheme in 5bfa0791Holger Hans Peter Freyther1
Be conservative and bump the PE after the PV was changed to follow the naming policy. This matches with the packagekit version found in the Openmoko tree.
2008-10-29packagekit: Add a patch for packagekitJulian_chu2
Tish patch was tyring to avoid racing condition
2008-10-29packagekit: Add a patch for packagekitJulian_chu2
to fix some memory leak issues.
2008-10-29packagekit: Disable generation of the docbookHolger Hans Peter Freyther1
Say xmlto is missing to disable generation of the docbook information. On some hosts xmlto and other utilities are installed on some are not, xmlto and xmllint can require network access during the build which is not guranteed in some setups. I think it is fine to not generate the documentation
2008-10-29packagekit: Add a patch to packagekitJulian_chu1
Make packagekit can remove packagekit without regarding the dependency. (So that can remove packages such as splinter depended by tasks)
2008-10-29packagekit: Add patch force_depends.patchJulian_chu1
Forgot to add this patch in the latest commit
2008-10-28packagekit: Add a patch to packagekit.Julian_chu2
The patch add repos_ping to the backend therefore packagekit can ping repository via backend.
2008-10-28packagekit: Update to a public version of packagekitTick Chen1
Remove the private patches and use a public packagekit again