diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-05-16 14:44:39 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-17 09:39:47 +0300 |
commit | ad35569044cd83d85f575c82d108d5e717319f45 (patch) | |
tree | 11a57798c91742c9e360f08ea00e424437a01f98 /meta | |
parent | f371626f70cff8eeacf3ce0971fd1bee22aa9260 (diff) | |
download | poky-ad35569044cd83d85f575c82d108d5e717319f45.tar.gz |
python-pygobject-native: fix build dependency on python-native
The class-native override is undoing the dependency that distutils-base
added which we require. This patch adds in the missing dependency manually
to ensure the build functions correctly.
Fixes [YOCTO #4502].
(From OE-Core rev: ae28ee3f7a060b9e0d13154a84f2444a98490b5b)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-pygobject_2.27.91.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb index 4381107ae5..3dc2d99483 100644 --- a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb +++ b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb | |||
@@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
5 | DEPENDS = "python python-pygobject-native glib-2.0" | 5 | DEPENDS = "python python-pygobject-native glib-2.0" |
6 | DEPENDS_class-native = "glib-2.0-native" | 6 | DEPENDS_class-native = "python-native glib-2.0-native" |
7 | RDEPENDS_class-native = "" | 7 | RDEPENDS_class-native = "" |
8 | PR = "r6" | 8 | PR = "r6" |
9 | 9 | ||