[oe-commits] Martin Jansa : gypsy: add dependency on libxslt-native

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 07:40:41 UTC 2013


Module: meta-openembedded.git
Branch: dylan-next
Commit: 3078d10d4f42c3e0b6b984ed8fb01e843c9bbffb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3078d10d4f42c3e0b6b984ed8fb01e843c9bbffb

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul  7 16:00:05 2013 +0200

gypsy: add dependency on libxslt-native

* it's incorrectly used in build (and just "o" is used instead of xslt
  command):
  | o gypsy-discovery.xml ../docs/tools/spec-strip-docs.xsl gypsy-discovery-full.xml
  | /bin/bash: o: command not found

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-navigation/gypsy/gypsy.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-navigation/gypsy/gypsy.inc b/meta-oe/recipes-navigation/gypsy/gypsy.inc
index 0c1735e..ba54356 100644
--- a/meta-oe/recipes-navigation/gypsy/gypsy.inc
+++ b/meta-oe/recipes-navigation/gypsy/gypsy.inc
@@ -6,7 +6,7 @@ client applications, passing the data as simple values for the clients \
 to use."
 LICENSE = "GPLv2.0 & LGPLv2.1"
 SECTION = "x11"
-DEPENDS = "glib-2.0 dbus bluez4 dbus-glib"
+DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native"
 
 inherit autotools pkgconfig gtk-doc
 



More information about the Openembedded-commits mailing list