diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-30 18:11:06 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-30 18:11:06 +0100 |
commit | 54bb4b4abd1a171f608b06d91036640607647b2a (patch) | |
tree | ee9c432c4ff9d847c68f8a5c1475432d2c4ec822 /meta | |
parent | ba6a07b76c83cf9315ce49ff5088ac1078fa5190 (diff) | |
download | poky-54bb4b4abd1a171f608b06d91036640607647b2a.tar.gz |
site/x86_64: Add entries to allow various programs to compile
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/flex/flex_2.5.35.bb | 2 | ||||
-rw-r--r-- | meta/site/x86_64-linux | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/flex/flex_2.5.35.bb b/meta/packages/flex/flex_2.5.35.bb index f5f20f47ea..eddaa4856f 100644 --- a/meta/packages/flex/flex_2.5.35.bb +++ b/meta/packages/flex/flex_2.5.35.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require flex.inc | 1 | require flex.inc |
2 | PR = "r0" | 2 | PR = "r1" |
3 | 3 | ||
4 | BBCLASSEXTEND = "native" | 4 | BBCLASSEXTEND = "native" |
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index efbd7d9ecf..58372641e6 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux | |||
@@ -97,3 +97,8 @@ ac_cv_alignof_CORBA_struct=1 | |||
97 | ac_cv_alignof_CORBA_wchar=2 | 97 | ac_cv_alignof_CORBA_wchar=2 |
98 | 98 | ||
99 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | 99 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} |
100 | |||
101 | sudo_cv_uid_t=${sudo_cv_uid_t_len=10} | ||
102 | ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} | ||
103 | lf_cv_sane_realloc=yes | ||
104 | as_cv_unaligned_access=${as_cv_unaligned_access=yes} | ||