aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libsoc/libsoc_0.6.bb
diff options
context:
space:
mode:
authorJack Mitchell <jack@embed.me.uk>2015-12-09 11:25:14 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 12:36:56 +0100
commit7ceade434d40b50cd81a78b773c334650ab49f48 (patch)
tree341fb2d583417cf6c1d424ad1b8292f4f83f2ba5 /meta-oe/recipes-support/libsoc/libsoc_0.6.bb
parentea518c9648d796829865fd68ccfbaa3261adaf02 (diff)
downloadmeta-openembedded-contrib-7ceade434d40b50cd81a78b773c334650ab49f48.tar.gz
libsoc: update to 0.7.1
Signed-off-by: Jack Mitchell <jack@embed.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libsoc/libsoc_0.6.bb')
-rw-r--r--meta-oe/recipes-support/libsoc/libsoc_0.6.bb17
1 files changed, 0 insertions, 17 deletions
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 79c171adf2..0000000000
--- 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"