diff options
author | Raymond Danks <raymond@edanks.com> | 2006-05-31 21:59:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-31 21:59:26 +0000 |
commit | 06b41211b9cec9ffb12c834956cb9d11aeaa11e3 (patch) | |
tree | 5b04e2e6dc090b4defaa0d973baf6a7eb923e9c7 /site/i686-linux | |
parent | 2de37f2649fbea19b30360e626f9764c43e53918 (diff) |
classes
bootimg.bbclass - This creates a bootable image using syslinux, your kernel and an optional initrd
kernel.bbclass - drivers/crypto and include/acpi are needed by some
pkgconfig.bbclass - searching for .pc files
syslinux.bbclass - This creates a configuration file suitable for use with syslinux.
site
mipsel-linux, i486-linux, i686-linux, x86_64-linux updates for:
gcc, lmbench, X11R7.0, sudo, audacity
conf
add db1200 and geodelx machine configurations.
Diffstat (limited to 'site/i686-linux')
-rw-r--r-- | site/i686-linux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/i686-linux b/site/i686-linux index f5915e8e3a..113929adbb 100644 --- a/site/i686-linux +++ b/site/i686-linux @@ -52,6 +52,7 @@ glib_cv_uscore=${glib_cv_uscore=no} glib_cv___va_copy=${glib_cv___va_copy=yes} glib_cv_va_copy=${glib_cv_va_copy=yes} glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} +glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=yes} utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} # glib-2.0 @@ -197,3 +198,7 @@ with_broken_putenv=${with_broken_putenv=no} # xffm jm_cv_func_working_readdir=yes + +#xserver-xorg +ac_cv_sys_linker_h=${ac_cv_sys_linker_h=no} +ac_cv_file__usr_share_X11_sgml_defs_ent=${ac_cv_file__usr_share_X11_sgml_defs_ent=no} |