diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-12-28 22:23:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-06 11:12:30 +0000 |
commit | 4cee162c292915e68e8efcab68a31ba0e48105e9 (patch) | |
tree | 86c6955cff6ccd389bcde90eb5d4d24fdffbea57 /meta/classes/systemd.bbclass | |
parent | f85cf4b351e877b2679c85832d45ac398ab29b51 (diff) | |
download | openembedded-core-4cee162c292915e68e8efcab68a31ba0e48105e9.tar.gz openembedded-core-4cee162c292915e68e8efcab68a31ba0e48105e9.tar.bz2 openembedded-core-4cee162c292915e68e8efcab68a31ba0e48105e9.zip |
enchant: fix unrecognised option
Fix the unrecognised option --disable-binreloc, the configure now uses:
AM_CONDITIONAL(WITH_BINRELOC, test "x$br_cv_binreloc" = "xyes")
We can use br_cv_binreloc=no to fix it.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes/systemd.bbclass')
0 files changed, 0 insertions, 0 deletions