summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-util
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-02util-macros: upgrade to the latest version 1.10.0Dexuan Cui3
Deleted the patch unbreak_cross_compile.patch since upstream has fixed the issue: commit 5d7f8c2638a3b2c3bba8deb01e94703310b62cc4 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Date: Thu Mar 25 18:10:00 2010 -0500 doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools Trying to find X11/defs.ent with AC_CHECK_FILE does not work when cross-compiling, and the check assumed that xorg-sgml-doctools is installed to the same prefix which need not always be the case. xorg-sgml-doctools 1.4 provides a pkg-config file which we can use instead, fixing both those cases. This macro is provided in util-macros instead of with xorg-sgml-doctools, otherwise the latter would become a hard dependency just to run autoreconf. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> BTW: the repository is at: git clone git://anongit.freedesktop.org/git/xorg/util/macros and the above commit can be viewed via http://cgit.freedesktop.org/xorg/util/macros/commit/?id=5d7f8c2638a3b2c3bba8deb01e94703310b62cc4 Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-04-27autotools: deprecate autotools_stage classJoshua Lock1
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09xorg-macros: 1.5.0 -> 1.6.0Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05makedepend/xorg-cf-files: Upgrade to new point releasesRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05util-macros: 1.4.1 -> 1.5.0Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-14util-macros: 1.3.0 -> 1.4.1Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-12-17xorg-util: add gettext to DEPENDS where requiredJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2009-10-09util-macros: 1.2.1 -> 1.3.0Richard Purdie1
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-15util-macros: Add hack for the loss of the xaw.m4 file until xorg-apps are ↵Richard Purdie2
released which don't use it
2009-01-03xorg: Remove unneeded XORG_PN settings and replace some native/sdk recipes ↵Richard Purdie1
with BBCLASSEXTEND
2009-01-03native/sdk.bbclass: Handle DEPENDS and PROVIDES fields magically, remove a ↵Richard Purdie5
number of xorg sdk and native packages replacing with BBCLASSEXTEND
2009-01-02xorg-*common.inc: Use BPN instead of PNRichard Purdie1
2009-01-02bitbake.conf: Rename DEBPV to EXTENDPV to sync up with OERichard Purdie1
2008-12-31xorg: Update various packages to the latest releases and remove old versionsRichard Purdie3
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵Richard Purdie1
recipes using standard autotools
2008-07-02gccmakedep: added missing dependency on util-macrosMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4776 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-02imake: added missing dependency on util-macrosMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4775 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-02lndir: added missing dependenciesMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4773 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-06util-macros: upgrade to 1.1.6Marcin Juszkiewicz4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3964 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-17util-macros: Clean up and add sdk varientRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3504 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-09util-macros: Fix -dev and -dbg dependencies (since the main package is empty)Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3436 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-17makedepend(-native): fix DEPENDSMarcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2512 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-03makedepend-native: add DEPENDS on xproto-native - spotted by CroftonMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2343 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-01makedepend: upgraded to 1.0.1Marcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2282 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-04gccmakedep: fixed DESCRIPTIONMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2100 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-04xorg-util: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS ↵Marcin Juszkiewicz9
lines, fixed order of fields git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2096 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-03xorg-util: X11 cleanupMarcin Juszkiewicz10
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2081 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-09util-macros-native: added 1.1.5Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1638 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-31util-macros: Unbreak cross-compilingRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1238 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-31util-macros: 1.0.2 -> 1.1.5Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1236 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-22Drop uneeded X11R7.0 versionsRichard Purdie5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1073 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-29Remove remaining MAINTAINERSRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@836 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-15Numerous new xorg package versions from upstream OE. Pester me if any local ↵Chris Larson14
changes got inadvertantly lost, or if any packages need upgrading. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966