aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-12-31 10:07:04 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-31 10:07:04 +0000
commit58507838bbd1b83aff380c5cc5de1df9d532bf2e (patch)
tree116267e98c530a1f0881ffbe4e47f6fe7cd4c3cf /meta/recipes-devtools/python
parent8f7fc82fbd1e1434bfafc55e9c37457f1b020984 (diff)
downloadopenembedded-core-contrib-58507838bbd1b83aff380c5cc5de1df9d532bf2e.tar.gz
python-pygobject: Fix DEPENDS and RDEPENDS for native recipe
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-pygobject_2.27.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.0.bb b/meta/recipes-devtools/python/python-pygobject_2.27.0.bb
index cf6614a81c..876e8a4bcd 100644
--- a/meta/recipes-devtools/python/python-pygobject_2.27.0.bb
+++ b/meta/recipes-devtools/python/python-pygobject_2.27.0.bb
@@ -3,6 +3,8 @@ SECTION = "devel/python"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
DEPENDS = "python-pygobject-native-${PV} glib-2.0"
+DEPENDS_virtclass-native = "glib-2.0-native"
+RDEPENDS_virtclass-native = ""
PR = "r2"
MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"