diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-03-15 12:58:55 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-04-08 12:51:14 +0000 |
commit | 8c0f37db1a39e91bc399abc75d32795beb4c2b8b (patch) | |
tree | 078632b6f645ac3f921fd700d476bcba387519d4 | |
parent | 9d008ac3c00a0fe2330005e238b1236eb36119b9 (diff) | |
download | meta-boot2qt-8c0f37db1a39e91bc399abc75d32795beb4c2b8b.tar.gz |
gypsy: remove blacklisting and add libgudev dependency
Change-Id: Ia8ebb3f7eabd28868ac554a62dbd25ca140dc226
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r-- | recipes/gypsy/gypsy_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gypsy/gypsy_%.bbappend b/recipes/gypsy/gypsy_%.bbappend index 32718ad..8d82b6c 100644 --- a/recipes/gypsy/gypsy_%.bbappend +++ b/recipes/gypsy/gypsy_%.bbappend | |||
@@ -23,3 +23,6 @@ inherit bluetooth | |||
23 | 23 | ||
24 | DEPENDS_remove = "bluez4" | 24 | DEPENDS_remove = "bluez4" |
25 | DEPENDS_append := " ${BLUEZ}" | 25 | DEPENDS_append := " ${BLUEZ}" |
26 | DEPENDS += "libgudev" | ||
27 | |||
28 | PNBLACKLIST[gypsy] = "" | ||