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:27:33 +0100 |
commit | b5d5a1330e2cde1fc663bd8d2d1ad97d68cbbcbe (patch) | |
tree | dcc09ec55e6f43e2b9a5646f103200ea8558ec26 /meta/recipes-gnome/gnome | |
parent | 0f44c1862d0bdeba66b34acff42ea34643c482f8 (diff) | |
download | poky-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.inc | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | 2 |
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" | |||
2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" | 2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" |
3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" | 3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" |
4 | 4 | ||
5 | inherit gnome gettext | 5 | inherit gnome gettext python-dir |
6 | 6 | ||
7 | EXTRA_OECONF = "--disable-scrollkeeper" | 7 | EXTRA_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 | ||
16 | FILES_${PN} += "${datadir}/xml*" | 16 | FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*" |
17 | 17 | ||
18 | RDEPENDS_${PN} = "bash" | 18 | RDEPENDS_${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 @@ | |||
1 | require gnome-doc-utils.inc | 1 | require gnome-doc-utils.inc |
2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" | 3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" |
4 | PR = "r2" | 4 | PR = "r3" |
5 | 5 | ||
6 | SRC_URI += "file://xsltproc_nonet.patch" | 6 | SRC_URI += "file://xsltproc_nonet.patch" |
7 | 7 | ||