From 7c35493bd1d0e19192010fea02c029a4821db4ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 10 Feb 2017 23:59:15 +0100 Subject: [PATCH] libabw: add gperf-native to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-filter/libabw/libabw_0.1.1.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-filter/libabw/libabw_0.1.1.bb b/recipes-filter/libabw/libabw_0.1.1.bb index e3d41e2..6c17aec 100644 --- a/recipes-filter/libabw/libabw_0.1.1.bb +++ b/recipes-filter/libabw/libabw_0.1.1.bb @@ -11,6 +11,10 @@ SRC_URI[sha256sum] = "cfc698c2dd4ab592138a941ae26e2e18c3dac69bc196b5167df7f5eb88 inherit autotools pkgconfig -DEPENDS = "libxml2 librevenge" +DEPENDS = " \ + gperf-native \ + libxml2 \ + librevenge \ +" BBCLASSEXTEND = "native"