summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gnome-doc-utils.inc
Commit message (Collapse)AuthorAgeFilesLines
* gnome-doc-utils: Clarify license as GPLv2 and LGPLv2.1Richard Purdie2012-03-131-1/+1
| | | | | | (From OE-Core rev: 48b11b323622f1e4294bd3b95e3b54bb4929d941) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-doc-utils: Add missing glib-2.0 dependencyRichard Purdie2011-11-011-2/+2
| | | | | | (From OE-Core rev: c367a2d2f4b817211b6bd200e49b49355cd67fe2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-doc-utils: respect python-dir setting EXTRA_OECONFKumar Gala2011-08-111-1/+1
| | | | | | | | | | | | Don't just assign but append to EXTRA_OECONF so we maintain python-dir setting fo EXTRA_OECONF. This fixes issue if libdir is set to something like '/usr/lib64'. (From OE-Core rev: a92d56058b21913570bb17ae416c3b00afce055e) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-doc-utils: Avoid RDEPENDS on bash in native case.Dongxiao Xu2011-08-091-0/+1
| | | | | | | | | | gnome-doc-utils-native should not RDEPENDS on bash, thus add RDEPENDS override to fix the issue. (From OE-Core rev: 0676c235cdd85143a3a7e0699f343ebf5fb51e3d) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-doc-utils: Package up python site packages, bump PRTom Rini2011-07-201-2/+2
| | | | | | | | | | | Add python-dir to the inherits list so we can grab the python site packages files as well. This fixes a 'installed but not packaged' QA problem with the python site package files. (From OE-Core rev: 13b3d3b8defd28411a8c654f96cc81d29e78b60d) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-doc-utils: Add RDEPENDS on bashSaul Wold2011-07-081-0/+2
| | | | | | | | | [YOCTO #1214] (From OE-Core rev: fa16a06a34d721d49b795674bac5100823caf16e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-doc-utils: Fix the owner/group on select filesMark Hatle2011-06-231-0/+2
| | | | | | | | | | All of the files in ${datadir}/xml/gnome/xslt were being given the uid/gid of the build user. Fix this for the target case, avoid it in the native. (From OE-Core rev: 007f6e113dcf62282b8a8fb417b963bcc96843e0) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* License Field Cleanup: Non-standard field namesBeth Flanagan2011-05-271-1/+1
| | | | | | | | | | | | | | | I've cleaned up some odd license fields, fixed some license names and corrected some incorrect licenses. LICENSE really needs a pass through by the maintainers as some of the licensing is incorrect. Also, every license with Artistic should be gone through and noted as which version of Artistic. (From OE-Core rev: 4786ecdf7cd427089464dcb62579110d494e7cd7) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-doc-utils: Add -nonet option to xsltprocScott Garman2011-05-051-1/+1
| | | | | | | | | | | | | This adds the -nonet option to xsltproc invocations, which fixes compile errors when building gnome-doc-xslt-de.omf. Also add intltool-native to DEPENDS, which was discovered to be needed when building this recipe. (From OE-Core rev: c6f791853acf8fec922c1ebcf62195be2615870d) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-doc-utils.inc: inherit gettext instead of DEPENDSSaul Wold2011-02-011-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gnome-doc-utils: upgrade from 0.20.2 to 0.20.4Dexuan Cui2011-01-281-1/+1
| | | | | | | | | | | | | Also fix DEPENDS on gettext for native casea -- this is to fix the following failure(that occasionally occurs in my local tests): configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd | aclocal.m4:1826: IT_PROG_INTLTOOL is expanded from... | configure.in:44: the top level | configure:3327: error: possibly undefined macro: AM_NLS Also remove a trailing space char in LIC_FILES_CHKSUM. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* gnome-doc-utils: use BBCLASSEXTEND for native variantJoshua Lock2010-12-211-0/+3
| | | | | | | A recent patch from me created a native variant of gnome-doc-utils with a new recipe file. This is uneccesarry. BBCLASSEXTEND is the brighter future. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gnome-doc-utils: ensure a native variant exists for document generationJoshua Lock2010-12-211-3/+1
| | | | | | | | | | | | gnome-doc-utils-native must be available to do the build time generation of documentation however most gnome projects will do a pkgconfig check for the host version of gnome-doc-utils. This patch adds gnome-doc-utils-native and makes gnome-doc-utils depend on it so that recipe writers can just add gnome-doc-utils to their DEPENDS and the system will do the right thing. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+15
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>