diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-07-07 15:45:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-07 13:45:30 +0100 |
commit | 32c3417ac3bec18d86abcbc263d1eda8074321c0 (patch) | |
tree | 0e4cea2beb9da7ba8ede8eabb99ea821447e8265 /meta/recipes-sato | |
parent | 04014b1da79913166303e7c90e4626c27361d392 (diff) | |
download | poky-32c3417ac3bec18d86abcbc263d1eda8074321c0.tar.gz |
powertop: inherit update-alternatives and use a higher priority than busybox
busybox-1.18.4 installs /bin/powertop and the powertop recipe installs
/usr/bin/powertop. So, in PATH, if /bin appears before /usr/bin, we would
run the version offered by busybox, which has a very limited function (e.g.,
no parameter is accepted) and this causes trouble to eclipse plugin.
We can use update-alternatives for powertop with higher priority to resolve
the issue.
Fixes [YOCTO #1208]
(From OE-Core rev: e4102c3d2205371db4da7db7bca1a5853bb3c23e)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
0 files changed, 0 insertions, 0 deletions