aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ortp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-05 13:46:19 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-05 13:54:33 -0700
commitecf30fb13cd6201b4fa9d64ec760eb9198f0f95f (patch)
treeb1f245d13ee6bda26da9b91947b95d32ba604d64 /recipes/ortp
parent907417094c56da35fb975b6e218c063a9e5138b6 (diff)
downloadopenembedded-ecf30fb13cd6201b4fa9d64ec760eb9198f0f95f.tar.gz
ortp: Add glib-2.0 dependency for 0.7.1
* Also use INC_PR * Do not use glib dependency on 0.13.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/ortp')
-rw-r--r--recipes/ortp/ortp.inc3
-rw-r--r--recipes/ortp/ortp_0.13.1.bb2
-rw-r--r--recipes/ortp/ortp_0.7.1.bb4
3 files changed, 4 insertions, 5 deletions
diff --git a/recipes/ortp/ortp.inc b/recipes/ortp/ortp.inc
index c05e9d51cb..a086156c6a 100644
--- a/recipes/ortp/ortp.inc
+++ b/recipes/ortp/ortp.inc
@@ -1,8 +1,7 @@
DESCRIPTION = "An LGPL implementation of RTP - RFC3550"
LICENSE = "LGPL"
-DEPENDS = "glibc "
-PR = "r1"
+INC_PR = "r1"
inherit autotools pkgconfig
diff --git a/recipes/ortp/ortp_0.13.1.bb b/recipes/ortp/ortp_0.13.1.bb
index ae06320421..48f0f184b4 100644
--- a/recipes/ortp/ortp_0.13.1.bb
+++ b/recipes/ortp/ortp_0.13.1.bb
@@ -1,2 +1,2 @@
require ortp.inc
-
+PR = "${INC_PR}.0"
diff --git a/recipes/ortp/ortp_0.7.1.bb b/recipes/ortp/ortp_0.7.1.bb
index 0318301cfd..4700320153 100644
--- a/recipes/ortp/ortp_0.7.1.bb
+++ b/recipes/ortp/ortp_0.7.1.bb
@@ -1,4 +1,4 @@
require ortp.inc
-
-PR = "r1"
+DEPENDS = "glib-2.0 "
+PR = "${INC_PR}.0"