sofia-sip: add missing DEPENDS on glib-2.0 and openssl
authorJeremy Laine <jeremy.laine@m4x.org>
Mon, 3 Dec 2007 16:18:53 +0000 (16:18 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Mon, 3 Dec 2007 16:18:53 +0000 (16:18 +0000)
packages/sofia-sip/sofia-sip_1.11.7.bb

index 50f4e1d..1df03da 100644 (file)
@@ -1,13 +1,9 @@
 DESCRIPTION = "Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification."
 HOMEPAGE = "http://sofia-sip.sourceforge.net/"
 LICENSE = "LGPL"
+DEPENDS = "glib-2.0 openssl"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
 
 inherit autotools pkgconfig
-
-do_stage() {
-autotools_stage_all
-}
-
-