From: Tom Rini Date: Fri, 1 Oct 2010 14:42:25 +0000 (-0700) Subject: omniorb: Rework DEPENDS updates X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c8fd9161d20c3a68d3856ba1075fc0c70820db9;p=openembedded.git omniorb: Rework DEPENDS updates Signed-off-by: Tom Rini --- diff --git a/recipes/omniorb/omniorb_4.1.4.bb b/recipes/omniorb/omniorb_4.1.4.bb index ff68b72de5..379ced44bf 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 \