From 410d087bf57187ffa643fe31aba9218eb03520f2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 27 Jun 2012 11:10:55 +0200 Subject: libatasmart: update to 0.19 Signed-off-by: Koen Kooi --- .../libatasmart/libatasmart-0.17/strpool.patch | 11 ----------- .../libatasmart/libatasmart_0.17.bb | 22 ---------------------- .../libatasmart/libatasmart_0.19.bb | 19 +++++++++++++++++++ 3 files changed, 19 insertions(+), 33 deletions(-) delete mode 100644 meta-oe/recipes-support/libatasmart/libatasmart-0.17/strpool.patch delete mode 100644 meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb create mode 100644 meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb (limited to 'meta-oe/recipes-support/libatasmart') diff --git a/meta-oe/recipes-support/libatasmart/libatasmart-0.17/strpool.patch b/meta-oe/recipes-support/libatasmart/libatasmart-0.17/strpool.patch deleted file mode 100644 index e9f6ab31e5..0000000000 --- a/meta-oe/recipes-support/libatasmart/libatasmart-0.17/strpool.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- git/Makefile.am.orig 2010-09-24 11:03:40.917602895 +0200 -+++ git/Makefile.am 2010-09-24 11:07:04.145852660 +0200 -@@ -81,5 +81,8 @@ - BUILT_SOURCES = \ - atasmart.strpool.c - -+strpool: $(strpool_SOURCES) -+ $(BUILD_CC) -o $@ $? -+ - atasmart.strpool.c: atasmart.c strpool - $(top_builddir)/strpool $< $@ diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb deleted file mode 100644 index 6162b58d29..0000000000 --- a/meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "ATA S.M.A.R.T. Reading and Parsing Library" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1" - -PR = "r1" - -DEPENDS = "udev" - -SRCREV = "v${PV}" -SRC_URI = "git://git.0pointer.de/libatasmart.git;protocol=git \ - file://strpool.patch" - -S = "${WORKDIR}/git" - -inherit autotools lib_package - -do_install_append() { - sed -i -e s://:/:g -e 's:=${libdir}/libudev.la:-ludev:g' ${D}${libdir}/libatasmart.la -} - -PACKAGES =+ "${PN}-dev-vala" -FILES_${PN}-dev-vala = "${datadir}/vala" diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb new file mode 100644 index 0000000000..9e7d2fcd8c --- /dev/null +++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "ATA S.M.A.R.T. Reading and Parsing Library" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1" + +DEPENDS = "udev" + +SRCREV = "de6258940960443038b4c1651dfda3620075e870" +SRC_URI = "git://git.0pointer.de/libatasmart.git;protocol=git" + +S = "${WORKDIR}/git" + +inherit autotools lib_package + +do_install_append() { + sed -i -e s://:/:g -e 's:=${libdir}/libudev.la:-ludev:g' ${D}${libdir}/libatasmart.la +} + +PACKAGES =+ "${PN}-dev-vala" +FILES_${PN}-dev-vala = "${datadir}/vala" -- cgit 1.2.3-korg