aboutsummaryrefslogtreecommitdiffstats
path: root/meta
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:24:56 +0100
commit13b3d3b8defd28411a8c654f96cc81d29e78b60d (patch)
tree3754265da8f51ec7b6b45b98e1ee61cf8f3ee211 /meta
parent80b7940cd2b98fd81e0f9c8b414a0ac9078f7e92 (diff)
downloadopenembedded-core-13b3d3b8defd28411a8c654f96cc81d29e78b60d.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. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta')
-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"
DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native"
DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native"
-inherit gnome gettext
+inherit gnome gettext python-dir
EXTRA_OECONF = "--disable-scrollkeeper"
@@ -13,7 +13,7 @@ do_install_append() {
chown -R root:root ${D}
}
-FILES_${PN} += "${datadir}/xml*"
+FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*"
RDEPENDS_${PN} = "bash"
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 @@
require gnome-doc-utils.inc
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343"
-PR = "r2"
+PR = "r3"
SRC_URI += "file://xsltproc_nonet.patch"