Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autotools.bbclass: Fix to work with configure files with leading whitespace | Richard Purdie | 2009-07-16 | 1 | -3/+3 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | root_ipk.bbclass: Give EXTRAOPKGCONFIG a default value | Richard Purdie | 2009-07-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | rootfs_ipk.bbclass: Don't generate the arch.conf file, provide this as a ↵ | Richard Purdie | 2009-07-15 | 1 | -3/+4 |
| | | | | | | packaged file in future Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | packagehistory: Make sure package is inherited beforehand to preserve the ↵ | Richard Purdie | 2009-07-13 | 1 | -0/+2 |
| | | | | | | PACKAGEFUNCS variable Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | gnome.bbclass: Convert to autotools_stage | Richard Purdie | 2009-07-09 | 1 | -5/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | Add package_history.bbclass which checks generated package against previous ↵ | Richard Purdie | 2009-07-09 | 1 | -0/+100 |
| | | | | package looking for problematic changes | ||||
* | package_ipk.bbclass: Solve opkg-make-index locking problem using flock | Richard Purdie | 2009-07-08 | 1 | -10/+8 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | pkgconfig.bbclass: No longer default to pkgconfig_stage code (breaks libdrm) | Richard Purdie | 2009-07-07 | 1 | -2/+0 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | patch.bbclass: Fix up the environment for the patch resolution code | Richard Purdie | 2009-07-02 | 1 | -0/+2 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | patch.bbclass: Sync with OE.dev | Richard Purdie | 2009-07-02 | 1 | -25/+63 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | patch.bbclass: Allow a patch to be applied or not applied against a specific ↵ | Richard Purdie | 2009-06-22 | 1 | -0/+12 |
| | | | | | | srcrev Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | distutils.bbclass: Sync with OE | Richard Purdie | 2009-06-16 | 1 | -14/+22 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | poky-autobuild-notifier.bbclass: Remove unneeded recipients | Richard Purdie | 2009-06-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | pkgconfig.bbclass: Fix typo | Richard Purdie | 2009-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | pkgconfig.bbclass: Split out the staging function into its own class ↵ | Richard Purdie | 2009-06-12 | 2 | -7/+8 |
| | | | | | | (pkgconfig_stage) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | packaged-staging.bbclass: Fix for packages which don't stage anything | Richard Purdie | 2009-06-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | packaged-staging.bbckass: Add option of setting PSTAGE_BROKEN_DESTDIR to ↵ | Richard Purdie | 2009-06-11 | 1 | -2/+5 |
| | | | | | | disable packaged staging acceleration for packages with broken DESTDIR handling Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | packaged-staging.bbclass: Turn off debug | Richard Purdie | 2009-06-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | packaged-staging.bbclass: Detect when we're using autotools_stage_all and ↵ | Richard Purdie | 2009-06-11 | 3 | -6/+43 |
| | | | | | | don't hold the lock for as long when that is the case giving a significant performance boost with less lock contention and staging area file timestamp checking required Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | native.bbclass: Drop INHIBIT_NATIVE_STAGE_INSTALL function and wrap logic in ↵ | Richard Purdie | 2009-06-11 | 1 | -10/+16 |
| | | | | | | a do_stage_native() wrapper which packaged-staging can detect Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | cpan_build.bbclass: Just write a do_stage function, ↵ | Richard Purdie | 2009-06-11 | 1 | -3/+1 |
| | | | | | | INHIBIT_NATIVE_STAGE_INSTALL isn't particuarly useful Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | pkgconfig.bbclass: Drop strange unneeded inherit base | Richard Purdie | 2009-06-11 | 1 | -2/+0 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | packaged-staging.bbclass: Fix accidental debug addition | Richard Purdie | 2009-06-08 | 1 | -8/+2 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | packaged-staging.bbclass: Add support for mangling .la files so the staging ↵ | Richard Purdie | 2009-06-04 | 1 | -5/+29 |
| | | | | | | directory path can change. Someday libtool will support sysroot but until then... Signed-off-by: Richard Purdie <richard@ted.(none)> | ||||
* | sanity.bbclass: Really fix TMPDIR change warning message | Richard Purdie | 2009-05-28 | 1 | -1/+2 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | sanity.bbclass: Fix the warning message above tmpdir moving to point to the ↵ | Richard Purdie | 2009-05-23 | 1 | -1/+1 |
| | | | | | | correct path Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Update to work with systems where install won't overwrite files | Richard Purdie | 2009-05-19 | 1 | -0/+3 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | Merge ssh://gitserver@git.pokylinux.org/poky | Richard Purdie | 2009-04-28 | 2 | -2/+13 |
|\ | |||||
| * | package bbclass: add an 'allow_links' param to get symlinks packaged, ↵ | Koen Kooi | 2009-03-11 | 1 | -2/+2 |
| | | | | | | | | usefull for splitting out libraries | ||||
| * | base.bbclass: Add subdir feature to SRC_URI entries (from OE) | Robert Schuster | 2009-03-11 | 1 | -0/+11 |
| | | |||||
* | | base.bbclass: Use explode_deps from bb.utils and remove the obsolete ↵ | Richard Purdie | 2009-02-05 | 5 | -34/+14 |
| | | | | | | | | base.bbclass version | ||||
* | | base.bbclass: Move package metadata handling functions into their own class file | Richard Purdie | 2009-02-05 | 3 | -82/+84 |
|/ | |||||
* | sanity.bbclass: Fix error message when not having g++ on build | Damien Lespiau | 2009-02-04 | 1 | -2/+2 |
| | |||||
* | image.bbclass: Use IMAGE_ROOTFS_SIZE if the image will fit into it and only ↵ | Richard Purdie | 2009-01-23 | 1 | -1/+1 |
| | | | | add extra space if the image is too small (ported from OE by hrw) | ||||
* | poky-image/moblin-image.bbclass: Fix a typo noticed by Mike Turquette | Richard Purdie | 2009-01-23 | 1 | -2/+1 |
| | |||||
* | mozilla.bbclass: Fix pkgconfig usage for pkgconfig sysroot | Richard Purdie | 2009-01-23 | 1 | -1/+1 |
| | |||||
* | sdk.bbclass: Ignore -sdk suffix warnings for gcc-cross-sdk | Richard Purdie | 2009-01-16 | 1 | -0/+2 |
| | |||||
* | image.bbclass: Generate the image after running the kernel modules and ↵ | Richard Purdie | 2009-01-07 | 1 | -5/+5 |
| | | | | ldconfig commands, not before | ||||
* | update-rc.d.bbclass: Only change the main package RDEPENDS, not all the ↵ | Richard Purdie | 2009-01-07 | 1 | -1/+1 |
| | | | | RDEPENDS as this affects things like the -doc packages | ||||
* | native.bbclass: Add virtclass-native to OVERRIDES and use in fakeroot to ↵ | Richard Purdie | 2009-01-05 | 1 | -0/+1 |
| | | | | function correctly | ||||
* | sdk.bbclass: Don't special case virtual/ dependencies as this breaks things ↵ | Richard Purdie | 2009-01-05 | 1 | -1/+1 |
| | | | | like libx11 | ||||
* | native.bbclass: Handling remapping of PROVIDES similar to sdk.bbclass | Richard Purdie | 2009-01-05 | 1 | -0/+10 |
| | |||||
* | Remove unneeded S variables | Richard Purdie | 2009-01-03 | 1 | -0/+2 |
| | |||||
* | zlib: Clean up recipe and use BBCLASSEXTEND for native and sdk versions | Richard Purdie | 2009-01-03 | 1 | -0/+6 |
| | |||||
* | native/sdk.bbclass: Handle DEPENDS and PROVIDES fields magically, remove a ↵ | Richard Purdie | 2009-01-03 | 2 | -0/+49 |
| | | | | number of xorg sdk and native packages replacing with BBCLASSEXTEND | ||||
* | base.bbclass: Remove pointless expand call | Richard Purdie | 2009-01-02 | 1 | -2/+2 |
| | |||||
* | base.bbclass: Add metadata revision handling for git (from OE) | Richard Purdie | 2009-01-02 | 1 | -3/+53 |
| | |||||
* | base.bbclass: Add unpack handling for .jar files (from OE) | Richard Purdie | 2009-01-02 | 1 | -2/+2 |
| | |||||
* | bitbake.conf: Create BPN variable containing the pruned version of PN with ↵ | Richard Purdie | 2009-01-02 | 1 | -1/+9 |
| | | | | various suffixes removed and use this for S and FILESPATH. This uses naming from OE but with improved code | ||||
* | classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵ | Richard Purdie | 2008-12-30 | 1 | -0/+5 |
| | | | | recipes using standard autotools |