summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libnl
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-12 17:38:05 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-16 23:08:24 +0000
commit92597b5d8afd898ba7d685763f1372c34a83d315 (patch)
tree0bdf6b83d584df8bedb6c88922bfa0817c2554ac /meta/recipes-support/libnl
parent2e1bdfffdfdd893518825964f8fa9705c0450a43 (diff)
downloadpoky-92597b5d8afd898ba7d685763f1372c34a83d315.tar.gz
libnl: separate B and S
It works well now, and bump the PR to avoid: configure: error: source directory already configured; run "make distclean" there first (From OE-Core rev: df3bea8a25ea126a6c1d79004481347cc3b0da37) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libnl')
-rw-r--r--meta/recipes-support/libnl/libnl_3.2.25.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.2.25.bb b/meta/recipes-support/libnl/libnl_3.2.25.bb
index dcaa85d3af..97814fb134 100644
--- a/meta/recipes-support/libnl/libnl_3.2.25.bb
+++ b/meta/recipes-support/libnl/libnl_3.2.25.bb
@@ -3,6 +3,7 @@ HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
3SECTION = "libs/network" 3SECTION = "libs/network"
4 4
5PE = "1" 5PE = "1"
6PR = "r1"
6 7
7LICENSE = "LGPLv2.1" 8LICENSE = "LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 9LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
@@ -17,7 +18,7 @@ SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \
17SRC_URI[md5sum] = "03f74d0cd5037cadc8cdfa313bbd195c" 18SRC_URI[md5sum] = "03f74d0cd5037cadc8cdfa313bbd195c"
18SRC_URI[sha256sum] = "8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5" 19SRC_URI[sha256sum] = "8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5"
19 20
20inherit autotools-brokensep pkgconfig 21inherit autotools pkgconfig
21 22
22FILES_${PN} = "${libdir}/libnl-3.so.* \ 23FILES_${PN} = "${libdir}/libnl-3.so.* \
23 ${libdir}/libnl.so.* \ 24 ${libdir}/libnl.so.* \