summaryrefslogtreecommitdiffstats
path: root/meta/packages/pkgconfig
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-278-1182/+0
| | | | | | | | | | | | | | | | | 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>
* pkgconfig: upgrade to version 0.25Qing He2010-07-165-35/+5
| | | | | | | | | | 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>
* pkgconfig: fix metadataQing He2010-07-021-5/+8
| | | | | | add bugtracker, list license as GPLv2+ Signed-off-by: Qing He <qing.he@intel.com>
* pkgconfig: add patch to disable legacy scripts such as glib-configJoshua Lock2010-06-252-7/+50
| | | | | | | | | 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>
* pkgconfig: Add SCM version for testing purposes (not default)Richard Purdie2010-01-293-0/+571
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pkgconfig: Drop pointless staging functionRichard Purdie2009-11-161-4/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pkgconfig: Convert to BBCLASSEXTENDRichard Purdie2009-11-134-9/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie2009-09-171-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Drop now unneeded FILESDIR and S variables from various recipesRichard Purdie2009-01-022-6/+0
|
* pkgconfig-sdk: Fix duplicate patch applicationRichard Purdie2008-04-151-2/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4277 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig: Remove custom do_configure from pkgconfig-native, tweak ↵Richard Purdie2008-04-144-9/+15
| | | | | | 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
* pkgconfig: Fix problems with the sysroot implementation merged upstream, ↵Richard Purdie2008-03-263-1/+36
| | | | | | 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
* pkgconfig: and fix the patch, not my day...Richard Purdie2008-03-261-37/+37
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4125 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig.inc: Fix glib versionRichard Purdie2008-03-261-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4124 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig: Drop the right patchRichard Purdie2008-03-262-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4123 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig: Update to 0.23, drop merged sysroot patchRichard Purdie2008-03-267-105/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4122 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig-sdk: Fix configure failure issuesRichard Purdie2008-01-172-7/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3508 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add pkgconfig-sdkRichard Purdie2007-12-102-1/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3322 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig.inc: We should be installing pkgconfig files into LIBDIR nowRichard Purdie2007-10-291-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3025 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig: remove whitespacesMarcin Juszkiewicz2007-10-251-1/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2969 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig: Add sysroot support patch (from pkgconfig mailing list)Richard Purdie2007-09-172-1/+104
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2741 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkg-config: dropped 0.15Marcin Juszkiewicz2007-08-205-690/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2519 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig: Add missing patchRichard Purdie2007-08-021-0/+513
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2321 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig: Fix compile issues for non-native versionRichard Purdie2007-08-013-27/+34
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2301 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkg-config: added 0.22 from OEMarcin Juszkiewicz2007-08-013-0/+40
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2260 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Change include x.inc -> require x.inc (sync with OE)Richard Purdie2006-08-271-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename /openembedded/ -> /meta/Richard Purdie2006-07-215-0/+690
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966