diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-07-20 21:50:21 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-21 08:26:14 +0200 |
| commit | aa8adfc55d71407fd5714589f424868554da228d (patch) | |
| tree | c8716d3573787beaecc075919369359febbec887 | |
| parent | b5aac68600a3f1da21485629123aecbd343f8492 (diff) | |
| download | meta-openembedded-aa8adfc55d71407fd5714589f424868554da228d.tar.gz | |
libgnome-keyring: inherit perlnative
* otherwise perl from host is used and if there isn't libxml-parser-perl
installed on host it fails with:
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb index 139de0a661..b568b0a344 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
| 5 | 5 | ||
| 6 | SECTION = "x11/gnome" | 6 | SECTION = "x11/gnome" |
| 7 | 7 | ||
| 8 | inherit gnome lib_package | 8 | inherit gnome lib_package perlnative |
| 9 | 9 | ||
| 10 | SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" | 10 | SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" |
| 11 | SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" | 11 | SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" |
