diff options
Diffstat (limited to 'packages/loudmouth/loudmouth_1.0.1.bb')
-rw-r--r-- | packages/loudmouth/loudmouth_1.0.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/loudmouth/loudmouth_1.0.1.bb b/packages/loudmouth/loudmouth_1.0.1.bb index 5a9be8a4bc..32cf9156fc 100644 --- a/packages/loudmouth/loudmouth_1.0.1.bb +++ b/packages/loudmouth/loudmouth_1.0.1.bb @@ -6,3 +6,7 @@ DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programm SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz" inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |