From 398f30aa0689e483ae196cc035643a854d169947 Mon Sep 17 00:00:00 2001 From: Jack Mitchell Date: Wed, 5 Feb 2014 16:54:54 +0000 Subject: libsoc: update to 0.6 Signed-off-by: Jack Mitchell Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libsoc/libsoc_0.5.bb | 14 -------------- meta-oe/recipes-support/libsoc/libsoc_0.6.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-support/libsoc/libsoc_0.5.bb create mode 100644 meta-oe/recipes-support/libsoc/libsoc_0.6.bb diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.5.bb b/meta-oe/recipes-support/libsoc/libsoc_0.5.bb deleted file mode 100644 index c381799e1f..0000000000 --- a/meta-oe/recipes-support/libsoc/libsoc_0.5.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "libsoc is a C library for interfacing with common SoC peripherals through generic kernel interfaces" -HOMEPAGE = "https://github.com/jackmitch/libsoc" - -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5" - -inherit autotools - -SRCREV = "e5846ca199316603f0fec0748c57a781ced46950" -SRC_URI = "git://github.com/jackmitch/libsoc.git" - -S = "${WORKDIR}/git" - -RDEPENDS_${PN} = "libgcc" diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb b/meta-oe/recipes-support/libsoc/libsoc_0.6.bb new file mode 100644 index 0000000000..ceb2b8605a --- /dev/null +++ b/meta-oe/recipes-support/libsoc/libsoc_0.6.bb @@ -0,0 +1,14 @@ +SUMMARY = "libsoc is a C library for interfacing with common SoC peripherals through generic 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" -- cgit 1.2.3-korg