ortp: Add glib-2.0 dependency for 0.7.1
authorKhem Raj <raj.khem@gmail.com>
Sat, 5 Sep 2009 20:46:19 +0000 (13:46 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 5 Sep 2009 20:54:33 +0000 (13:54 -0700)
* Also use INC_PR
* Do not use glib dependency on 0.13.1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/ortp/ortp.inc
recipes/ortp/ortp_0.13.1.bb
recipes/ortp/ortp_0.7.1.bb

index c05e9d5..a086156 100644 (file)
@@ -1,8 +1,7 @@
 DESCRIPTION = "An LGPL implementation of RTP - RFC3550"
 LICENSE = "LGPL"
-DEPENDS = "glibc "
 
-PR = "r1"
+INC_PR = "r1"
 
 inherit autotools pkgconfig
 
index ae06320..48f0f18 100644 (file)
@@ -1,2 +1,2 @@
 require ortp.inc
-
+PR = "${INC_PR}.0"
index 0318301..4700320 100644 (file)
@@ -1,4 +1,4 @@
 require ortp.inc
-
-PR = "r1"
+DEPENDS = "glib-2.0 "
+PR = "${INC_PR}.0"