kconfig-frontends: New recipe
authorKhem Raj <raj.khem@gmail.com>
Wed, 20 Jun 2012 21:31:10 +0000 (14:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Jul 2012 13:54:56 +0000 (14:54 +0100)
commitc7fd3d2248cb3b9b5704d683facebbbd504e8b5e
tree9c6c453e16d8b100e43911ccbb8106e3a3c8f354
parent24d1d4bcbf287fe9a5bb612791a070205394ee49
kconfig-frontends: New recipe

kconfig-frontends provides the kconfig infrastructure
thats used for linux kernel as a standalone package. Its
not intended to be used for kernel itself but can be
used by packages who are based on kconfig e.g. busybox
uclibc or new packages who wants to use kconfig infra
for the package build

kconfig-frontends names it's shared library as -3.4.0.so instead of .so.3.4.0,
this causes the -dev package to grab it since it matches on *.so. This error
would also have shown up with the old PACKAGE order.

(From OE-Core rev: 705baf06d151eb4f9dcae7b23c7f3e57c0c09a74)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.4.bb [new file with mode: 0644]