diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 17:38:05 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:06:43 +0000 |
commit | df3bea8a25ea126a6c1d79004481347cc3b0da37 (patch) | |
tree | 66dcaeb60731e35e6b2340c0258bc9a6de65668f /meta/recipes-support/libnl | |
parent | 16c03661374093c4825dcf1381c2e907b97a483e (diff) | |
download | openembedded-core-df3bea8a25ea126a6c1d79004481347cc3b0da37.tar.gz openembedded-core-df3bea8a25ea126a6c1d79004481347cc3b0da37.tar.bz2 openembedded-core-df3bea8a25ea126a6c1d79004481347cc3b0da37.zip |
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
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-support/libnl')
-rw-r--r-- | meta/recipes-support/libnl/libnl_3.2.25.bb | 3 |
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/" SECTION = "libs/network" PE = "1" +PR = "r1" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" @@ -17,7 +18,7 @@ SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \ SRC_URI[md5sum] = "03f74d0cd5037cadc8cdfa313bbd195c" SRC_URI[sha256sum] = "8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5" -inherit autotools-brokensep pkgconfig +inherit autotools pkgconfig FILES_${PN} = "${libdir}/libnl-3.so.* \ ${libdir}/libnl.so.* \ |