diff options
| -rw-r--r-- | meta/recipes-connectivity/neard/neard.inc | 4 | ||||
| -rw-r--r-- | meta/recipes-connectivity/neard/neard_0.14.bb | 1 |
2 files changed, 3 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" |
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 \ | |||
| 9 | SRC_URI[md5sum] = "692ba2653d60155255244c87396c486b" | 9 | SRC_URI[md5sum] = "692ba2653d60155255244c87396c486b" |
| 10 | SRC_URI[sha256sum] = "6ea724b443d39d679168fc7776a965d1f64727c3735391df2c01469ee7cd8cca" | 10 | SRC_URI[sha256sum] = "6ea724b443d39d679168fc7776a965d1f64727c3735391df2c01469ee7cd8cca" |
| 11 | 11 | ||
| 12 | PR = "r1" | ||
