Commit Graph

10063 Commits

Author SHA1 Message Date
Koen Kooi
453f31b13a mysql 5.1.40: catch up with sysroot changes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-30 20:13:13 +01:00
Koen Kooi
7c3864e018 cups 1.4.6: clean up recipe and patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-30 16:50:35 +01:00
Koen Kooi
a0fea6dda7 cups: update to 1.4.6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-30 09:30:23 +01:00
Koen Kooi
20aebd5f91 libusb1: no functional changes compared to yocto, so drop
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-28 15:38:09 +01:00
Koen Kooi
cf8dde7533 udev 165: sync with OE
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=61a8d80ccdc245898e878d97439a929d758ceb5b

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-28 12:07:06 +01:00
Koen Kooi
47d8eefe7b libusb-compat: fix bbappend error
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-28 11:52:46 +01:00
Koen Kooi
e32e4c95a8 libusb-compat: convert to bbappend 2011-01-28 11:42:40 +01:00
Koen Kooi
ec109f573b layer.conf: pick up bbappend files as well 2011-01-28 11:42:03 +01:00
Koen Kooi
f403da33e8 xf86-video-omapfb: import from OE, the yocto one is broken
See https://lists.yoctoproject.org/pipermail/poky/2011-January/002903.html

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-26 14:02:11 +01:00
Koen Kooi
d7fb19ee90 pixman 0.21.4: update license checksum 2011-01-25 20:32:51 +01:00
Koen Kooi
486918c6ef pixman: add 0.21.4 from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-25 20:29:36 +01:00
Koen Kooi
9777a97fe9 htop: add 0.9
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-25 11:48:47 +01:00
Koen Kooi
65780d0611 kernel bbclass: merge in OE improvements for mkimage, PR and initramfs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-23 10:58:46 +01:00
Koen Kooi
04a29595e9 kernel bbclass: merge in yocto changes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-23 10:49:50 +01:00
Koen Kooi
e4c4b805c4 binutils 2.20.1: merge in yocto fixes for 2.21.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22 17:03:31 +01:00
Koen Kooi
68bf9ac203 binutils: import 2.20.1 from yocto
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22 16:51:53 +01:00
Koen Kooi
741d7a4eac libusb-compat 0.1.3: add license checksum
* this can be made into a bbappend file with just the PROVIDES line later

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22 14:13:38 +01:00
Koen Kooi
02b4dcfc8f setuptools: this is in the main yocto layer now, remove
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22 14:13:37 +01:00
Koen Kooi
8d6c7b3ee2 gcc: sync with yocto
* don't duplicate .inc files, use the ones from the main layer(s)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22 14:12:59 +01:00
Koen Kooi
fe622c76c5 util-linux: Drop now unneeded DEPENDS on udev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-21 16:46:06 +01:00
Koen Kooi
e8831fc8b3 dbus: Drop now unneeded DEPENDS on glib-2.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-21 16:45:41 +01:00
Koen Kooi
4b7e5b78ba omap3.inc: sync with OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-18 13:01:24 +01:00
Koen Kooi
2414ce3108 gcc: import yocto rev 0df3c481309e89b93e8a57773eb9c470b4dd13a7
From: Dexuan Cui <dexuan.cui@intel.com>
Date: Sat, 15 Jan 2011 10:47:50 +0000
Subject: libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o

Currently gcc-runtime installs the files, but actually gcc-runtime's
do_configure checks if the files are available, so before we build gcc-runtime,
we should have some recipe install the files first! -- currently
gcc-cross-intermediate actually does that(gcc-cross also installs the files,
but it installs into the gcc-build-internal* directory), but
gcc-cross-intermediate will have its own sysroot in future, after that,
gcc-runtime won't build. So let us add this new target recipe and move the
installation of the files from gcc-runtime into it

changed to apply to gcc 4.5

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-18 11:41:25 +01:00
Koen Kooi
898fc9f4c9 remove stray patch file
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-18 11:40:48 +01:00
Khem Raj
6d7f106f86 gcc-4.5.inc: Disable linaro rev 99456 patch for now
* Fixes the problem as described in
  http://lists.linaro.org/pipermail/linaro-dev/2011-January/001993.html

Signed-off-by: Khem Raj <raj.khem@gmail.com>

(OE rev 0af4d2e8be4f0ac4564c3f4c4ae539a4d6a0485d)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-14 09:38:42 +01:00
Koen Kooi
fbf853f629 python-numpy: import from OE
Currently doesn't build

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 21:22:06 +01:00
Koen Kooi
cbe66021c5 setuptools.bbclass: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 21:06:20 +01:00
Koen Kooi
8646a3ecf9 uhd-firmware: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 21:04:40 +01:00
Koen Kooi
3e2ce6c26a python-setuptools: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 20:51:12 +01:00
Koen Kooi
94237e310f gcc 4.5: sync with OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 13:39:44 +01:00
Koen Kooi
9411e8a9e0 qt4-tools-native: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 12:17:20 +01:00
Koen Kooi
b5afae0e5b directfb: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 12:04:58 +01:00
Koen Kooi
49cda5dd66 postgresql: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 11:39:29 +01:00
Koen Kooi
cdf0f87d83 sqlite 2.8.17: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 11:35:50 +01:00
Koen Kooi
a719203e48 mysql5: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 11:31:33 +01:00
Koen Kooi
1acf003c18 ntp: adjust crontab location for cronie
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-12 21:49:51 +01:00
Koen Kooi
40f8526a8d ntp: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-12 21:38:46 +01:00
Koen Kooi
bae916335f ttf-deja: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-08 09:25:46 +01:00
Koen Kooi
7cafb05102 font-update-common: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 23:15:03 +01:00
Koen Kooi
3dd453e038 gconf: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 22:18:06 +01:00
Koen Kooi
485e32c2d9 policykit: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 21:03:40 +01:00
Koen Kooi
d1ee19247e orbit2: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 20:58:47 +01:00
Koen Kooi
c4a627228a cups: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 20:52:09 +01:00
Koen Kooi
e7cd4a1ea4 gtk+: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 20:44:48 +01:00
Koen Kooi
5b645571aa pango: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 20:33:24 +01:00
Koen Kooi
e517c39254 atk: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 20:31:48 +01:00
Koen Kooi
74c8041b63 dbus: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 20:25:12 +01:00
Koen Kooi
a4965431df util-linux-ng: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 20:14:57 +01:00
Koen Kooi
2fe7500fde libidl: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 20:03:54 +01:00
Koen Kooi
b88e8bac34 libusb1: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07 19:52:49 +01:00