summaryrefslogtreecommitdiffstats
path: root/meta/classes/pkgconfig.bbclass
AgeCommit message (Collapse)Author
2012-10-17pkgconfig: Drop automatic pkgconfig RDEPENDSRichard Purdie
Just because a recipe uses pkgconfig, it doesn't mean that it's -dev package should RDEPENDS on pkgconfig. I can understand the thinking that lead to this but it makes sense to be able to install the package when pkgconfig hasn't been built. Currently you can also get failures where pkgconfig wasn't built yet a -dev package is included that depends on it leading to rootfs failures. I considered making this a RRECOMMENDS but it should probably be an RSUGGESTS at best given the tenuous pkgconfig requirement any given -dev package has. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-31nativesdk: Switch to using nativesdk as a prefix, not a suffixRichard Purdie
As discussed on the mailing lists, using a suffix to package names is hard and has lead to many recipes having to do PKGSUFFIX games. Its looking extremely hard to scale nativesdk much further without hacking many recipes. By comparison, using a prefix like multilib does works much better and doesn't involve "hacking" as many recipes. This change converts nativesdk to use a prefix using the existing multilib infrastructure. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-31pkgconfig.bbclass: corrected dependency for -nativesdk.Lianhao Lu
For -nativesdk, the dependency should be pkgconfig-nativesdk instead of pkgconfig. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-01pkgconfig: Ensure pkgconfig RDEPENDS are trackedRichard Purdie
Currently, pkgconfig dependencies get added to -dev packages which install pc files however nothing in the system makes bitbake aware of these dependencies so images can fail with pkgconfig being missing. This change explictly adds in the pkgconfig RDEPENDS to the -dev packages and hence makes bitbake aware of the dependency. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2009-07-07pkgconfig.bbclass: No longer default to pkgconfig_stage code (breaks libdrm)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-12pkgconfig.bbclass: Fix typoRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-12pkgconfig.bbclass: Split out the staging function into its own class ↵Richard Purdie
(pkgconfig_stage) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-11pkgconfig.bbclass: Drop strange unneeded inherit baseRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2007-11-12pkgconfig: Switch to using sysroot simplifying pkgconfig files. Requires a ↵Richard Purdie
full rebuild. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3125 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12pkgconfig.bbclass: Fix hardcoded staging layout referencesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3121 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-09pkgconfig.bbclass: create proper directoryMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1900 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-16bitbake.conf: PKG_CONFIG_PATH is a PATH like variable and may contain ↵Richard Purdie
multiple entries so create PKG_CONFIG_DIR as a path to install to. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1731 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27classes: Sync with OERichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@651 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21Rename /openembedded/ -> /meta/Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966