summaryrefslogtreecommitdiff
path: root/meta/packages/pkgconfig
AgeCommit message (Collapse)AuthorFiles
2010-08-27Major layout change to the packages directoryRichard Purdie8
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-16pkgconfig: upgrade to version 0.25Qing He5
from 0.23 changes: - remove sysrootfix patch, it's now in upstream - use external popt instead of the included one Signed-off-by: Qing He <qing.he@intel.com>
2010-07-02pkgconfig: fix metadataQing He1
add bugtracker, list license as GPLv2+ Signed-off-by: Qing He <qing.he@intel.com>
2010-06-25pkgconfig: add patch to disable legacy scripts such as glib-configJoshua Lock2
On an F13 host with glib-config installed pkgconfig-native can get into a horrible state with recursive calls between pkg-config and glib-config. The patch adds a configure time option to disable legacy script support in pkgconfig and makes use of the option for Poky. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-01-29pkgconfig: Add SCM version for testing purposes (not default)Richard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-16pkgconfig: Drop pointless staging functionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13pkgconfig: Convert to BBCLASSEXTENDRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-02Drop now unneeded FILESDIR and S variables from various recipesRichard Purdie2
2008-04-15pkgconfig-sdk: Fix duplicate patch applicationRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4277 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-14pkgconfig: Remove custom do_configure from pkgconfig-native, tweak ↵Richard Purdie4
autofoo.patch to fix some missing quotes apply autofoo.patch to all versions git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4262 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-26pkgconfig: Fix problems with the sysroot implementation merged upstream, ↵Richard Purdie3
switch pkgconfig to link against an external glib-2.0 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4126 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-26pkgconfig: and fix the patch, not my day...Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4125 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-26pkgconfig.inc: Fix glib versionRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4124 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-26pkgconfig: Drop the right patchRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4123 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-26pkgconfig: Update to 0.23, drop merged sysroot patchRichard Purdie7
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4122 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-17pkgconfig-sdk: Fix configure failure issuesRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3508 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-10Add pkgconfig-sdkRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3322 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-29pkgconfig.inc: We should be installing pkgconfig files into LIBDIR nowRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3025 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-25pkgconfig: remove whitespacesMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2969 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-17pkgconfig: Add sysroot support patch (from pkgconfig mailing list)Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2741 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-20pkg-config: dropped 0.15Marcin Juszkiewicz5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2519 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-02pkgconfig: Add missing patchRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2321 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-01pkgconfig: Fix compile issues for non-native versionRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2301 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-01pkg-config: added 0.22 from OEMarcin Juszkiewicz3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2260 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27Change include x.inc -> require x.inc (sync with OE)Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21Rename /openembedded/ -> /meta/Richard Purdie5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966