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/i486-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/i486-linux')
-rw-r--r-- | site/i486-linux | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/site/i486-linux b/site/i486-linux index 5ead29bb94..1791e58ea7 100644 --- a/site/i486-linux +++ b/site/i486-linux @@ -51,6 +51,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} # glib-2.0 glib_cv_stack_grows=${glib_cv_stack_grows=no} @@ -60,7 +61,7 @@ glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} # jikes-native ac_cv_sizeof_wchar_t=4 -- + # startup-notification lf_cv_sane_realloc=yes @@ -129,3 +130,13 @@ am_cv_func_working_getline=${am_cv_func_working_getline=yes} # intercom ac_cv_func_fnmatch_works=yes + +#sudo +sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} + +#audacity +ac_cv_file_lib_src_libmad_frame_h=${ac_cv_file_lib_src_libmad_frame_h=no} + +# xorg X11R7 +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} |