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:07 +0100 |
commit | 6129df9588c96ca710c585f5ed400ac551b61055 (patch) | |
tree | ad5a8e38b0583f2a792fbf92aad9c4881abf83fb /meta/site/ix86-common | |
parent | 372795274267cff164ccdc9b8d44e5dc580ae5ad (diff) | |
download | openembedded-core-6129df9588c96ca710c585f5ed400ac551b61055.tar.gz openembedded-core-6129df9588c96ca710c585f5ed400ac551b61055.tar.bz2 openembedded-core-6129df9588c96ca710c585f5ed400ac551b61055.zip |
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).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
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} ac_cv_pwrite=${ac_cv_pwrite=no} php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes} -# rp-pppoe -rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev} - # rsync rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no} rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes} |