aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
AgeCommit message (Expand)Author
2009-08-26base.bbclass: Don't retrieve SRC_URI when not necessaryDamien Lespiau
2009-08-26base.bbclass: packages pulling a mercurial tree should depend on mercurialDamien Lespiau
2009-08-25base.bbclass: Use subprocess rather than os.system for do_unpackRichard Purdie
2009-08-12autotools.bbclass: Remove pointless inheritRichard Purdie
2009-08-12binconfig.bbclass: Remove pointless inheritRichard Purdie
2009-08-12package_ipk.bbclass: Place configuration files in WORKDIR, not stagingRichard Purdie
2009-07-28packagehistory.bbclass: Make package history package architecture specificRichard Purdie
2009-07-16autotools.bbclass: Fix to work with configure files with leading whitespaceRichard Purdie
2009-07-15root_ipk.bbclass: Give EXTRAOPKGCONFIG a default valueRichard Purdie
2009-07-15rootfs_ipk.bbclass: Don't generate the arch.conf file, provide this as a pack...Richard Purdie
2009-07-13packagehistory: Make sure package is inherited beforehand to preserve the PAC...Richard Purdie
2009-07-09gnome.bbclass: Convert to autotools_stageRichard Purdie
2009-07-09Add package_history.bbclass which checks generated package against previous p...Richard Purdie
2009-07-08package_ipk.bbclass: Solve opkg-make-index locking problem using flockRichard Purdie
2009-07-07pkgconfig.bbclass: No longer default to pkgconfig_stage code (breaks libdrm)Richard Purdie
2009-07-02patch.bbclass: Fix up the environment for the patch resolution codeRichard Purdie
2009-07-02patch.bbclass: Sync with OE.devRichard Purdie
2009-06-22patch.bbclass: Allow a patch to be applied or not applied against a specific ...Richard Purdie
2009-06-16distutils.bbclass: Sync with OERichard Purdie
2009-06-15poky-autobuild-notifier.bbclass: Remove unneeded recipientsRichard Purdie
2009-06-12pkgconfig.bbclass: Fix typoRichard Purdie
2009-06-12pkgconfig.bbclass: Split out the staging function into its own class (pkgconf...Richard Purdie
2009-06-12packaged-staging.bbclass: Fix for packages which don't stage anythingRichard Purdie
2009-06-11packaged-staging.bbckass: Add option of setting PSTAGE_BROKEN_DESTDIR to disa...Richard Purdie
2009-06-11packaged-staging.bbclass: Turn off debugRichard Purdie
2009-06-11packaged-staging.bbclass: Detect when we're using autotools_stage_all and don...Richard Purdie
2009-06-11native.bbclass: Drop INHIBIT_NATIVE_STAGE_INSTALL function and wrap logic in ...Richard Purdie
2009-06-11cpan_build.bbclass: Just write a do_stage function, INHIBIT_NATIVE_STAGE_INST...Richard Purdie
2009-06-11pkgconfig.bbclass: Drop strange unneeded inherit baseRichard Purdie
2009-06-08packaged-staging.bbclass: Fix accidental debug additionRichard Purdie
2009-06-04packaged-staging.bbclass: Add support for mangling .la files so the staging d...Richard Purdie
2009-05-28sanity.bbclass: Really fix TMPDIR change warning messageRichard Purdie
2009-05-23sanity.bbclass: Fix the warning message above tmpdir moving to point to the c...Richard Purdie
2009-05-19base.bbclass: Update to work with systems where install won't overwrite filesRichard Purdie
2009-04-28Merge ssh://gitserver@git.pokylinux.org/pokyRichard Purdie
2009-03-11package bbclass: add an 'allow_links' param to get symlinks packaged, usefull...Koen Kooi
2009-03-11base.bbclass: Add subdir feature to SRC_URI entries (from OE)Robert Schuster
2009-02-05base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbc...Richard Purdie
2009-02-05base.bbclass: Move package metadata handling functions into their own class fileRichard Purdie
2009-02-04sanity.bbclass: Fix error message when not having g++ on buildDamien Lespiau
2009-01-23image.bbclass: Use IMAGE_ROOTFS_SIZE if the image will fit into it and only a...Richard Purdie
2009-01-23poky-image/moblin-image.bbclass: Fix a typo noticed by Mike TurquetteRichard Purdie
2009-01-23mozilla.bbclass: Fix pkgconfig usage for pkgconfig sysrootRichard Purdie
2009-01-16sdk.bbclass: Ignore -sdk suffix warnings for gcc-cross-sdkRichard Purdie
2009-01-07image.bbclass: Generate the image after running the kernel modules and ldconf...Richard Purdie
2009-01-07update-rc.d.bbclass: Only change the main package RDEPENDS, not all the RDEPE...Richard Purdie
2009-01-05native.bbclass: Add virtclass-native to OVERRIDES and use in fakeroot to func...Richard Purdie
2009-01-05sdk.bbclass: Don't special case virtual/ dependencies as this breaks things l...Richard Purdie
2009-01-05native.bbclass: Handling remapping of PROVIDES similar to sdk.bbclassRichard Purdie
2009-01-03Remove unneeded S variablesRichard Purdie