summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* patch.bbclass: fix bug where it failed to detect that the user did not ↵Chris Larson2006-10-251-1/+8
| | | | | | modify the patches at all, add note about pressing ctrl+d to exit the resolver shell. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@822 311d38ba-8fff-0310-9ca6-ca027cbcb966
* fix packagingTomas Frydrych2006-10-251-3/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@821 311d38ba-8fff-0310-9ca6-ca027cbcb966
* increase srcdateTomas Frydrych2006-10-251-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@820 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rename misnamed packageTomas Frydrych2006-10-251-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@819 311d38ba-8fff-0310-9ca6-ca027cbcb966
* added bb file for exmap-console applicationTomas Frydrych2006-10-251-0/+41
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@818 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta/site/x86_64-linux: fixed value of db_cv_mutexTomas Frydrych2006-10-241-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@817 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gconf-dbus: dont include .debug, .so, .la in main packages.Chris Larson2006-10-231-2/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@816 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Ipkg: don't include .debug in main packages.Chris Larson2006-10-232-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@815 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Fix oprofile verisonRichard Purdie2006-10-221-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@814 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gtk 2.6.8: Fix -dev/-dbg broken packagingRichard Purdie2006-10-221-1/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@813 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Partially fix another dubious use of packages[0]Richard Purdie2006-10-221-1/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@812 311d38ba-8fff-0310-9ca6-ca027cbcb966
* perl: Fix .debug file packagingRichard Purdie2006-10-221-1/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@811 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Fix split_locales to remove spurious references to -dbg ↵Richard Purdie2006-10-211-0/+6
| | | | | | packages. The way it selects the principle package name needs totally reworking as the current code is flawed but apply a workaround for now (this is unrelated to other changes to package.bbclass) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@810 311d38ba-8fff-0310-9ca6-ca027cbcb966
* image.bbclass: Fix image task dependencies after package.bbclass updatesRichard Purdie2006-10-201-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@809 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Sync with OE upstreamRichard Purdie2006-10-201-63/+69
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@808 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Split into two tasks, one which prepares the packages and ↵Richard Purdie2006-10-207-14/+35
| | | | | | then package_write which actually generates the packages. The two stage approach allows us to avoid circular dependency issues from classes like debian.bbclass. As the data being emitted into pkgdata/ changed, you need to either wipe tmp or rerun the do_install/do_package tasks (wipe the do_xyz stamps from the stamps dir). Everything will repackage anyway due to the new task. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@807 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass, package.bbclass: Clean up and document. Should be no actual ↵Richard Purdie2006-10-202-190/+219
| | | | | | code changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@806 311d38ba-8fff-0310-9ca6-ca027cbcb966
* files to build gtk-industrial-engineTomas Frydrych2006-10-192-0/+36
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@805 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gtk+: remove outdated maemo versionRichard Purdie2006-10-17107-26139/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@804 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add fetchall task to fetch all sources for all the given task ↵Richard Purdie2006-10-161-1/+7
| | | | | | and all its dependencies (requires bitbake trunk) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@803 311d38ba-8fff-0310-9ca6-ca027cbcb966
* oprofile: drop old versionRichard Purdie2006-10-163-659/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@802 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add vesafb-tng patch to linux-openzaurus.Chris Larson2006-10-163-3/+3096
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@801 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc-package.bbclass: Improve localedef failure error messageRichard Purdie2006-10-161-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@800 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gtk-engines: Fix SRC_URIRichard Purdie2006-10-121-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@799 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gdb: 6.3 -> 6.4Richard Purdie2006-10-123-195/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@798 311d38ba-8fff-0310-9ca6-ca027cbcb966
* oprofile: Make 0.9.2 the default, bump cvs date, update the cvs .bb file for ↵Richard Purdie2006-10-124-32/+10
| | | | | | cvs changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@797 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add PACAKGE_CLASSES setting, also list qemux86 as machine typeMatthew Allum2006-10-121-2/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@796 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add PACAKGE_CLASSES var to poky.confMatthew Allum2006-10-121-1/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@795 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add check for gawk, needed by x86 glic buildMatthew Allum2006-10-121-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@794 311d38ba-8fff-0310-9ca6-ca027cbcb966
* oprofile: Add 0.9.2Richard Purdie2006-10-122-0/+55
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@793 311d38ba-8fff-0310-9ca6-ca027cbcb966
* oprofile: Remove some bashisms and general breakageRichard Purdie2006-10-112-0/+26
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@792 311d38ba-8fff-0310-9ca6-ca027cbcb966
* add va_copy bits to the i586-linux site file.Chris Larson2006-10-091-0/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@791 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add initial 1.14.4Ross Burton2006-10-081-0/+49
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@790 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Update Pango 1.13.x to 1.13.5Ross Burton2006-10-082-20/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@789 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Update udev from upstream oe (still using 092, just a newer PR, so the ↵Chris Larson2006-10-055-7/+25
| | | | | | .debug stuff is split out of its packaging). git-svn-id: https://svn.o-hand.com/repos/poky/trunk@788 311d38ba-8fff-0310-9ca6-ca027cbcb966
* add psplash to task-oh-baseMatthew Allum2006-10-031-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@787 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add XServer fallback settings for unknown machineMatthew Allum2006-10-032-1/+16
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@786 311d38ba-8fff-0310-9ca6-ca027cbcb966
* fix broken 'require' statementTomas Frydrych2006-10-031-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@785 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Don't nest os.path.join() callsRoss Burton2006-10-022-7/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@784 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Fix patchRichard Purdie2006-10-022-4/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@783 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Added hopefully fine qemu touchscreen related patchesMatthew Allum2006-10-025-1/+696
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@782 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add patch to remove include <linux/compiler.h> as it isn't in edgy, and isn'tRoss Burton2006-10-022-1/+13
| | | | | | | | | | | required. --This line, and those below, will be ignored-- A qemu/files/compiler.patch M qemu/qemu_cvs.bb git-svn-id: https://svn.o-hand.com/repos/poky/trunk@781 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove unrequired librariesRoss Burton2006-10-021-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@780 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove dependencies on libraries that are not requiredRoss Burton2006-10-021-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@779 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove empty directories left from xorg conversionRoss Burton2006-10-020-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@778 311d38ba-8fff-0310-9ca6-ca027cbcb966
* tslib: Fix qemuarmRichard Purdie2006-09-293-4/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@777 311d38ba-8fff-0310-9ca6-ca027cbcb966
* tslib: s/cmx270/qemuarm/ ;-)Richard Purdie2006-09-292-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@776 311d38ba-8fff-0310-9ca6-ca027cbcb966
* tslib: Bump PRsRichard Purdie2006-09-292-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@775 311d38ba-8fff-0310-9ca6-ca027cbcb966
* tslib: Add cm270x supportRichard Purdie2006-09-292-0/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@774 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Make keymaps load after psplashMatthew Allum2006-09-281-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@773 311d38ba-8fff-0310-9ca6-ca027cbcb966