generic-poky/meta/classes
Richard Purdie 2dc275c3ca package.bbclass: Add fakeroot-native as a PACKAGE_DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@985 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-29 15:14:05 +00:00
..
autotools.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
base.bbclass base.bbclass: unexport MACHINE 2006-11-25 09:58:34 +00:00
base_srpm.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
binconfig.bbclass binconfig.bbclass: Sync with OE to benefit from improved .la file handling 2006-11-20 15:19:01 +00:00
ccache.inc classes: Standardise whitespace in anonymous python methods and factor out functions for more efficent use by bitbake (as also patched in OE) 2006-11-20 09:16:34 +00:00
ccdv.bbclass Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and STAGING_BINDIR_NATIVE and adding both to PATH 2006-11-25 10:01:30 +00:00
cml1.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
cpan.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
cross.bbclass cross.bbclass: Set PACKAGE_ARCH correctly under inherit cross 2006-11-29 13:55:34 +00:00
debian.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
devshell.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
distutils-base.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
distutils.bbclass Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and STAGING_BINDIR_NATIVE and adding both to PATH 2006-11-25 10:01:30 +00:00
flow-lossage.bbclass classes: Standardise whitespace in anonymous python methods and factor out functions for more efficent use by bitbake (as also patched in OE) 2006-11-20 09:16:34 +00:00
gconf.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
gettext.bbclass classes: Standardise whitespace in anonymous python methods and factor out functions for more efficent use by bitbake (as also patched in OE) 2006-11-20 09:16:34 +00:00
gnome.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
gtk-icon-cache.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
icecc.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
image.bbclass Factor common code out of rootfs_xxx.bbclass into image.bbclass. Add error detection code for roofs_deb.bbclass 2006-11-21 23:21:06 +00:00
kernel-arch.bbclass classes: Sync with OE 2006-08-27 16:01:33 +00:00
kernel.bbclass kernel.bbclass: Unset MACHINE to avoid problems 2006-11-20 08:56:52 +00:00
lib_package.bbclass lib_package.bbclass: Fix .debug packaging (from OE) 2006-10-28 19:01:38 +00:00
linux-kernel-base.bbclass kernel.bbclass: Sync with updates in OE to work with kernels >= 2.6.18 2006-11-02 10:18:03 +00:00
linux_modules.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
module-base.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
module.bbclass classes: Sync with OE 2006-08-27 16:01:33 +00:00
module_strip.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
mozilla.bbclass Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and STAGING_BINDIR_NATIVE and adding both to PATH 2006-11-25 10:01:30 +00:00
multimachine.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
native.bbclass Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and STAGING_BINDIR_NATIVE and adding both to PATH 2006-11-25 10:01:30 +00:00
oebuildstamp.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
oelint.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
package.bbclass package.bbclass: Add fakeroot-native as a PACKAGE_DEPENDS 2006-11-29 15:14:05 +00:00
package_deb.bbclass package_deb.bbclass: dpkg-deb needs to run under fakeroot to set ownership correcting in resulting packages 2006-11-29 10:50:33 +00:00
package_ipk.bbclass package.bbclass: Split into two tasks, one which prepares the packages and 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. 2006-10-20 16:09:05 +00:00
package_rpm.bbclass package.bbclass: Split into two tasks, one which prepares the packages and 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. 2006-10-20 16:09:05 +00:00
package_tar.bbclass package.bbclass: Split into two tasks, one which prepares the packages and 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. 2006-10-20 16:09:05 +00:00
patch.bbclass patch.bbclass: fix bug where it failed to detect that the user did not modify the patches at all, add note about pressing ctrl+d to exit the resolver shell. 2006-10-25 18:19:39 +00:00
patcher.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
pkg_distribute.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
pkg_metainfo.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
pkgconfig.bbclass classes: Sync with OE 2006-08-27 16:01:33 +00:00
poky.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
rm_work.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
rootfs_deb.bbclass rootfs_deb.bbclass: Reverse sources.list file to correct repository priorities. Add Release file to sources giving a Label. Update preferences file to use source labels instead of paths 2006-11-29 10:53:23 +00:00
rootfs_ipk.bbclass rootfs_xxx.bbclass: Add missing checkins from the log_check updates 2006-11-22 15:28:28 +00:00
rpm_core.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
sanity.bbclass sanity.bbclass: Add sdl-config to required programs list. Remove fixme as now dealt with. 2006-11-22 16:43:41 +00:00
scons.bbclass Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and STAGING_BINDIR_NATIVE and adding both to PATH 2006-11-25 10:01:30 +00:00
sdk.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
sdl.bbclass classes: Sync with OE 2006-08-27 16:01:33 +00:00
sip.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
siteinfo.bbclass siteinfo.bbclass: Change note to a debug message 2006-11-23 12:13:46 +00:00
sourcepkg.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
src_distribute.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
src_distribute_local.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
srec.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
tinderclient.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
tmake.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
update-alternatives.bbclass classes: Standardise whitespace in anonymous python methods and factor out functions for more efficent use by bitbake (as also patched in OE) 2006-11-20 09:16:34 +00:00
update-rc.d.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
xfce.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
xlibs.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00