]> code.ossystems Code Review - openembedded-core.git/commitdiff
neard: fix B != S
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 13 Jan 2015 02:55:19 +0000 (18:55 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 11:35:26 +0000 (11:35 +0000)
And bump PR to avoid:
configure: error: source directory already configured; run "make distclean" there first

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-connectivity/neard/neard.inc
meta/recipes-connectivity/neard/neard_0.14.bb

index e714cadc2b13abe0076b34f5a3afd0b5ce6a4399..76640d8a1a2657370ba5ca3b3dbbc9dd5fe5f561 100644 (file)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
  file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \
  "
 
-inherit autotools-brokensep pkgconfig systemd update-rc.d
+inherit autotools pkgconfig systemd update-rc.d
 
 EXTRA_OECONF += "--enable-tools"
 
@@ -35,7 +35,7 @@ do_install_append() {
        # Install the tests for neard-tests
        install -d ${D}${libdir}/neard
        install -m 0755 ${S}/test/* ${D}${libdir}/${BPN}/
-       install -m 0755 ${S}/tools/nfctool/nfctool ${D}${libdir}/${BPN}/
+       install -m 0755 ${B}/tools/nfctool/nfctool ${D}${libdir}/${BPN}/
 }
 
 PACKAGES =+ "${PN}-tests"
index 2fb47cc3d7740244c88bcac005a9eba2fa9bda33..7a1096bf4edd91b2b214e52aede563e2f79c1f9f 100644 (file)
@@ -9,3 +9,4 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/nfc/${BPN}-${PV}.tar.xz \
 SRC_URI[md5sum] = "692ba2653d60155255244c87396c486b"
 SRC_URI[sha256sum] = "6ea724b443d39d679168fc7776a965d1f64727c3735391df2c01469ee7cd8cca"
 
+PR = "r1"