| Submitter | Martin Jansa |
|---|---|
| Date | Oct. 24, 2012, 11:54 p.m. |
| Message ID | <e723863e23a0aea6e2aff6f9910c42a05719649c.1351122431.git.Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/38551/ |
| State | Accepted |
| Commit | 25ddf1a6bb96ea70d3426e1b80e5763796aaae17 |
| Headers | show |
Comments
Patch
diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb index 87852ee..8375386 100644 --- a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb +++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb @@ -4,11 +4,11 @@ HOMEPAGE = "http://www.loudmouth-project.org/" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689" -DEPENDS = "glib-2.0 check openssl" +DEPENDS = "glib-2.0 libcheck openssl" inherit gnomebase -PR = "r1" +PR = "r2" SRC_URI += "file://04-use-pkg-config-for-gnutls.patch \ file://glib-2.32.patch"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)