Update recipe with new dependencies

Add new dependencies for libgpio, and remove the now missing target
files from the recipe.

The latest incarnation of x86 power control includes some significant
changes to function, namely that libgpio is now used for interrupt/poll
based changes on GPIO state changes.  This allows x86 power control to
maintain system power state _much_ better than the old one.  Many people
that have used the old one noted that the BMC would "forget" the power
state, or the power state would be incorrect during periods of
transition (like while doing a power cycle).  Moving to libgpio seems to
have resolved most of these.

libgpio also has the advantage that it's more future proof than the
sysfs interface, as character device seems to be the trend going
forward.  Also, libgpio provides RAII compliant gpio, line, and chip
objects that make c++ much easier to use properly.

Change-Id: Iece0dcad94fc1ea3943e96d490f31e0afe2f88be
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
1 file changed
tree: 8faac507779c0b834d11d17cc0f67836506948a8
  1. conf/
  2. meta-common/
  3. meta-s2600wf/
  4. COPYING.apache-2.0
  5. COPYING.MIT
  6. LICENSE