diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-18 08:46:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:24:56 +0100 |
commit | 13b3d3b8defd28411a8c654f96cc81d29e78b60d (patch) | |
tree | 3754265da8f51ec7b6b45b98e1ee61cf8f3ee211 /meta/recipes-gnome/gnome/gnome-doc-utils.inc | |
parent | 80b7940cd2b98fd81e0f9c8b414a0ac9078f7e92 (diff) | |
download | openembedded-core-13b3d3b8defd28411a8c654f96cc81d29e78b60d.tar.gz openembedded-core-13b3d3b8defd28411a8c654f96cc81d29e78b60d.tar.bz2 openembedded-core-13b3d3b8defd28411a8c654f96cc81d29e78b60d.zip |
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/recipes-gnome/gnome/gnome-doc-utils.inc')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 4 |
1 files changed, 2 insertions, 2 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" |