summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-03-20chinook-compat.conf: Fix automake-native preference.Robert Schuster
2009-03-20libart-lgpl.inc: Build fix.Robert Schuster
- enforce 'mkdir' executable location - add install-native to depends - enforce 'install' executable location
2009-03-20libhildon-mime: Replaced dependency with gnome-vfs.Robert Schuster
2009-03-20chinook-compat.conf: Prefer fakeroot-native 1.9.6.Robert Schuster
2009-03-20chinook-compat: Updated versions of packages that where removed from OE.Robert Schuster
2009-03-20classpath-native: Clean upRobert Schuster
- removed 0.96.1, 0.97.2: Unable to guarantee that these work with current VMs - added 0.98 - removed superfluous patches
2009-03-20cacao 0.99.4: New recipe.Robert Schuster
cacaoh-native 0.99.4: New recipe.
2009-03-20cacao-native: Updated to 0.99.4.Robert Schuster
2009-03-20classpath 0.98: New recipe.Robert Schuster
2009-03-20checksums.ini: Added classpath 0.98 entry.Robert Schuster
2009-03-20checksums.ini: Added cacao 0.99.4 entry.Robert Schuster
2009-03-20cacao 0.99.3: Added patch for PR 99.Robert Schuster
2009-03-19moved some files from packages to recipesFrans Meulenbroeks
these files were pushed after the packages to recipes move
2009-03-19Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Frans Meulenbroeks
into org.openembedded.dev
2009-03-19gtk+: make 2.14.2 default version instead of 2.10.14Marcin Juszkiewicz
Ångström uses this version and many components of metadata depends on at least 2.12.
2009-03-19bluez4: changed globs in FILES_${PN}-dev to make package_rpm happyMarcin Juszkiewicz
RPM building does not handle ${libdir}/*/*.la :(
2009-03-19openssl-native: make sure that PACKAGES will be empty (from Poky)Marcin Juszkiewicz
2009-03-19libxml2-native: really enable Python extensionMarcin Juszkiewicz
2009-03-19package.bbclass: Write out extra useful data into the pkgdata files (from Poky)Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5388 311d38ba-8fff-0310-9ca6-ca027cbcb966
2009-03-19base.bbclass: Add read_subpkgdata_dict function (from Poky)Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky@5389 311d38ba-8fff-0310-9ca6-ca027cbcb966
2009-03-19packaged-staging.bbclass: Add rpm package coverage (from Poky)Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky@5382 311d38ba-8fff-0310-9ca6-ca027cbcb966
2009-03-19package_rpm.bbclass: added from PokyRichard Purdie
Squashed changes from Poky: svn r5067 - package_rpm.bbclass: Update against recent packaging changes and start to implement dependency handling. svn r5100 - package_rpm.bbclass: Fix empty package handling, handle package dependency renaming by adding a missing function call and expand RPMBUILD before changing the dictonary so local PV/PR changes don't break the WORKDIR variable expansion svn r5111 - package_rpm.bbclass: Stop autogenerated dependencies for now, its not functioning correctly svn r5116 - package_rpm.bbclass: files needs to start from / svn r5129 - package_rpm.bbclass: Fix problems with package version with '-' in the version (replace with '+'), improve the Requires and Recommends generation code svn r5131 - package_rpm.bbclass: Add support for postinst and preinst scripts svn r5381 - classes: Split rpm feeds by PACKAGE_ARCH svn r5390 - package_rpm.bbclass: Improve handling of '-' characters in Requires and Recommends fields svn r5393 - package_rpm.bbclass: Fix package version fixing for PKG renamed packages svn r5397 - package_rpm.bbclass: Fix dependency rebuilding bug svn r5413 - package_rpm.bbclass: save value of RPMBUILDPATH as it is needed for packaging package_rpm.bbclass: Don't use the system wide RPM macros. This fixes the build on Fedora 10 where the RPM system macros obliterate the value of BuildRoot that is set in the spec file. package_rpm.bbclass: fix indentation package_rpm.bbclass: fix syntax errors package_rpm.bbclass: save RPROVIDES in packages
2009-03-19rootfs_rpm.bbclass: added from PokyRichard Purdie
Squashed changes from Poky: svn r5101 - Add rootfs_rpm.bbclass, a start at image generation from rpms. Its not expected to be entirely functional yet. svn r5112 - rootfs_rpm.bbclass: Remove the feed directory before packaging the image svn r5134 - rootfs_rpm.bbclass: Add basic postinstall handling during image creation svn r5143 - rootfs_rpm.bbclass: Fixup broken symlinks due to fakechroot and run any leftover postinstalls on real hardware at first boot svn r5158 - rootfs_rpm.bbclass: Add recommends handling svn r5380 - rootfs_rpm.bbclass: ship rpm and yum in target images svn r5382 - rootfs_rpm.bbclass: Add rpm package coverage svn r5386 - rootfs_rpm.bbclass: use more efficient way to copy packages svn r5391 - rootfs_rpm: set target architecture and do not tell yum which arch we will use svn r5398 - rootfs_rpm.bbclass: Set YUM_ARCH_FORCE svn r5412 - rootfs_rpm.bbclass: remove lock files to get rpm working on device svn r5432 - rootfs_rpm.bbclass: fix platform so rpm will be usable on device svn r5433 - rootfs_rpm.bbclass: remove temporary yum config - rootfs has one from yum package svn r5434 - rootfs_rpm.bbclass: added generation of feed entries svn r5436 - rootfs_rpm.bbclass: added code to generate images from feeds OE changes: rootfs_rpm.bbclass: remove two functions (need rewrite for RPM) install_all_locales and remove_packaging_data_files functions were from rootfs_ipk.bbclass and need to be rewritten for RPM rootfs. rootfs_rpm.bbclass: use DISTRO instead of hardcoded Poky - spotted by Tom Rini rootfs_rpm.bbclass: drop not needed disabled code
2009-03-19fakechroot: fix duplicated readlink (from Poky)Marcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky@5115 311d38ba-8fff-0310-9ca6-ca027cbcb966
2009-03-19Add yum and createrepo (from Poky)Richard Purdie
Squashed set of changes from Poky: svn r5098 - Add yum-native and createrepo svn r5108 - createrepo-native: Add fix for empty data fields when creating repositories svn r5109 - yum-native: Add patch to fix install paths svn r5110 - yum-native: Add some hacks to make yum work better in the cross build case svn r5118 - yum-native: add depends on libxml2-native svn r5130 - yum-native: Add NOPOST and NOTRIGGERS flags when installing packages svn r5133 - yum-native: Add extract-postinst.awk script for use during rootfs generation svn r5142 - createrepo-native: added dependency on Python svn r5157 - yum: Add yum-install-recommends.py script to handle installing Recommends svn r5379 - yum: added 3.2.18 svn r5385 - yum-metadata-parser: fixed dependencies svn r5392 - yum: do not hardcode arm architecture - rootfs_rpm provide arch info svn r5395 - yum: Don't apply hacks.patch, its only needed for the native version svn r5396 - yum-native: Fix hacks.patch to handle architecture detection issues svn r5426 - yum: fixed packaging svn r5427 - yum: added all required Python modules to dependencies OE changes: yum: do not hardcode /usr yum-native: added intltool-native to dependencies - spotted by Tom Rini
2009-03-19Add python-urlgrabber, python-iniparser, yum-metadata-parser and native ↵Richard Purdie
variants (from Poky) OE changes: python-iniparse-native: use distutils_stage_all python-urlgrabber-native: use distutils_stage_all yum-metadata-parser-native: use distutils_stage_all
2009-03-19Drop pointless rpm_core class. (from Poky)Richard Purdie
2009-03-19beecrypt: get patch from Poky to fix building on 64bit machinesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky@5068 311d38ba-8fff-0310-9ca6-ca027cbcb966
2009-03-19rpm/rpm-native: Add recipe for 4.4.2.3 (from Poky)Marcin Juszkiewicz
Squashed set of changes from Poky: svn r5069 - rpm/rpm-native: Add recipe for 4.4.2.3 svn r5085 - rpm: Patch out some Makefile strangeness causing build failures svn r5093 - rpm: Enable python extensions and improve cross compiling patches svn r5103 - rpm: Tweak patches to remove popt problem svn r5113 - rpm: Add recommends support from suse rpm patches svn r5132 - rpm-native: Set varprefix to get the rpm database in a sane location svn r5152 - rpm: Handle PYTHONVER differently in EXTRA_OECONF to stop gettext/uclibc failures during parsing svn r5154 - rpm: Add missing patches svn r5423 - rpm: Add python module packaging OE changes: rpm-native: add Python 2.6 support rpm: use distutils-base to get Python version rpm: use sed instead of ed - it is present in our metadata rpm: set ARM_INSTRUCTION_SET as it fails to build for thumb | /tmp/ccYO91se.s: Assembler messages: | /tmp/ccYO91se.s:71: Error: selected processor does not support `swpb r2,r3,[r4]' | /tmp/ccYO91se.s:72: Error: unshifted register required -- `eor r2,r2,#1'
2009-03-19linux-msm7xxx: bump htcraphael SRCREV to a version that bootsMichael 'Mickey' Lauer
2009-03-19local.conf.sample: Replace packages/ with recipes/.Theodore A. Roth
2009-03-19linux-omap 2.6.28: update resizer patchKoen Kooi
2009-03-19sane-toolchain.inc: move non-weak assignments for CACHE and DEPLOY_DIR to ↵Michael 'Mickey' Lauer
minimal.conf; make them weak You can override DEPLOY_DIR now in your local.conf.
2009-03-19fso-autorev: add libeflvalaMichael 'Mickey' Lauer
2009-03-19bitbake.conf: weak assignment for DEPLOY_DIRMichael 'Mickey' Lauer
2009-03-19webkit-gtk: bump SRCREVKoen Kooi
2009-03-19libsoup: add 2.26.0Koen Kooi
2009-03-19libproxy: add 0.2.3Koen Kooi
2009-03-19linux-omap-pm: add 2.6.28 recipe so git can move to .29rcKoen Kooi
2009-03-19abiword: update to 2.6.8Koen Kooi
2009-03-19gtk+: add 2.16.0Koen Kooi
2009-03-19glib-2.0: add 2.20Koen Kooi
2009-03-18linux-omap_2.6.27 : Enable TMP FS for omap5912osk.Philip Balister
2009-03-18task-cli-tools: ship nfs-utils-clientMichael 'Mickey' Lauer
2009-03-18busybox: do not fetch fixes patches but store them in metadataMarcin Juszkiewicz
I am tired of discussions how to solve situation where upstream changes it's files without versioning them and we workaround it instead of solving.
2009-03-18openezx-kernel: update to sane version; we're now at 2.6.29-rc8. Fix branch ↵Michael 'Mickey' Lauer
and remove command line args for good.
2009-03-18uclibc: add config for wrapwoglinde
2009-03-17linux-davinci git: add vfpe driver for davinci and dm355, enable it in ↵Koen Kooi
dm355-leopard defconfig
2009-03-17linux-davinci: re-enable .27 for dvevm until .28 is finished/testedDenys Dmytriyenko
2009-03-17gstreamer-ti: bump SRCREV to 160Koen Kooi