]> code.ossystems Code Review - openembedded-core.git/commit
kconfig-frontends: New recipe
authorKhem Raj <raj.khem@gmail.com>
Wed, 20 Jun 2012 21:31:10 +0000 (14:31 -0700)
committerSaul Wold <sgw@linux.intel.com>
Tue, 3 Jul 2012 07:05:29 +0000 (00:05 -0700)
commit705baf06d151eb4f9dcae7b23c7f3e57c0c09a74
tree4e7fb730f945fa6795ba0c7ba2fb7b42fbb96683
parent64422f7c5da160050a5454817c8fa9d070104b34
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.

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