diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-04-18 23:27:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-24 17:55:14 +0100 |
commit | 92d5c0752eddf6c8afd78fe405bf99c9b6903c09 (patch) | |
tree | a4dbedb24928c0c678cb3680ca492f8230767208 /meta | |
parent | 66856e12114606694961e4365d47571f59eb7bb2 (diff) | |
download | poky-92d5c0752eddf6c8afd78fe405bf99c9b6903c09.tar.gz |
gsettings-desktop-schemas: add missing dependency on intltool-native
* do_configure fails with:
| NOTE: Executing intltoolize --copy --force --automake
| /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gsettings-desktop-schemas/3.10.1-r1/temp/run.do_configure.1111: 180:
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gsettings-desktop-schemas/3.10.1-r1/temp/run.do_configure.1111:
intltoolize: not found
| WARNING: exit code 127 from a shell command.
| ERROR: Function failed: do_configure (log file is located at
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gsettings-desktop-schemas/3.10.1-r1/temp/log.do_configure.1111)
NOTE: recipe gsettings-desktop-schemas-3.10.1-r1: task do_configure:
* introduced in:
commit 1138976f7bdcd24ef57451a2c2ceffa43666610f
Author: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
Date: Tue Mar 11 13:27:46 2014 +0000
gsettings-desktop-schemas: removed unneeded class inheritance
(From OE-Core rev: 4a159a086db42467c310b1fa80fee13c53168729)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb index 7217c66850..eb09d2fcb4 100644 --- a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb +++ b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | DEPENDS = "glib-2.0" | 9 | DEPENDS = "glib-2.0 intltool-native" |
10 | 10 | ||
11 | inherit gnomebase gsettings gettext | 11 | inherit gnomebase gsettings gettext |
12 | 12 | ||