[oe-commits] Paul Menzel : mango-lassi: add `scrollkeeper-native` to `DEPENDS`

git version control git at git.openembedded.org
Thu Jun 2 20:01:28 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: e00dbc491954f2632e38af27ca774b22d5dfd4a4
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=e00dbc491954f2632e38af27ca774b22d5dfd4a4

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon May 23 19:11:07 2011 +0200

mango-lassi: add `scrollkeeper-native` to `DEPENDS`

Task compile fails with the following error.

	[…]
	Making all in doc
	make[2]: Entering directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/mango-lassi-001+r0+gitrd50141ce4eb96e7326ba-r0/git/doc'
	/bin/sh: scrollkeeper-config: command not found
	/bin/sh: line 1: scrollkeeper-config: command not found
	The file '/Templates/C/scrollkeeper_cl.xml' does not exist.
	Please check your ScrollKeeper installation.
	make[2]: *** [mango-lassi-C.omf] Error 1
	make[2]: Leaving directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/mango-lassi-001+r0+gitrd50141ce4eb96e7326ba-r0/git/doc'
	make[1]: *** [all-recursive] Error 1
	make[1]: Leaving directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/mango-lassi-001+r0+gitrd50141ce4eb96e7326ba-r0/git'
	make: *** [all] Error 2

Adding `scrollkeeper-native` to `DEPENDS` fixes this problem. This patch is tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`.

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 recipes/avahi/mango-lassi_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/avahi/mango-lassi_git.bb b/recipes/avahi/mango-lassi_git.bb
index 8bd0f20..fbdf5d9 100644
--- a/recipes/avahi/mango-lassi_git.bb
+++ b/recipes/avahi/mango-lassi_git.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Input sharing, the avahi way"
-DEPENDS = "libxtst avahi-ui libnotify gnome-doc-utils-native"
+DEPENDS = "libxtst avahi-ui libnotify gnome-doc-utils-native scrollkeeper-native"
 LICENSE = "GPLv2+"
 
 SRCREV = "d50141ce4eb96e7326ba"





More information about the Openembedded-commits mailing list