diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-27 11:43:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:04:37 +0100 |
commit | 735e7081be64673977a233fa0f2d20688ae5f381 (patch) | |
tree | d439be9e23d7a605ffe3020381ea6b1142f45b28 /meta/site/ix86-common | |
parent | b72e281bb7e5cd7089214f787d37b023997bce73 (diff) | |
download | poky-735e7081be64673977a233fa0f2d20688ae5f381.tar.gz |
Various siteinfo: Drop rp-pppoe variables
These variables were wrong on big-endian machines and this recipe is now
handled in meta-oe (along with the siteinfo files).
(From OE-Core rev: 6129df9588c96ca710c585f5ed400ac551b61055)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/ix86-common')
-rw-r--r-- | meta/site/ix86-common | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/site/ix86-common b/meta/site/ix86-common index 0aa54c7eb1..512c9a0d52 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common | |||
@@ -147,9 +147,6 @@ ac_cv_pread=${ac_cv_pread=no} | |||
147 | ac_cv_pwrite=${ac_cv_pwrite=no} | 147 | ac_cv_pwrite=${ac_cv_pwrite=no} |
148 | php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes} | 148 | php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes} |
149 | 149 | ||
150 | # rp-pppoe | ||
151 | rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev} | ||
152 | |||
153 | # rsync | 150 | # rsync |
154 | rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no} | 151 | rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no} |
155 | rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes} | 152 | rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes} |