summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libnl/libnl_2.0.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-12-03 11:12:55 +0800
committerSaul Wold <sgw@linux.intel.com>2010-12-03 13:15:15 -0800
commitd2de3dc850960e4760b25ca0f5b413cbe226440a (patch)
tree8284aa0826c38feb6785ee04f6ba81e85105b8ce /meta/recipes-support/libnl/libnl_2.0.bb
parentb82ef69ca3030bd82d38cf077cf311ec65bead72 (diff)
downloadpoky-d2de3dc850960e4760b25ca0f5b413cbe226440a.tar.gz
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 <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-support/libnl/libnl_2.0.bb')
-rw-r--r--meta/recipes-support/libnl/libnl_2.0.bb7
1 files changed, 5 insertions, 2 deletions
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"
6LICENSE = "LGPLv2.1" 6LICENSE = "LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" 7LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc"
8 8
9PR = "r0" 9DEPENDS = "flex-native bison-native"
10PR = "r1"
10 11
11SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz" 12SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz \
13 file://fix-makefile.patch \
14 "
12 15
13inherit autotools pkgconfig 16inherit autotools pkgconfig
14 17