summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-07-18 08:46:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:27:33 +0100
commitb5d5a1330e2cde1fc663bd8d2d1ad97d68cbbcbe (patch)
treedcc09ec55e6f43e2b9a5646f103200ea8558ec26 /meta/recipes-gnome/gnome
parent0f44c1862d0bdeba66b34acff42ea34643c482f8 (diff)
downloadpoky-b5d5a1330e2cde1fc663bd8d2d1ad97d68cbbcbe.tar.gz
gnome-doc-utils: Package up python site packages, bump PR
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>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r--meta/recipes-gnome/gnome/gnome-doc-utils.inc4
-rw-r--r--meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
index 7f1ab83f59..bd7c615eb9 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
@@ -2,7 +2,7 @@ LICENSE = "GPL & LGPL"
2DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" 2DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native"
3DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" 3DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native"
4 4
5inherit gnome gettext 5inherit gnome gettext python-dir
6 6
7EXTRA_OECONF = "--disable-scrollkeeper" 7EXTRA_OECONF = "--disable-scrollkeeper"
8 8
@@ -13,7 +13,7 @@ do_install_append() {
13 chown -R root:root ${D} 13 chown -R root:root ${D}
14} 14}
15 15
16FILES_${PN} += "${datadir}/xml*" 16FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*"
17 17
18RDEPENDS_${PN} = "bash" 18RDEPENDS_${PN} = "bash"
19 19
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb
index 0019f451b1..4554122ddc 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb
@@ -1,7 +1,7 @@
1require gnome-doc-utils.inc 1require gnome-doc-utils.inc
2LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ 2LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
3 file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" 3 file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343"
4PR = "r2" 4PR = "r3"
5 5
6SRC_URI += "file://xsltproc_nonet.patch" 6SRC_URI += "file://xsltproc_nonet.patch"
7 7