procps_3.2.7.bb: Fix compilation when usr/bin is same as /bin
authorKhem Raj <raj.khem@gmail.com>
Fri, 4 Sep 2009 18:23:28 +0000 (11:23 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 6 Sep 2009 02:19:54 +0000 (19:19 -0700)
commit8c2c7d80a8386b907e95cce3efcc02e59c5924c2
treefe6458aa145c012eb4df6207db5a29d8d4e92935
parentf4c7ff92f9add8d55315bdb50d7eab6b8adabbe0
procps_3.2.7.bb: Fix compilation when usr/bin is same as /bin

* On DISTROs like micro where bindir and base_bindir are
  same, procps does not compile because it wants to install
  binaries in both places. We have to pass the variable to
  make file since it does not use autotools.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/procps/procps_3.2.7.bb