From 7ceade434d40b50cd81a78b773c334650ab49f48 Mon Sep 17 00:00:00 2001 From: Jack Mitchell Date: Wed, 9 Dec 2015 11:25:14 +0000 Subject: libsoc: update to 0.7.1 Signed-off-by: Jack Mitchell Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libsoc/libsoc_0.6.bb | 17 ----------------- meta-oe/recipes-support/libsoc/libsoc_0.7.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-support/libsoc/libsoc_0.6.bb create mode 100644 meta-oe/recipes-support/libsoc/libsoc_0.7.1.bb diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb b/meta-oe/recipes-support/libsoc/libsoc_0.6.bb deleted file mode 100644 index 79c171adf..000000000 --- a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Library for interfacing with common SoC peripherals" -DESCRIPTION = "libsoc is a C library to interface with common peripherals (gpio, i2c, spi, pwm) \ - found in SoC (System on Chips) through generic Linux Kernel interfaces." - -HOMEPAGE = "https://github.com/jackmitch/libsoc" - -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5" - -inherit autotools - -SRCREV = "3643cf161a4b37bfbdfd05437166c4a29ac3ed8d" -SRC_URI = "git://github.com/jackmitch/libsoc.git" - -S = "${WORKDIR}/git" - -RDEPENDS_${PN} = "libgcc" diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.7.1.bb b/meta-oe/recipes-support/libsoc/libsoc_0.7.1.bb new file mode 100644 index 000000000..911e0ba9f --- /dev/null +++ b/meta-oe/recipes-support/libsoc/libsoc_0.7.1.bb @@ -0,0 +1,17 @@ +SUMMARY = "Library for interfacing with common SoC peripherals" +DESCRIPTION = "libsoc is a C library to interface with common peripherals (gpio, i2c, spi, pwm) \ + found in SoC (System on Chips) through generic Linux Kernel interfaces." + +HOMEPAGE = "https://github.com/jackmitch/libsoc" + +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5" + +inherit autotools + +SRCREV = "2919c35e706fe7c311f83f9343865420fa4b37fe" +SRC_URI = "git://github.com/jackmitch/libsoc.git" + +S = "${WORKDIR}/git" + +RDEPENDS_${PN} = "libgcc" -- cgit v1.2.3-54-g00ecf