[oe-commits] Khem Raj : ortp: Add glib-2.0 dependency for 0.7.1

git version control git at git.openembedded.org
Sat Sep 5 20:55:09 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ecf30fb13cd6201b4fa9d64ec760eb9198f0f95f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ecf30fb13cd6201b4fa9d64ec760eb9198f0f95f

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Sep  5 13:46:19 2009 -0700

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 at gmail.com>

---

 recipes/ortp/ortp.inc       |    3 +--
 recipes/ortp/ortp_0.13.1.bb |    2 +-
 recipes/ortp/ortp_0.7.1.bb  |    4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes/ortp/ortp.inc b/recipes/ortp/ortp.inc
index c05e9d5..a086156 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 ae06320..48f0f18 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 0318301..4700320 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"
 





More information about the Openembedded-commits mailing list