Holger Hans Peter Freyther [Wed, 15 Oct 2008 08:56:42 +0000 (10:56 +0200)]
[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
Holger Hans Peter Freyther [Thu, 28 Aug 2008 17:24:37 +0000 (19:24 +0200)]
[hal] Add latest hal and hal-info
hal-0.5.11 should fix many many leaks compared to hal-0.5.9
and upgrade hal-info on the way as well
Holger Hans Peter Freyther [Thu, 28 Aug 2008 17:20:09 +0000 (19:20 +0200)]
[hal] Create hal-info.inc and share it with the releases
Holger Hans Peter Freyther [Thu, 28 Aug 2008 17:16:59 +0000 (19:16 +0200)]
[hal] Move almost everything into the hal.inc file
hal_0.5.9.bb is the only user of hal.inc and we can safely move everything
into the common include file.
Holger Hans Peter Freyther [Thu, 28 Aug 2008 17:15:49 +0000 (19:15 +0200)]
[hal] Remove commented out things we have a SCM to recover it
Holger Hans Peter Freyther [Sat, 20 Sep 2008 12:21:25 +0000 (14:21 +0200)]
[libgdbus] Use the right git server, use the right protocol
- moblin.org => git.moblin.org
- really use http as protocol
Holger Hans Peter Freyther [Wed, 15 Oct 2008 18:32:02 +0000 (20:32 +0200)]
[naming policy] If we build a specific revision from a SCM have a "r" after the SCM name
Clean up PV naming and make it consistent. if we build a revision from a
scm system then have svnr/gitr in the package name.
Holger Hans Peter Freyther [Sat, 20 Sep 2008 12:18:40 +0000 (14:18 +0200)]
[connman] Use the http protocol to be able to git-clone/git-fetch connman
rsync: link_stat "projects/connman.git/packed-refs" (in repos) failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at main.c(1385) [receiver=2.6.9]
fatal: Could not run rsync to get refs
I-Fan, Chen [Fri, 19 Sep 2008 19:38:43 +0000 (03:38 +0800)]
[connman] modify the git server from moblin.org to git.moblin.org
thanks Dietmar Friede <friede@free.fr> info the setting of servers changed.
Julian_chu [Thu, 18 Sep 2008 09:06:10 +0000 (17:06 +0800)]
[connman] Upgrade connman to latest revision.
connman use native _nm_ to list symbols.
However, it may cause problem when cross compiling.
Add a patch to use cross-tools if set host=$SOMETHING
when do configure.
Michael 'Mickey' Lauer [Wed, 15 Oct 2008 18:29:49 +0000 (20:29 +0200)]
add task-fonts-truetype
Michael 'Mickey' Lauer [Wed, 15 Oct 2008 18:28:48 +0000 (20:28 +0200)]
ttf.inc: INHIBIT_DEFAULT_DEPS
Marcin Juszkiewicz [Wed, 15 Oct 2008 18:29:12 +0000 (20:29 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Marcin Juszkiewicz [Wed, 15 Oct 2008 18:29:02 +0000 (20:29 +0200)]
checksums.ini: merged with Poky
Marcin Juszkiewicz [Wed, 15 Oct 2008 18:27:03 +0000 (20:27 +0200)]
checksums.ini: re-sorted to remove duplicates
Please do not sort this file by hand - there is a tool written specially
for this: contrib/source-checker/oe-checksums-sorter.py
Philip Balister [Wed, 15 Oct 2008 18:25:32 +0000 (14:25 -0400)]
numpy-1.1.1.tar.gz : Update checksums.ini
Koen Kooi [Wed, 15 Oct 2008 18:01:58 +0000 (20:01 +0200)]
checksums.ini: add even more checksums
Koen Kooi [Wed, 15 Oct 2008 17:56:01 +0000 (19:56 +0200)]
checksums: add more checksums, sort it
Philip Balister [Wed, 15 Oct 2008 17:42:39 +0000 (13:42 -0400)]
libxml2-2.7.2.tar.gz : Add entry in conf/checksums.ini
Koen Kooi [Wed, 15 Oct 2008 17:18:32 +0000 (19:18 +0200)]
linux-rp.inc: add switch to disable OABI compat like linux.inc has
Koen Kooi [Wed, 15 Oct 2008 17:11:50 +0000 (19:11 +0200)]
angstrom: turn of OABI compat in EABI kernels
Koen Kooi [Wed, 15 Oct 2008 17:11:12 +0000 (19:11 +0200)]
linux.inc: add switch to turn of OABI compat for arm kernels
Michael 'Mickey' Lauer [Wed, 15 Oct 2008 17:11:34 +0000 (19:11 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Michael 'Mickey' Lauer [Wed, 15 Oct 2008 17:11:12 +0000 (19:11 +0200)]
firefox.inc: fix syntax
Holger Hans Peter Freyther [Tue, 12 Aug 2008 14:32:57 +0000 (16:32 +0200)]
[ecore] Fix DEPENDS to make the build deterministic
XCursor, XRandr, Xinerama and Xprint was found and used on the
second configure run but not on the first one. Fix that.
Julian_chu [Wed, 17 Sep 2008 10:36:34 +0000 (18:36 +0800)]
[edje-sdk] Add edje-sdk.
edje-sdk contains some utils what can be used in toolchain.
Julian_chu [Sat, 4 Oct 2008 20:52:56 +0000 (04:52 +0800)]
[edje-utils] Add recommends to edje-utils
edje_decc, a tool of edje-utils, need some modules when decompling edj file.
Add those modules as recommends.
Holger Hans Peter Freyther [Sat, 6 Sep 2008 01:00:30 +0000 (03:00 +0200)]
[base] Autodetect the SCM and add listing of git repositories
Holger Hans Peter Freyther [Wed, 1 Oct 2008 09:59:23 +0000 (11:59 +0200)]
[base.bbclass] Make it fatal if no entry in checksums.ini exist
Holger Hans Peter Freyther [Wed, 1 Oct 2008 10:58:44 +0000 (12:58 +0200)]
[checksums] Add sip 4.7.7
Holger Hans Peter Freyther [Wed, 1 Oct 2008 03:31:22 +0000 (05:31 +0200)]
[checksums] Add speex 1.2rc1
Julian_chu [Tue, 22 Jul 2008 07:06:37 +0000 (15:06 +0800)]
[checksum] Add checksum for settingsgui-0.8
Holger Freyther [Tue, 20 May 2008 16:39:48 +0000 (18:39 +0200)]
[checksums] Add my sums for scowl
Holger Freyther [Tue, 20 May 2008 16:39:24 +0000 (18:39 +0200)]
[checksums] Add my sums for rsync
Holger Hans Peter Freyther [Tue, 1 Jul 2008 11:23:36 +0000 (13:23 +0200)]
[checksum] Add checksum for pyxdg, matches the debian source
Holger Hans Peter Freyther [Wed, 1 Oct 2008 03:51:27 +0000 (05:51 +0200)]
[checksums] Add pygame 1.8.1
Holger Hans Peter Freyther [Tue, 1 Jul 2008 11:10:28 +0000 (13:10 +0200)]
[checksum] Add prelink checksum for the normal mirror
freyther@openembedded.org [Sun, 6 Apr 2008 23:44:25 +0000 (23:44 +0000)]
checksums: Add popt 1.13
Holger Hans Peter Freyther [Thu, 14 Aug 2008 00:57:17 +0000 (02:57 +0200)]
[checksums] Add checksums for portaudio
Holger Hans Peter Freyther [Thu, 14 Aug 2008 00:56:33 +0000 (02:56 +0200)]
[checksums] Add checksums for navit
Julian_chu [Tue, 22 Jul 2008 07:12:19 +0000 (15:12 +0800)]
[checksum] Add checksum for midori-0.0.17
freyther@openembedded.org [Mon, 7 Apr 2008 01:04:23 +0000 (01:04 +0000)]
checksums: iproute2 2.6.22-070710
Holger Freyther [Tue, 20 May 2008 16:35:16 +0000 (18:35 +0200)]
[checksums] Add my sums for libtool
Holger Freyther [Mon, 7 Apr 2008 00:16:44 +0000 (00:16 +0000)]
[checksums] gpsd 2.36
Holger Hans Peter Freyther [Thu, 28 Aug 2008 17:24:37 +0000 (19:24 +0200)]
[checksums] Add checksums for hal
Holger Hans Peter Freyther [Tue, 17 Jun 2008 16:54:25 +0000 (18:54 +0200)]
[checksums] Add my sums for for wpa_supplicant
Julian_chu [Tue, 14 Oct 2008 06:31:55 +0000 (14:31 +0800)]
[checksums] Add checksum for x11vnc-0.9.4.tar.gz
Holger Hans Peter Freyther [Wed, 1 Oct 2008 03:28:47 +0000 (05:28 +0200)]
[checksums] Add libmodplug 1.8
Holger Hans Peter Freyther [Wed, 1 Oct 2008 08:18:00 +0000 (10:18 +0200)]
[checksums] Add alternative fbreader source
Holger Hans Peter Freyther [Tue, 1 Jul 2008 11:09:41 +0000 (13:09 +0200)]
[checksum] Add checksum of elfutils
Holger Hans Peter Freyther [Wed, 1 Oct 2008 00:57:34 +0000 (02:57 +0200)]
[checksums] Add bluez-hcidump 1.42
Holger Hans Peter Freyther [Wed, 1 Oct 2008 09:07:15 +0000 (11:07 +0200)]
[checksums] Add asterisk 1.4.17
Holger Hans Peter Freyther [Fri, 15 Aug 2008 18:17:49 +0000 (20:17 +0200)]
[checksums] Add xwininfo to the checksums
Holger Hans Peter Freyther [Wed, 1 Oct 2008 02:40:21 +0000 (04:40 +0200)]
[checksums] Add SDL image 1.2.6
Holger Hans Peter Freyther [Wed, 1 Oct 2008 08:23:47 +0000 (10:23 +0200)]
[checksums] Add xournal 0.4.0.1
Holger Hans Peter Freyther [Wed, 1 Oct 2008 08:16:26 +0000 (10:16 +0200)]
[checksums] Add PyYAML 3.05
Julian_chu [Tue, 7 Oct 2008 08:37:18 +0000 (16:37 +0800)]
[checksums] Add checksum for systat-8.1.5.tar.gz
Julian_chu [Wed, 8 Oct 2008 17:36:08 +0000 (01:36 +0800)]
[checksums] Add checksum for gdb-6.7.1
Graeme Gregory [Thu, 9 Oct 2008 22:00:42 +0000 (23:00 +0100)]
[checksums.ini] add some new checksums
Julian_chu [Mon, 13 Oct 2008 19:22:28 +0000 (03:22 +0800)]
[checksums] Add checksum for yaml-0.1.1
Julian_chu [Tue, 14 Oct 2008 03:49:48 +0000 (11:49 +0800)]
[checksums] Add checksum for liberation-fonts-ttf-3.tar.gz
Julian_chu [Tue, 14 Oct 2008 04:05:16 +0000 (12:05 +0800)]
[checksums] Add checksum for powertop-1.8.tar.gz
Julian_chu [Tue, 14 Oct 2008 04:12:37 +0000 (12:12 +0800)]
[checksums] Add checksum for Arkanoid_PSID.sid (fso-sound use it)
Julian_chu [Tue, 14 Oct 2008 04:18:39 +0000 (12:18 +0800)]
[checksums] Add checksum for ttf-arphic-uming_0.2.
20080216.1.orig.tar.gz
Julian_chu [Tue, 14 Oct 2008 06:31:55 +0000 (14:31 +0800)]
[checksums] Add checksum for x11vnc-0.9.4.tar.gz
Julian_chu [Tue, 14 Oct 2008 06:39:19 +0000 (14:39 +0800)]
[checksums] Add checksum for wxWidgets-2.8.9.tar.gz
Julian_chu [Tue, 14 Oct 2008 06:43:56 +0000 (14:43 +0800)]
[checksums] Add checksum for mysql-4.1.22.tar.gz
Holger Freyther [Sat, 12 Apr 2008 16:28:53 +0000 (16:28 +0000)]
wvdial: Add wvdial 1.6.0
freyther@openembedded.org [Sat, 12 Apr 2008 15:33:45 +0000 (15:33 +0000)]
wvstreams: Split wvstreams into smaller packages
freyther@openembedded.org [Sat, 12 Apr 2008 15:06:37 +0000 (15:06 +0000)]
wvstreams: Stage the headers and libraries
Holger Freyther [Sat, 12 Apr 2008 15:02:56 +0000 (15:02 +0000)]
wvstreams: Add initial compiling and linking version. This is needed for wvdial
- Cure some symptoms of the broken buildsystem
Carsten Haitzler [Tue, 17 Jun 2008 10:46:21 +0000 (18:46 +0800)]
update to wpa_supplicant 0.6.3 (also add 0.6.0 in) and build packages for
it.
Holger Hans Peter Freyther [Tue, 1 Jul 2008 11:23:05 +0000 (13:23 +0200)]
[python] Add pyxdg to use fdo specs from python
Holger Hans Peter Freyther [Mon, 13 Oct 2008 12:08:49 +0000 (14:08 +0200)]
[prelink] Add recent version of prelink
Holger Hans Peter Freyther [Wed, 23 Jul 2008 05:19:00 +0000 (07:19 +0200)]
[iotop] Actually remove the site.py and site.pyo from the package
Use do_install_append instead of _prepend... to remove the files
that are provided by setuptools as well.
Holger Hans Peter Freyther [Mon, 21 Jul 2008 17:37:45 +0000 (19:37 +0200)]
[iotop] Make the installed package work
Holger Hans Peter Freyther [Mon, 21 Jul 2008 17:19:43 +0000 (19:19 +0200)]
[iotop] Add iotop 0.2.1 to OpenEmbedded/Openmoko
Holger Hans Peter Freyther [Sun, 5 Oct 2008 10:15:00 +0000 (12:15 +0200)]
[squeak] Use a regenrated configure file, build against ffi
Various fixes to the buildsystem. Sadly we have to use a regenerated
configure file as something does not work from within OE (using OE's
autoreconf does work though)
Change mkconfig.in to use the right tail syntax, build with libffi
Holger Hans Peter Freyther [Thu, 2 Oct 2008 12:05:18 +0000 (14:05 +0200)]
[squeak] Attempt to add squeak 3.10-1
- This does configure
- But it fails to link, there is something wrong with the
autoreconf...
Holger Hans Peter Freyther [Thu, 2 Oct 2008 08:53:28 +0000 (10:53 +0200)]
[site-conf] Add the tests for the squeak vm
Holger Hans Peter Freyther [Wed, 1 Oct 2008 16:13:07 +0000 (18:13 +0200)]
[squeak] Remove unbuildable old version of the squeak vm
Robert Schuster [Wed, 15 Oct 2008 16:41:33 +0000 (18:41 +0200)]
firefox.inc: Fix typo.
Robert Schuster [Wed, 15 Oct 2008 14:54:07 +0000 (16:54 +0200)]
gizmod 3.4: New recipe.
Robert Schuster [Wed, 15 Oct 2008 14:25:54 +0000 (16:25 +0200)]
linux 2.6.24: Updated defconfig for atngw100
- compile ext2 and ext3 into the kernel (to allow booting from SD)
Koen Kooi [Wed, 15 Oct 2008 13:54:23 +0000 (15:54 +0200)]
firefox.inc: add DESCRIPTION
Jan Luebbe [Wed, 15 Oct 2008 13:26:10 +0000 (15:26 +0200)]
mtn2git: remove .mtn2git_empty files in non-empty directories
Marcin Juszkiewicz [Wed, 15 Oct 2008 13:08:47 +0000 (15:08 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Marcin Juszkiewicz [Wed, 15 Oct 2008 13:08:39 +0000 (15:08 +0200)]
MAINTAINERS: I am no longer interested in OpenZaurus
Marcin Juszkiewicz [Wed, 15 Oct 2008 13:08:08 +0000 (15:08 +0200)]
MAINTAINERS: I am no longer interested in Tosa
Robert Schuster [Wed, 15 Oct 2008 12:30:56 +0000 (14:30 +0200)]
classpath 0.97.2: Added patch to fix to fix drawPolyline bug.
Jan Lübbe [Wed, 15 Oct 2008 11:02:40 +0000 (11:02 +0000)]
mtn2git: commit the final version used for the bk&mtn to git conversion
Koen Kooi [Wed, 15 Oct 2008 10:05:31 +0000 (12:05 +0200)]
xf86 video omapfb: bump SRCREV
Koen Kooi [Wed, 15 Oct 2008 10:04:43 +0000 (12:04 +0200)]
sysstat: add 8.1.6
Koen Kooi [Wed, 15 Oct 2008 08:08:06 +0000 (10:08 +0200)]
firefox 3.1: move from alpha2 to beta1
Dirk Opfer [Wed, 15 Oct 2008 07:19:53 +0000 (09:19 +0200)]
fuse/curlftpfs: Update to 0.9.2
Koen Kooi [Wed, 15 Oct 2008 07:15:59 +0000 (09:15 +0200)]
fennec: add super-secret option to speed up rendering in the near future
Cliff Brake [Tue, 14 Oct 2008 21:22:31 +0000 (17:22 -0400)]
cm-x270.conf: test edit in new git repo
Jan Lübbe [Tue, 14 Oct 2008 14:32:05 +0000 (14:32 +0000)]
Jan Lübbe [Tue, 14 Oct 2008 14:20:19 +0000 (14:20 +0000)]
mtn2git: add ids missing for the dreambox branch and fix regex to allow '_' for bk
Jan Lübbe [Tue, 14 Oct 2008 12:33:15 +0000 (12:33 +0000)]
mtn2git: fix Marcin's address