diff options
Diffstat (limited to 'meta/recipes-connectivity/neard/neard.inc')
-rw-r--r-- | meta/recipes-connectivity/neard/neard.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/neard/neard.inc b/meta/recipes-connectivity/neard/neard.inc index e714cadc2b..76640d8a1a 100644 --- a/meta/recipes-connectivity/neard/neard.inc +++ b/meta/recipes-connectivity/neard/neard.inc | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | |||
9 | file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \ | 9 | file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \ |
10 | " | 10 | " |
11 | 11 | ||
12 | inherit autotools-brokensep pkgconfig systemd update-rc.d | 12 | inherit autotools pkgconfig systemd update-rc.d |
13 | 13 | ||
14 | EXTRA_OECONF += "--enable-tools" | 14 | EXTRA_OECONF += "--enable-tools" |
15 | 15 | ||
@@ -35,7 +35,7 @@ do_install_append() { | |||
35 | # Install the tests for neard-tests | 35 | # Install the tests for neard-tests |
36 | install -d ${D}${libdir}/neard | 36 | install -d ${D}${libdir}/neard |
37 | install -m 0755 ${S}/test/* ${D}${libdir}/${BPN}/ | 37 | install -m 0755 ${S}/test/* ${D}${libdir}/${BPN}/ |
38 | install -m 0755 ${S}/tools/nfctool/nfctool ${D}${libdir}/${BPN}/ | 38 | install -m 0755 ${B}/tools/nfctool/nfctool ${D}${libdir}/${BPN}/ |
39 | } | 39 | } |
40 | 40 | ||
41 | PACKAGES =+ "${PN}-tests" | 41 | PACKAGES =+ "${PN}-tests" |