sofia-sip: restore call to autotools_stage_all, previous commit was wrong
authorJeremy Laine <jeremy.laine@m4x.org>
Mon, 3 Dec 2007 18:16:40 +0000 (18:16 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Mon, 3 Dec 2007 18:16:40 +0000 (18:16 +0000)
packages/sofia-sip/sofia-sip_1.11.7.bb
packages/sofia-sip/sofia-sip_1.12.7.bb

index 1df03da..d7b24cd 100644 (file)
@@ -7,3 +7,7 @@ PR = "r1"
 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
 
 inherit autotools pkgconfig
+
+do_stage () {
+       autotools_stage_all
+}
index b8708f2..91c93fd 100644 (file)
@@ -6,3 +6,7 @@ DEPENDS = "glib-2.0 openssl"
 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
 
 inherit autotools pkgconfig
+
+do_stage () {
+       autotools_stage_all
+}