From b5d5a1330e2cde1fc663bd8d2d1ad97d68cbbcbe Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 18 Jul 2011 08:46:35 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils.inc') 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" -- cgit v1.2.3-54-g00ecf