summaryrefslogtreecommitdiffstats
path: root/recipes/loudmouth/loudmouth_1.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/loudmouth/loudmouth_1.4.3.bb')
-rw-r--r--recipes/loudmouth/loudmouth_1.4.3.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/loudmouth/loudmouth_1.4.3.bb b/recipes/loudmouth/loudmouth_1.4.3.bb
index d8f519b611..ecd9419069 100644
--- a/recipes/loudmouth/loudmouth_1.4.3.bb
+++ b/recipes/loudmouth/loudmouth_1.4.3.bb
@@ -2,11 +2,9 @@ DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programm
HOMEPAGE = "http://www.loudmouth-project.org/"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 gnutls check"
+PR = "r1"
-SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz"
+SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz \
+ file://04-use-pkg-config-for-gnutls.patch;patch=1"
inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}