mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
Fix broken references to libcheck
* check has been renamed to libcheck Signed-off-by: Scott Garman <scott.a.garman@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
0843607a2b
commit
63f7b0a703
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
|
||||
HOMEPAGE = "http://www.loudmouth-project.org/"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "glib-2.0 gnutls check"
|
||||
DEPENDS = "glib-2.0 gnutls libcheck"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
require libopensync-plugin_0.36.inc
|
||||
|
||||
DEPENDS += " check"
|
||||
DEPENDS += "libcheck"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
LICENSE = "LGPL"
|
||||
HOMEPAGE = "http://www.opensync.org/"
|
||||
|
||||
DEPENDS = "sqlite3 libxml2 glib-2.0 check zlib libxslt"
|
||||
DEPENDS = "sqlite3 libxml2 glib-2.0 libcheck zlib libxslt"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol."
|
||||
HOMEPAGE = "http://libsyncml.opensync.org/"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex check"
|
||||
DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex libcheck"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \
|
||||
@@ -14,4 +14,4 @@ PACKAGES += "${PN}-tools"
|
||||
FILES_${PN}-tools = "${bindir}"
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
|
||||
export VERBOSE=1
|
||||
export VERBOSE=1
|
||||
|
||||
Reference in New Issue
Block a user