[oe-commits] Tom Rini : omniorb: Rework DEPENDS updates

git version control git at git.openembedded.org
Fri Oct 1 15:45:47 UTC 2010


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Oct  1 07:42:25 2010 -0700

omniorb: Rework DEPENDS updates

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/omniorb/omniorb_4.1.4.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/omniorb/omniorb_4.1.4.bb b/recipes/omniorb/omniorb_4.1.4.bb
index ff68b72..379ced4 100644
--- a/recipes/omniorb/omniorb_4.1.4.bb
+++ b/recipes/omniorb/omniorb_4.1.4.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "OmniORB High Performance ORB"
 SECTION = "devel"
 PRIORITY = "optional"
 LICENSE = "LGPL"
-DEPENDS_pn-omniorb = "omniorb-native"
-DEPENDS_pn-omniorb-native += "python-native"
-PR = "r1"
+DEPENDS += "omniorb-native"
+DEPENDS_virtclass-native += "python-native"
+PR = "r2"
 
 SRC_URI = "http://downloads.sourceforge.net/omniorb/omniORB-4.1.4.tar.gz;name=omniORB414targz \
 file://omniorb_4.1.4.patch \ 





More information about the Openembedded-commits mailing list