diff options
Diffstat (limited to 'meta/packages/loudmouth')
-rw-r--r-- | meta/packages/loudmouth/loudmouth_1.4.0.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/loudmouth/loudmouth_1.4.0.bb b/meta/packages/loudmouth/loudmouth_1.4.0.bb index b50ca6adbd..92bef62aa8 100644 --- a/meta/packages/loudmouth/loudmouth_1.4.0.bb +++ b/meta/packages/loudmouth/loudmouth_1.4.0.bb | |||
@@ -5,8 +5,4 @@ DEPENDS = "glib-2.0 gnutls check" | |||
5 | 5 | ||
6 | SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2" | 6 | SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools_stage pkgconfig |
9 | |||
10 | do_stage() { | ||
11 | autotools_stage_all | ||
12 | } | ||