From d2de3dc850960e4760b25ca0f5b413cbe226440a Mon Sep 17 00:00:00 2001 From: Qing He Date: Fri, 3 Dec 2010 11:12:55 +0800 Subject: libnl: fix parallel make lex/yacc generated header file should be explicitly listed for makefile dependency also add flex-native and bison-native for the recipe Signed-off-by: Qing He --- meta/recipes-support/libnl/libnl_2.0.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'meta/recipes-support/libnl/libnl_2.0.bb') diff --git a/meta/recipes-support/libnl/libnl_2.0.bb b/meta/recipes-support/libnl/libnl_2.0.bb index fa96215f0f..e275670b51 100644 --- a/meta/recipes-support/libnl/libnl_2.0.bb +++ b/meta/recipes-support/libnl/libnl_2.0.bb @@ -6,9 +6,12 @@ PRIORITY = "optional" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" -PR = "r0" +DEPENDS = "flex-native bison-native" +PR = "r1" -SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz" +SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz \ + file://fix-makefile.patch \ + " inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf