summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/neard/neard_0.14.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-12 18:55:19 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-23 11:36:28 +0000
commite22020741a655d0fa5d78b22a9efb8994a6ca1a3 (patch)
treef299ea894f5c6cf714a230b804f9cb8290246443 /meta/recipes-connectivity/neard/neard_0.14.bb
parent7cd72306bf956a652405f74b76ccd869350e5dd4 (diff)
downloadpoky-e22020741a655d0fa5d78b22a9efb8994a6ca1a3.tar.gz
neard: fix B != S
And bump PR to avoid: configure: error: source directory already configured; run "make distclean" there first (From OE-Core rev: 26937169a0cb04e71ddd79bae3bca6feb22fc369) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/neard/neard_0.14.bb')
-rw-r--r--meta/recipes-connectivity/neard/neard_0.14.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/neard/neard_0.14.bb b/meta/recipes-connectivity/neard/neard_0.14.bb
index 2fb47cc3d7..7a1096bf4e 100644
--- a/meta/recipes-connectivity/neard/neard_0.14.bb
+++ b/meta/recipes-connectivity/neard/neard_0.14.bb
@@ -9,3 +9,4 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/nfc/${BPN}-${PV}.tar.xz \
9SRC_URI[md5sum] = "692ba2653d60155255244c87396c486b" 9SRC_URI[md5sum] = "692ba2653d60155255244c87396c486b"
10SRC_URI[sha256sum] = "6ea724b443d39d679168fc7776a965d1f64727c3735391df2c01469ee7cd8cca" 10SRC_URI[sha256sum] = "6ea724b443d39d679168fc7776a965d1f64727c3735391df2c01469ee7cd8cca"
11 11
12PR = "r1"