mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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@gmail.com>
This commit is contained in:
committed by
Eric Bénard
parent
3d8fe70d46
commit
3078d10d4f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user