diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-02-22 19:40:12 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:34 +0100 |
commit | 46dbbb2b66ed7cd51f89c71c46ceee83fcc462fc (patch) | |
tree | 4d7394d7d2c4e4787a29d5a57a71e0881216f0db /meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb | |
parent | a037e09155cc91f0c0a3971431d088a18523c16f (diff) | |
download | meta-openembedded-46dbbb2b66ed7cd51f89c71c46ceee83fcc462fc.tar.gz |
python-dbusmock: use real introspection instead on legacy pygobject
The patch that switches to pygobject can be now dropped, because
real introspection is provided in oe-core.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb b/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb index b24794395a..2520bfc953 100644 --- a/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb +++ b/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb | |||
@@ -14,7 +14,6 @@ SRC_URI[md5sum] = "7370d325c4a75494dd71885ca65b79e8" | |||
14 | SRC_URI[sha256sum] = "03aadc93bdc26ea18d4d78fcff7b6cb34f4e18623bc5cc41cf9539d663cee11e" | 14 | SRC_URI[sha256sum] = "03aadc93bdc26ea18d4d78fcff7b6cb34f4e18623bc5cc41cf9539d663cee11e" |
15 | 15 | ||
16 | SRC_URI += " \ | 16 | SRC_URI += " \ |
17 | file://0001-Don-t-use-gobject-introspection-for-bindings.patch \ | ||
18 | file://0001-Add-functionality-to-add-own-objects-to-internal-obj.patch \ | 17 | file://0001-Add-functionality-to-add-own-objects-to-internal-obj.patch \ |
19 | file://0002-Add-possibility-to-import-templates-from-packages.patch \ | 18 | file://0002-Add-possibility-to-import-templates-from-packages.patch \ |
20 | " | 19 | " |