]> code.ossystems Code Review - openembedded-core.git/commit
pkgconfig_staging.bbclass: remove it
authorKevin Tian <kevin.tian@intel.com>
Wed, 21 Jul 2010 07:34:51 +0000 (15:34 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 22 Jul 2010 14:57:31 +0000 (15:57 +0100)
commitb4cc2b782941c2f2e17f8098302d3b0073fff3cf
tree9c958fd94794bec6a2d8dfafa7823d1a23efd513
parent18081058082f1cba4f63bad94ff9ade398915fed
pkgconfig_staging.bbclass: remove it

this is one existing for stale reason when package's own Makefile doesn't
handle .pc correctly. After previous commits to remove unnecessary inheritage
on it (sqlite3, libpng), the only remaining is libgcrypt. Libgcrypt itself
doesn't ship a .pc and poky generates one. In this case, simply move the
manual installation to its own do_install.

Then it's safe to remove this class file

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/classes/pkgconfig_stage.bbclass [deleted file]
meta/packages/libgcrypt/libgcrypt.inc