diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-29 13:34:58 +0000 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-02-13 11:02:00 +0100 |
commit | b2f89a027fe80d9e1ec947104bf36e1500f9a6d0 (patch) | |
tree | 471b31eacdae55099b905f5c55e26093691dd7b1 | |
parent | 4376c06b87108d6f34bf1bea57e67fbfbd67f893 (diff) |
geoclue: Remove unnecessary dependency
The gobject-introspection-native is already applied in upstream.
(From Meta-oe rev: a975cd8e984383c3822537abb673d3c8294de93b)
Bug-AGL: SPEC-1181
Change-Id: I227ac6a74f1ced6d0543017e0ed282bc72489bdc
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
-rw-r--r-- | meta-agl/recipes-navigation/geoclue/geoclue_%.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-agl/recipes-navigation/geoclue/geoclue_%.bbappend b/meta-agl/recipes-navigation/geoclue/geoclue_%.bbappend index 1025e0e79..9d61a9f61 100644 --- a/meta-agl/recipes-navigation/geoclue/geoclue_%.bbappend +++ b/meta-agl/recipes-navigation/geoclue/geoclue_%.bbappend @@ -1,4 +1,3 @@ -DEPENDS += "gobject-introspection-native" inherit gobject-introspection FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |