| Submitter | Morgan Little |
|---|---|
| Date | July 13, 2012, 12:22 p.m. |
| Message ID | <1342182175-6461-15-git-send-email-morgan.little@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/31989/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 08333db..3c9a50d 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -2,7 +2,7 @@ LICENSE = "GPLv2 & LGPLv2.1" DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" -inherit gnome gettext python-dir +inherit gnome gettext python-dir pythonnative EXTRA_OECONF += "--disable-scrollkeeper"
Add pythonnative to the inherits list Signed-off-by: Morgan Little <morgan.little@windriver.com> --- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)