summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2006-10-28packages: various .debug packaging fixesRichard Purdie25
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@831 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-28libxml2: Drop old versionRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@830 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-28lib_package.bbclass: Fix .debug packaging (from OE)Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@829 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-28bitbake.conf: Fix .debug packagingRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@828 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-28poky.conf: Fix owl-video-widget SRCDATERichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@827 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-27Kill some old x packages.Chris Larson12
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@826 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-27Add distcc to the sdk image.Chris Larson1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@825 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-27base.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.Chris Larson1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@824 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-27package.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.Chris Larson1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@823 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-25patch.bbclass: fix bug where it failed to detect that the user did not ↵Chris Larson1
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
2006-10-25fix packagingTomas Frydrych1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@821 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-25increase srcdateTomas Frydrych1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@820 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-25rename misnamed packageTomas Frydrych1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@819 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-25added bb file for exmap-console applicationTomas Frydrych1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@818 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-24meta/site/x86_64-linux: fixed value of db_cv_mutexTomas Frydrych1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@817 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-23gconf-dbus: dont include .debug, .so, .la in main packages.Chris Larson1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@816 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-23Ipkg: don't include .debug in main packages.Chris Larson2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@815 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-22poky.conf: Fix oprofile verisonRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@814 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-22gtk 2.6.8: Fix -dev/-dbg broken packagingRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@813 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-22package.bbclass: Partially fix another dubious use of packages[0]Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@812 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-22perl: Fix .debug file packagingRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@811 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-21package.bbclass: Fix split_locales to remove spurious references to -dbg ↵Richard Purdie1
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
2006-10-20image.bbclass: Fix image task dependencies after package.bbclass updatesRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@809 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-20package.bbclass: Sync with OE upstreamRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@808 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-20package.bbclass: Split into two tasks, one which prepares the packages and ↵Richard Purdie7
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
2006-10-20base.bbclass, package.bbclass: Clean up and document. Should be no actual ↵Richard Purdie2
code changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@806 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-19files to build gtk-industrial-engineTomas Frydrych2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@805 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-17gtk+: remove outdated maemo versionRichard Purdie107
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@804 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-16base.bbclass: Add fetchall task to fetch all sources for all the given task ↵Richard Purdie1
and all its dependencies (requires bitbake trunk) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@803 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-16oprofile: drop old versionRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@802 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-16Add vesafb-tng patch to linux-openzaurus.Chris Larson3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@801 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-16glibc-package.bbclass: Improve localedef failure error messageRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@800 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-12gtk-engines: Fix SRC_URIRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@799 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-12gdb: 6.3 -> 6.4Richard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@798 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-12oprofile: Make 0.9.2 the default, bump cvs date, update the cvs .bb file for ↵Richard Purdie4
cvs changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@797 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-12Add PACAKGE_CLASSES var to poky.confMatthew Allum1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@795 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-12Add check for gawk, needed by x86 glic buildMatthew Allum1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@794 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-12oprofile: Add 0.9.2Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@793 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-11oprofile: Remove some bashisms and general breakageRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@792 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-09add va_copy bits to the i586-linux site file.Chris Larson1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@791 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-08Add initial 1.14.4Ross Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@790 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-08Update Pango 1.13.x to 1.13.5Ross Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@789 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-05Update udev from upstream oe (still using 092, just a newer PR, so the ↵Chris Larson5
.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
2006-10-03add psplash to task-oh-baseMatthew Allum1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@787 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-03Add XServer fallback settings for unknown machineMatthew Allum2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@786 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-03fix broken 'require' statementTomas Frydrych1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@785 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-02Don't nest os.path.join() callsRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@784 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-02qemu: Fix patchRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@783 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-02Added hopefully fine qemu touchscreen related patchesMatthew Allum5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@782 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-02Add patch to remove include <linux/compiler.h> as it isn't in edgy, and isn'tRoss Burton2
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