summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-10-29checksums.ini: new checksums for a set of packagesOtavio Salvador1
- LibVNCServer-0.9.1 - MesaLib-7.0.2 - acpid-1.0.6 - console-tools-0.3.2 - dbh_1.0-18 - dejavu-fonts-ttf-2.23 - dhcdbd-3.0 - e2fsprogs-libs-1.41.2 - genext2fs-1.4rc1 - iceauth-1.0.2 - libexif-0.6.16 - libmad-0.15.1b - libmikmod-3.1.12 - libusb-0.9.2 - libusb-compat-0.1.0-beta2 - openrdate-1.1.3 - rdesktop-1.6.0 - strace-4.5.14 - sysfsutils-2.1.0 - tightvnc-1.3.9_unixsrc - xf86-video-cirrus-1.1.0
2008-10-29binutils checksum.ini: Add binutils 2.19 recipesKhem Raj12
Add new checksum entry
2008-10-29checksums.ini: Add sums for new xerces-c locationStefan Schmidt1
2008-10-29xerces-c: Correct SRC_URIJoshua Lock1
2008-10-29angstrom feed builder: add qemux86 machineKoen Kooi1
2008-10-29bluemchen wiese: Allow to disable certain ugly packages globallyHolger Hans Peter Freyther53
Adopt the notion of gstreamer and allow to easily not build certain ugly packages. People are constraints to not live on a bluemchen wiese can set ENTERPRISE_DISTRO="1" in their config and get ugly packages removed. This is implemented by a set of packages in the BBMASK (as a safety net) and by using base conditional to onl conditonally add ugly packages.
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-29mcabber 0.9.9: added checksum.ini entryElena ``of Valhalla'' Grandi1
This closes bug 4764 http://bugs.openembedded.net/show_bug.cgi?id=4764
2008-10-29geany 0.14: added checksum.ini entryElena ``of Valhalla'' Grandi1
2008-10-29podget 0.5.8: added checksum.ini entryElena ``of Valhalla'' Grandi1
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 Freyther19
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 Chen2
Remove the private patches and use a public packagekit again
2008-10-28packagekit: Add patch to packagekit.Julian_chu2
it fix a bug that packagekit does not reply group message after new get-details implementation.
2008-10-28packagekit: Add 2 patched for packagekit.Julian_chu3
New stuff will be: * Added a new error enum to packagekit to support "corrupt-package" message. * Improve the error handling for update and install functions, with new opkg.
2008-10-28Modify packagekit to make it patch successfulwalkingice1
2008-10-28packagekit: Change revision of packagekit.Julian Chu2
To make it buildable, add a patch to it. In next time we update the packagekit version, this patch doesn't need anymore. ( it should enter in upstream)
2008-10-28dropbear: add /etc/default/dropbear in conffiles only on openmokoJohn Lee1
distro. thanks holger for pointing it out.
2008-10-28dropbear: improve dropbear security by listening only on usb0 by defaultJohn Lee3
trac #1853, originated by RuiSeabra
2008-10-28apmd: Correct the .la fileJulian_chu1
Apmd install the .la file but the content was wrong. It should remove the STAGING path.
2008-10-28xserver-nodm-init: Make sure to set a HOME and LOGNAME when launchingHolger Hans Peter Freyther2
Set a HOME and LOGNAME when none is being set.
2008-10-28openmoko-set-root-password: fix versionsGraeme Gregory1
2008-10-28openmoko: Add a Gtk+ utility to set the root passwordHolger Hans Peter Freyther2
This utility will be installable through the feed.
2008-10-28app-restarter: fix versionsGraeme Gregory1
2008-10-28app-restarter: Add X11 to the dependencies.Holger Hans Peter Freyther1
2008-10-28sane-srcrevs.inc: Upgrade app-restarter and fix the PV, bump the PEHolger Hans Peter Freyther2
2008-10-28app-restarter: Add the little helper utility to relaunch X11 appsHolger Hans Peter Freyther2
2008-10-28hal_0.5.11: Move back to the hal directory and make it default for OpenmokoHolger Hans Peter Freyther2
hal 0.5.11 is fixing many, many, many memory leaks and is required if someone wants to have the device powered on for more than two days. I heavily encourage other distributions to switch as well. I can not see the autoreconf errors mentioned in koen's move a765a58dfd410eef8147e2e6ad1d0e4cef922c58 he is free to send them to me. I'm using tmp/staging/i686-linux/usr/bin/autoreconf --version autoreconf (GNU Autoconf) 2.61
2008-10-28xf86-input-tslib: fix autoreconf and actually ship fdi filKoen Kooi1
2008-10-28gstreamer.inc: Use base_conditional for Openmoko instead of a plain overrideHolger Hans Peter Freyther1
The plain override undid the changes gst-plugins-{bad,ugly,good} did which means that the dependency on gst-plugins-base got dropped. Use base_conditional to add the libmad dependency when we are building for Openmoko. This continues f4fcadb061442a394cbe50041eb6acd9d4125eba.
2008-10-28insane.bbclass: Detect if someone is not using our LDFLAGSHolger Hans Peter Freyther1
We started passing --target-style=gnu/both to the linker. If the buildsystem is not picking up our LDFLAGS it will not have this hash in the binary. E.g. this is true for busybox. Add a check to insane.bbclass to check if we have a GNU_HASH in the elf binary. Make this a non fatal QA option until the majority of packages are fixed.