diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-02-22 19:30:33 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:30 +0100 |
commit | 00d9742ee2d6f329ce3ccb71f0c9acce702cbb3b (patch) | |
tree | dbe48a42b60d2a570e9d7ff6eca73eb467960c8a | |
parent | 7c34827f7be5be05d1706ac9c06ee136d00e57f2 (diff) | |
download | meta-openembedded-00d9742ee2d6f329ce3ccb71f0c9acce702cbb3b.tar.gz |
telepathy-glib: fix gobject introspection support
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
-rw-r--r-- | meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.0.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.0.bb index e6938f141..01c6e3781 100644 --- a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.0.bb +++ b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.0.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "ae0002134991217f42e503c43dea7817853afc18863b913744d51ffa02 | |||
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" |
12 | 12 | ||
13 | inherit autotools pkgconfig gettext | 13 | inherit autotools pkgconfig gettext gobject-introspection |
14 | 14 | ||
15 | FILES_${PN} += "${datadir}/telepathy \ | 15 | FILES_${PN} += "${datadir}/telepathy \ |
16 | ${datadir}/dbus-1" | 16 | ${datadir}/dbus-1" |