git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed26aba
)
sofia-sip: add missing DEPENDS on glib-2.0 and openssl
author
Jeremy Laine
<jeremy.laine@m4x.org>
Mon, 3 Dec 2007 16:18:53 +0000
(16:18 +0000)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/packages/sofia-sip/sofia-sip_1.11.7.bb
b/packages/sofia-sip/sofia-sip_1.11.7.bb
index
50f4e1d
..
1df03da
100644
(file)
--- a/
packages/sofia-sip/sofia-sip_1.11.7.bb
+++ b/
packages/sofia-sip/sofia-sip_1.11.7.bb
@@
-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
-}
-
-