diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-01-13 15:53:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:52:33 +0000 |
commit | 6a7a21062b4d95cf5c1bfc2f45c95c9aed1d3179 (patch) | |
tree | 4ab61a62437d66c129fe995ef7d8422aed210db4 /meta/recipes-connectivity | |
parent | 17e6df62d923aa50ae814b737e1b91224b2dd985 (diff) | |
download | poky-6a7a21062b4d95cf5c1bfc2f45c95c9aed1d3179.tar.gz |
neard: upgrade to 0.14
switched from git version to tarball,
as new releases are now versioned.
(From OE-Core rev: 0624d1a54ca6490a3c118192603fe68423e054b4)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/neard/neard_0.10.bb | 10 | ||||
-rw-r--r-- | meta/recipes-connectivity/neard/neard_0.14.bb | 9 |
2 files changed, 9 insertions, 10 deletions
diff --git a/meta/recipes-connectivity/neard/neard_0.10.bb b/meta/recipes-connectivity/neard/neard_0.10.bb deleted file mode 100644 index 3a1c368b72..0000000000 --- a/meta/recipes-connectivity/neard/neard_0.10.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require neard.inc | ||
2 | |||
3 | SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git \ | ||
4 | file://neard.in \ | ||
5 | file://neard.service.in \ | ||
6 | " | ||
7 | |||
8 | S = "${WORKDIR}/git" | ||
9 | SRCREV = "eb486bf35e24d7d1db61350f5ab393a0c880523d" | ||
10 | PV = "0.10+git${SRCPV}" | ||
diff --git a/meta/recipes-connectivity/neard/neard_0.14.bb b/meta/recipes-connectivity/neard/neard_0.14.bb new file mode 100644 index 0000000000..ac9aaf1498 --- /dev/null +++ b/meta/recipes-connectivity/neard/neard_0.14.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require neard.inc | ||
2 | |||
3 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/nfc/${BPN}-${PV}.tar.xz \ | ||
4 | file://neard.in \ | ||
5 | file://neard.service.in \ | ||
6 | " | ||
7 | SRC_URI[md5sum] = "692ba2653d60155255244c87396c486b" | ||
8 | SRC_URI[sha256sum] = "6ea724b443d39d679168fc7776a965d1f64727c3735391df2c01469ee7cd8cca" | ||
9 | |||