Commit Graph

2605 Commits

Author SHA1 Message Date
Marcin Juszkiewicz dbae4c165c xtrans: create empty xtrans package as xtrans-dev depend on it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3282 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 15:51:39 +00:00
Marcin Juszkiewicz 3e8d1b6635 libxml-parser-perl-native: Remove uneeded entries: (from OE)
* DEPENDS on perl-native isn't needed since cpan.bbclass adds this.
* DEPENDS on expat-native isn't needed since libxml-parser-perl adds this.
* RDEPENDS on perl-native was only here to prevent an RDEPENDS on perl. The
  RDEPENDS was being added by cpan.bbclass, but that has now been fixed to
  not add it for native packages. This needed to be removed so that perl
  isn't built when you only want libxml-parser-perl-native.

Revision: 73c801b307019899c3255b427e2bb7cb896f8375
Ancestor: 77ee40e486d3c8ad2628c2ac01e4325879b50821
Author: lenehan@openembedded.org
Date: 2007-06-01T06:46:10
Branch: org.openembedded.dev

Modified files:
        packages/perl/libxml-parser-perl-native_2.34.bb


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3281 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 14:07:04 +00:00
Marcin Juszkiewicz 2aba13054a cpan-base.bbclass: Update the perl depenedencies: (from OE)
* For native modules DEPEND on perl-native and for others DEPEND on perl
  (which in turn depends on perl-native) rather then always depending on
  both perl and perl-native.
* Only RDEPEND for non-native modules rather then both native and non-native.

These changes are to allow you to build native modules without have to build
perl. Previously the dependencies would result in perl being built even
though it didn't actually need to. Thanks to hrw for pointing out what was
happening here.

Revision: 399705dfa7f6a6fd87366a6c0b1058354a5d4312
Ancestor: 5f43096a239a7ac66c7046feb414e8279db8f4bc
Author: lenehan@openembedded.org
Date: 2007-05-30T22:10:32
Branch: org.openembedded.dev

Modified files:
        classes/cpan-base.bbclass



git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3280 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 14:04:04 +00:00
Richard Purdie 2f0918e948 poky.conf: Allow insane to be disabled from local.conf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3279 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 12:18:43 +00:00
Richard Purdie 412acf7305 task-sdk-host: Drop packages not needed now gcc-cross-sdk has better RRECOMENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3278 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 11:51:57 +00:00
Richard Purdie eb864c8fa4 x11vnc: Add fixed version from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3277 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 10:33:32 +00:00
Richard Purdie 867741b244 site: Add arm-darwin
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3276 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:55:04 +00:00
Richard Purdie 1cab3f240e siteinfo.bbclass: Add darwin entry
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3275 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:53:23 +00:00
Richard Purdie cc5a871123 libtool: Make sure ltmain.sh gets regenerated by libtool-cross, fix nmedit paths, fix library search paths for installed=no binaries particuarly on darwin but applies to other archs too
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3274 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:25:30 +00:00
Richard Purdie f0ff6c7854 clutter.inc: Add gtk+ to DEPENDS (for now)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3273 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:19:46 +00:00
Richard Purdie 9eee32bf93 base.bbclass: Fix populate_staging whitespace
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3272 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:18:09 +00:00
Richard Purdie f7d937fd8e stage-manager: Various fixes/ehacements
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3271 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:17:19 +00:00
Richard Purdie c9b23048a8 shasum-native: Use do_stage function, not do_populate_staging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3270 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:16:33 +00:00
Marcin Juszkiewicz d24c45c6db gcc-cross: attempt to unbreak fic-gta01 build - package_write_ipk waits for glibc packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3269 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-29 11:45:13 +00:00
Marcin Juszkiewicz 411c393668 libxml-parser-perl: added expat dependency
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3268 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-29 10:09:00 +00:00
Marcin Juszkiewicz e8c4d5ff4b shared-mime-info: added glib-2.0 to dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3267 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-29 09:02:08 +00:00
Ross Burton 9da15df7d5 glib: don't disable debug, the size difference isn't much and its useful
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3266 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-28 20:30:39 +00:00
Marcin Juszkiewicz d862b5758c package_{ipk|deb|tar|rpm): append depend-tasks instead of overwriting
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3265 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-28 20:01:41 +00:00
Marcin Juszkiewicz 91225da5b8 ipkg: fix "unable to create /usr/lib/ipkg/lists directory" bug
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3264 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-28 16:45:05 +00:00
Richard Purdie 705bfa44d8 distcc: Fix remaining postinst issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3263 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-28 15:58:35 +00:00
Richard Purdie 3431d4125a mtools: Use our mirror since upstrea, is insane
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3261 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 20:09:49 +00:00
Marcin Juszkiewicz 1274bbe6eb task-poky-sdk-gmae: added GMAE based SDK
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3260 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:32:55 +00:00
Ross Burton fc5d8af7a7 oprofile: fix arithmetic ops on dash
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3259 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:30:56 +00:00
Marcin Juszkiewicz 261c8d8c77 tune-arm1136jf-s.inc: optimizations for armv6 devices
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3258 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:18:46 +00:00
Richard Purdie 697dbc937b glibc_2.3.5+cvs20050627: Fix oabi build failure due to header issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3257 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:17:28 +00:00
Marcin Juszkiewicz feb7d18297 telepathy-gabble: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3256 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:02:37 +00:00
Marcin Juszkiewicz 8ac44b44e6 telepathy-glib: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3255 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:01:46 +00:00
Marcin Juszkiewicz 44e5a66175 telepathy-mission-control: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3254 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:00:26 +00:00
Marcin Juszkiewicz cdb708cb27 libtelepathy: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3253 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:00:01 +00:00
Marcin Juszkiewicz 59195b7e14 empathy: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3252 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:59:38 +00:00
Marcin Juszkiewicz 101b2d7084 empathy: dropped 0.5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3251 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:45:48 +00:00
Marcin Juszkiewicz 82f18b9e00 telepathy-idle: added 0.1.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3250 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:33:40 +00:00
Marcin Juszkiewicz 0ba486c5d1 telepathy-glib: upgrade to 0.7.0
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3249 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:33:16 +00:00
Marcin Juszkiewicz 2bbd6adc1f telepathy-gabble: upgrade to 0.7.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3248 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:32:45 +00:00
Marcin Juszkiewicz 5645257b99 libtelepathy: upgrade to 0.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3247 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:32:11 +00:00
Marcin Juszkiewicz d0223d9525 telepathy-mission-control: upgrade to 4.49
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3246 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:30:25 +00:00
Richard Purdie 3526acda1a package.bbclass: Remove debug code
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3245 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:09:56 +00:00
Marcin Juszkiewicz 956e0ac117 checksums.ini: added glib 2.14.4 and ltt-control 0.43-10082007
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3243 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 12:33:33 +00:00
Ross Burton de8d00f509 gtk+: upgrade 2.12 to 2.12.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3242 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 10:25:12 +00:00
Ross Burton 0c273cb508 gtk+: run pixbufloader backend on target, and update the icon cache afterwards
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3241 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 09:28:46 +00:00
Ross Burton a14d61f7d3 glib-2.0: upgrade to 2.14.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3240 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-26 10:15:23 +00:00
Richard Purdie fa0eb69b9d exmap-console: Bump PR to pacify autobuilder
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3239 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 23:48:46 +00:00
Richard Purdie 4743a3fbed base.bbclass: Fix PKGDATA to work properly with multimachine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3238 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 23:47:36 +00:00
Richard Purdie 251672acd9 gcc-cross-sdk: Add RRECOMMENDS so gcc-cross-sdk pulls in all its sub packages automagically
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3237 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 23:18:36 +00:00
Richard Purdie 2fd82bb18f gcc-cross: package libstdc++-dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3236 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 23:17:52 +00:00
Richard Purdie 37f80dd759 exmap-console: Remove MYPV madness, makes my head hurt and breaks builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3235 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 23:16:16 +00:00
Richard Purdie aa10825598 package_ipk.bbclass: Make sure packages which alter PACKAGE_ARCH end up in the correct 'feed'
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3234 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 19:35:19 +00:00
Richard Purdie 5d60f712ae stage-manager: copy files, don't move them
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3233 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 15:39:51 +00:00
Richard Purdie a7ed27d541 nokia770-init: Cleanup postinst to allow it to work offline
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3231 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 14:08:53 +00:00
Richard Purdie 7be7ded669 base.bbclass: Add buildall task
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3230 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 14:07:17 +00:00
Richard Purdie 84e1d7cc07 Add stage-manager-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3229 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 14:03:49 +00:00
Richard Purdie 2f2de3f3a1 lttng-control: 0.42 -> 0.43
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3228 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 13:59:37 +00:00
Richard Purdie f3b89a0ed3 packages/meta: Remove pkgmaps references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3226 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-24 23:08:48 +00:00
Richard Purdie 48c7f7fc85 package.bbclass: Remove PKGMAPS functionality and supersede with pkgdata. Remove duplicate unneeded PACKAGES checks.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3225 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-24 23:06:56 +00:00
Richard Purdie 1d01a5ef00 package_{ipk|deb}.bbclass: Remove hardcoded install path reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3224 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-24 23:05:05 +00:00
Richard Purdie c065977948 classes: Use internal bitbake functions and fix packaging unlocking on error paths
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3222 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-24 14:55:57 +00:00
Richard Purdie 4aaa8343bc initscripts: No need to run ldconfig every time we boot now...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3220 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 17:08:02 +00:00
Richard Purdie d74537f6bd glibc: Drop ldsocache-varrun patch. ldconfig is now run at image generation time. If you can install packages, the cache can update, if you don't install packages there is no need to have it writable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3219 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 17:07:13 +00:00
Richard Purdie b4e9ef8979 image.bbclass: Add ldconfig-native dependency, run ldconfig at image generation time
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3218 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 17:05:35 +00:00
Richard Purdie 87590b2649 Add ldconfig-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3217 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 16:54:29 +00:00
Richard Purdie 90e20ec756 glibc-2.3.5: Fix stale CROSS_DIR reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3216 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 13:11:23 +00:00
Richard Purdie 4ab905d3cc external-poky-toolchain: Add extra RPROVIDES
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3215 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 13:06:01 +00:00
Richard Purdie 761dcd5c7a poky-external.inc: Double colons in PATH break coreutils
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3214 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 12:19:07 +00:00
Richard Purdie 507a3e0817 db: Fix configure so parameters can be passed in the LD variable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3213 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 10:11:03 +00:00
Richard Purdie 8ec24bc6ec cross.bbclass: Explicitly set the compiler in the same way as native.bbclass, otherwise TOOLCHAIN_OPTIONS can interfer
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3212 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 10:07:56 +00:00
Richard Purdie e50291290b bitbake.conf/poky-external.inc: Clean up CFLAGS handling
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3211 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 10:04:14 +00:00
Richard Purdie af489dd9e2 gdb: Add missing patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3210 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 10:02:54 +00:00
Richard Purdie 4c5f7e3a1e gdb: Add patch to ignore bogus CFLAGS whitespace changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3209 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 10:02:26 +00:00
Richard Purdie 0138501213 poky-external.inc: Change the way the sysroot option is passed about to deal with libtool
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3208 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-22 18:05:06 +00:00
Richard Purdie 066e96a9ba distcc: Make sure the distcc user exists
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3207 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-22 18:01:54 +00:00
Richard Purdie 675d1905db poky-external.inc: Fix external toolchains to use the correct sysroot after recent toolchain changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3206 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-22 16:59:22 +00:00
Richard Purdie 6f850a20ab binutils-cross-sdk: Really fix debug packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3205 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-22 16:58:07 +00:00
Richard Purdie 512f7a0ab8 binutils-cross-sdk: Fix debug files packaging to avoid warnings
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3203 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-22 15:51:18 +00:00
Marcin Juszkiewicz 571492a155 findutils: added 4.2.29 from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3202 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-21 10:57:30 +00:00
Ross Burton bc31acfd1e gnome-common: set PACKAGE_ARCH to all
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3201 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-21 10:50:51 +00:00
Ross Burton deba6b7a33 qemu-config: add fakeroot, until we have a package for the poky/chroot integration
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3200 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-20 18:24:33 +00:00
Marcin Juszkiewicz 4728d87b7a binutils: fix 'makeinfo >= 4.10 is too old' problem (from OE) - patch is applied upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3199 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-20 15:07:43 +00:00
Ross Burton 8ad0e3544d poky.conf: update eds-dbus srcrev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3198 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-20 15:00:56 +00:00
Ross Burton 1cffb7140b hal: don't pass --oknodo to start-stop-daemon, busybox doesn't support it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3197 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-19 17:10:29 +00:00
Richard Purdie ad0051ab5b Drop stale directory
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3196 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-19 12:24:13 +00:00
Richard Purdie 6748cdecc4 fakeroot: Fix packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3195 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-19 12:09:45 +00:00
Richard Purdie e478fac75f glibc: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3193 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-17 23:20:31 +00:00
Ross Burton dd45ce7f88 matchbox-sato: use formfactor to determine if we should show a cursor
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3190 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-16 15:53:14 +00:00
Ross Burton a8484dbc63 Remove stale TODO
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3189 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-16 15:51:35 +00:00
Ross Burton 93845cb778 Don't depend on the old startup monitor
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3188 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-16 15:51:16 +00:00
Richard Purdie 05d1dc2c33 cross-linkage: Don't include this in world builds, it will break them
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3187 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-16 15:47:57 +00:00
Marcin Juszkiewicz bb73b0edc5 busybox: update 1.7.2 to 1.8.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3186 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-16 15:41:54 +00:00
Ross Burton 4f10a48b66 Update settings-daemon srcrev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3185 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-16 15:11:17 +00:00
Ross Burton 2100cecfd0 Add pointercal files for qemuarm and qemux86
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3180 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-15 14:08:13 +00:00
Richard Purdie eaafa55d86 valgrind: Fix debug packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3175 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-15 13:17:02 +00:00
Marcin Juszkiewicz a3b590e062 apt: improve packaging of debug stuff
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3174 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-15 12:00:53 +00:00
Richard Purdie 4294048097 autoconf: Add patch to remove insane X header/library paths
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3173 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-15 11:55:51 +00:00
Marcin Juszkiewicz f5f0fd446c sqlite3: upgrade to 3.5.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3172 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-15 10:31:55 +00:00
Richard Purdie 0c2e8edd6e poky.conf: Add insane QA checking to builds by default
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3171 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-15 09:56:41 +00:00
Richard Purdie 53c67fba50 settings-daemon: Add missing DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3170 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-15 09:53:17 +00:00
Richard Purdie 8813097d43 glibc-initial.inc: Fix bogus header directory reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3168 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 22:31:45 +00:00
Richard Purdie 5dfe764664 gettext: Disable java since it finds any native gcj and breaks cross compiled builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3167 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 21:36:27 +00:00
Marcin Juszkiewicz c717e0b384 checksums.ini: added few entries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3166 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 18:34:44 +00:00
Samuel Ortiz a74e457e15 keymaps: Improve HTC keymap.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3165 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 14:33:24 +00:00
Samuel Ortiz 9f3c3a1866 htcuniversal: add task-keyboard for keymap installation.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3164 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 13:55:15 +00:00
Marcin Juszkiewicz 2cd85663f6 matchbox-keyboard: fix expat build problem
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3163 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 12:11:08 +00:00
Marcin Juszkiewicz 6cbe7c8571 matchbox-stroke: fix expat build problem
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3162 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 12:10:29 +00:00
Richard Purdie 5258997718 matchbox-wm: Fix configure issue
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3161 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 12:05:43 +00:00
Marcin Juszkiewicz 776d02d628 matchbox-wm: add expat paths into configure flags
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3160 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 11:39:13 +00:00
Marcin Juszkiewicz 4e19a8db7e gstreamer: use autotools_stage_all so libtool files will be mangled properly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3159 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 11:11:33 +00:00
Ross Burton ded27188e2 owl-video-widget: fix desktop file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3158 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 10:15:40 +00:00
Ross Burton dbd9045f55 pcmanfm: fix desktop file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3157 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 10:14:26 +00:00
Ross Burton 031342184b pcmanfm: remove unused files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3156 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 10:08:09 +00:00
Ross Burton f8484fc7d4 Fix desktop file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3155 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 10:07:28 +00:00
Ross Burton 69248f88c1 Bump web srcrev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3154 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 10:04:49 +00:00
Ross Burton c841a6ba72 puzzles: remove the deprecated Encoding key from desktop files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3153 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 09:50:38 +00:00
Ross Burton 5477906ca1 insane.bbclass: use bb.error when reporting desktop file problems
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3152 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 09:48:17 +00:00
Ross Burton ab2a04d843 insane.bbclass: validate desktop files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3151 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 09:36:55 +00:00
Ross Burton 9e0b8d9bdb Add desktop-file-utils -native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3150 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 09:36:30 +00:00
Richard Purdie 7c189eeb98 base.bbclass: Fix regexp
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3149 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 09:12:10 +00:00
Richard Purdie 20453cf7ec libtool: Don't patch limain.sh otherwise it doesn't regenerate. Drop tag1.patch it doesn't do anything
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3148 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13 23:56:02 +00:00
Richard Purdie d9659da174 poky.conf: Lock down floating openmoko versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3147 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13 23:07:18 +00:00
Richard Purdie 59330e2d34 uboot-openmoko: Fix SRCREV_FORMAT and PV so source revisions work correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3146 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13 23:06:21 +00:00
Richard Purdie 210caef864 gnutls: Remove some bad flags from configure.ac
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3142 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13 19:56:58 +00:00
Richard Purdie 18f2e2772a Fix PE handling in version strings
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3141 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13 19:21:52 +00:00
Richard Purdie 320be50c50 base.bbclass: Improve .la file conversion from installed=yes to installed=no
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3140 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13 17:17:37 +00:00
Richard Purdie 206d632248 bitbake.conf: Move yaffs2 image type to EXTRA_IMAGECMD
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3139 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13 15:48:10 +00:00
Richard Purdie 405128d1cd bitbake.conf: Add PE to RDEPENDS and RRECOMMENDS for -dev and -dbg packages. Remove double space from CFLAGS, it confuses gdb
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3138 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13 14:31:17 +00:00
Richard Purdie bc2ed58f3f xorg-proto-common.inc: PN is empty and isn't built, fix -dev and -dbg packages accordingly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3137 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13 14:28:41 +00:00
Marcin Juszkiewicz 5e1159bcf2 libtool: do not add when linking libraries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3136 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13 13:13:37 +00:00
Ross Burton 8075bb569d Upgrade pango from 1.8.1 to 1.8.3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3135 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 19:51:08 +00:00
Richard Purdie 6648c1349c pango: Add missing patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3134 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 19:35:24 +00:00
Richard Purdie 61bc203246 fstests: Fix DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3133 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 19:18:01 +00:00
Richard Purdie 7046d4b727 pango: Fix generated .pc files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3132 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 19:17:19 +00:00
Richard Purdie b1d8355a02 gcc4-build-sdk.inc: Set build-sysroot option and simplify other sysroot options. The with-sysroot option is likely bogus and should be removed.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3131 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 17:31:32 +00:00
Richard Purdie 54b470e727 sdk.bbclass: Set directory structure correctly after staging layout changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3130 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 16:30:17 +00:00
Richard Purdie 755bf78038 meta-toolchain: Fix some paths and remove unneeded header file manipulation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3129 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 16:28:59 +00:00
Richard Purdie ef0256ead0 linux-libc-headers: bump PR
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3128 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 12:11:06 +00:00
Richard Purdie 938663c883 linux-libc-headers: The dev and dbg packages shouldn't depend on PN which doesnt exist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3127 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 12:10:34 +00:00
Richard Purdie 3860b24dae base-files: Create -dev and -dbg packages for dependency chains purposes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3126 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 12:09:11 +00:00
Richard Purdie 7fc5d6eeea pkgconfig: Switch to using sysroot simplifying pkgconfig files. Requires a full rebuild.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3125 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:30:16 +00:00
Richard Purdie ba2e1f4d93 bitbake.conf: Simplify target CPPFLAGS, CFLAGS and LDFLAGS due to sysroot benefits
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3124 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:28:14 +00:00
Richard Purdie 01d5da72d0 Rearrange staging to match target system layout. This is a major change and will require a full rebuild.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3123 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:25:30 +00:00
Richard Purdie 8c1871aabf gcc: Remove fail-fast host includes patch (breaks sysroot support)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3122 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:23:01 +00:00
Richard Purdie 4285b621bf pkgconfig.bbclass: Fix hardcoded staging layout references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3121 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:19:54 +00:00
Richard Purdie b176b023ac uclibc: Only need to install to staging, not cross as well (after cross linkage changes)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3120 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:14:24 +00:00
Richard Purdie 98bd2b0d60 rootfs_deb.bbclass: Make sure alternatives path exists
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3119 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:12:31 +00:00
Richard Purdie 19c7b21fbc package_deb.bbclass: Fix hardcoded apt.conf path, add depends on run-postinsts package for deb images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3118 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:11:48 +00:00
Richard Purdie b17670211a Remove hardcoded staging layout assumptions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3117 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:10:08 +00:00
Richard Purdie 0e09147de1 Remove hardcoded staging layout assumptions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:06:34 +00:00
Richard Purdie 19f1bad378 bitbake.conf: Set RDEPENDS and RRECOMMENDS of -dev and -dbg packages to match specific versions, not >=. Fix typo.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3115 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:01:29 +00:00
Richard Purdie 83930b32c8 vte: Add missing depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3114 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-11 23:56:59 +00:00
Richard Purdie 1accf43d3a libmatchbox: Add missing patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3113 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-11 22:24:10 +00:00
Richard Purdie 71969e2e76 libmatchbox: Fix so reconfiguring works (cp, not mv files). Add configure patch to generate better .pc file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3112 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-11 22:23:42 +00:00
Richard Purdie 63e19b2629 mpfr: Clean up hardcoded staging references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3111 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-10 22:08:38 +00:00
Richard Purdie 61fc63190e kexec: Simplify metadata
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3110 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-10 22:08:10 +00:00
Marcin Juszkiewicz 41cab4000b libgsmd: update to version from OE (openmoko used one)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3109 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-09 16:45:34 +00:00
Ross Burton d0415cdbf6 poky.conf: update matchbox-desktop to fix randr and workarea bugs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3108 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-08 17:23:40 +00:00
Ross Burton 5741c843fe poky.conf: update matchbox-desktop to fix arrow buttons
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3107 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-08 15:44:49 +00:00
Ross Burton 431fae127e glib-2.0: upgrade to 2.14.3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3106 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-08 10:54:40 +00:00
Ross Burton 55751d2565 poky.conf: update desktop srcrev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3105 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-08 10:50:15 +00:00
Marcin Juszkiewicz a936d29b5f em-x270: do not assume where mtd-utils are installed
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3103 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-08 08:14:23 +00:00
Marcin Juszkiewicz e7198e4903 initscripts: add inittab for fic-gta01 to not start getty on serial (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3100 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 17:27:58 +00:00
Marcin Juszkiewicz bdf2abbad6 fic-gta02: added from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3099 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 17:26:27 +00:00
Marcin Juszkiewicz 63ed730409 fic-gta01: sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3098 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 17:25:50 +00:00
Marcin Juszkiewicz 5728abb866 fic-gta01: use linux-openmoko kernel
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3097 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 17:24:07 +00:00
Marcin Juszkiewicz 404bbb6387 linux-openmoko: added 2.6.22.5 from OE, dropped linux-gta01
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3096 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 17:17:51 +00:00
Ross Burton 83dd625f05 poky.conf: update desktop (fix lots of bugs, faster) and keyboad (no more debugging spew)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3095 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 15:41:02 +00:00
Ross Burton 73fbea856a avahi: use a priviliged access group which actually exists
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3094 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 14:55:34 +00:00
Richard Purdie 9e21d7c9ed mtd-utils-native: Stage header files for yaffs2 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3092 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 11:39:03 +00:00
Marcin Juszkiewicz 1d85cf1f2f yaffs2-utils-native: unbreak (again)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3091 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 11:18:37 +00:00
Marcin Juszkiewicz 68f19cc06f poky.conf: set SRCDATE for yaffs2-utils(-native)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3090 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 11:13:17 +00:00
Richard Purdie ae66948a4a Add new poky-external mode toolchain stubs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3088 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 10:56:13 +00:00
Marcin Juszkiewicz 90dbf753d4 yaffs2-utils: unbreak it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3087 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 10:46:36 +00:00
Marcin Juszkiewicz 4bec704e15 bitbake.conf: add yaffs2 support from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3086 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 10:19:32 +00:00
Marcin Juszkiewicz b1d86e4aaa yaffs2-utils: added from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3085 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07 10:06:36 +00:00
Richard Purdie b5fda83441 clutter: Fix so 0.4 versions are default (which matches distro config SRCREVs) and fix up svn trunk versions too.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3084 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-06 23:11:42 +00:00
Richard Purdie 7277fe10c9 poky.conf: Fix DISTRO_VERSION, override SDK_NAME and SDK_PREFIX
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3083 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-06 22:48:08 +00:00
Richard Purdie 9ab181066b meta-toolchain: Fix after deploy ipk changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3082 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-06 22:47:22 +00:00
Richard Purdie e0f922855c poky/conf: Lock down clutter-gst version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3081 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-06 19:13:37 +00:00
Richard Purdie 739895ccb5 clutter: update patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3080 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-06 19:11:30 +00:00
Richard Purdie 8c6e21cc0a clutter-gst: Fix EXTRA_DIST for Poky use
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3079 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-06 19:11:07 +00:00
Ross Burton 28291e7ccb poky.conf: update matchbox-desktop srcrev for startup speed increase
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3078 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-06 17:43:59 +00:00
Richard Purdie 8764d5c8f8 Add poky-image-clutter image
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3077 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-06 11:35:48 +00:00
Ross Burton 3b6c384c05 Pin ubootchart srcrev, and remove integrated patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3076 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-06 08:54:47 +00:00
Richard Purdie 1ab9a48203 matchbox-panel-2: Fix RPROVIDES and friends to just apply to PN, else bad things happen with the -dbg and -dev packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3075 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-06 01:12:43 +00:00
Richard Purdie 7ca6e91d29 rootfs_deb: Fix hardcoded etc references, add missing mkdir
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3074 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-05 22:35:55 +00:00
Ross Burton c14191826c ubootchart: comment out acct dep for now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3073 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-05 18:37:00 +00:00
Ross Burton 7676c2b38e Move ubootchart to meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3072 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-05 17:36:00 +00:00
Richard Purdie 87c422828e Add run-postinsts. This runs any remaining postinstall scripts without needing ipkg/dpkg. Currently ipkg specific but this should be easy to change
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3069 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-05 16:08:56 +00:00
Marcin Juszkiewicz e51fbab510 abiword: added 2.5.2 from OE (disabled spellcheck, printing, plugins)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3064 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-02 15:11:00 +00:00
Marcin Juszkiewicz 5f02bb8379 linux recipes: switch to KERNELORG_MIRROR
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3063 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-02 15:01:49 +00:00
Marcin Juszkiewicz beca813b0d linux: added em-x270 support (from OE em-x270 recipe)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3062 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-02 14:59:50 +00:00
Marcin Juszkiewicz 594a2c2edb em-x270: added machine config from OE (and a bit of cleaning)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3061 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-02 14:58:48 +00:00
Marcin Juszkiewicz ae748c1884 checksums.ini: new entries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3060 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-02 14:58:01 +00:00
Ross Burton 72d3eee4ca poky.conf: update matchbox-desktop srcrev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3056 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-01 17:31:11 +00:00
Marcin Juszkiewicz ceb2762124 alsa: upgrade to 1.0.15
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3055 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-01 13:17:54 +00:00
Ross Burton d6e11d1b5b eds-dbus: libecal recommends tzdata
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3054 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-01 09:01:25 +00:00
Ross Burton b193e2509e Add tzdata and tzcode, for the timezone files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3053 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-01 09:00:56 +00:00
Marcin Juszkiewicz 1c77306bcd gcc: Make gcc build on amd64 by having it forget target configure cache when configuring for build machine. (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3050 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-31 11:15:37 +00:00
Marcin Juszkiewicz c1c8083bfb checksums.ini: added some new entries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3049 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-31 10:48:06 +00:00
Marcin Juszkiewicz 9e99242668 checksums.ini: added some new entries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3048 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-30 22:58:39 +00:00
Marcin Juszkiewicz c7c0b3425d checksums.ini: added some new entries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3047 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-30 22:57:52 +00:00
Ross Burton de6377f64d pointercal: add calibration file for HTC Universal
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3045 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-30 14:03:31 +00:00
Ross Burton 2ebf3f2726 poky.conf: Bump network-manager revisions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3044 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-30 13:45:43 +00:00