summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-06-27 11:10:55 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-06-27 11:10:55 +0200
commit410d087bf57187ffa643fe31aba9218eb03520f2 (patch)
treeee6a81d1e12ea386e3dc8b006c69f0bc2ce45ac6 /meta-oe/recipes-support
parent3eb5f6eecf6faf7b2701f94b12cf779350d31acc (diff)
downloadmeta-openembedded-410d087bf57187ffa643fe31aba9218eb03520f2.tar.gz
libatasmart: update to 0.19
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libatasmart/libatasmart-0.17/strpool.patch11
-rw-r--r--meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb (renamed from meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb)7
2 files changed, 2 insertions, 16 deletions
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 e9f6ab31e..000000000
--- a/meta-oe/recipes-support/libatasmart/libatasmart-0.17/strpool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
1--- git/Makefile.am.orig 2010-09-24 11:03:40.917602895 +0200
2+++ git/Makefile.am 2010-09-24 11:07:04.145852660 +0200
3@@ -81,5 +81,8 @@
4 BUILT_SOURCES = \
5 atasmart.strpool.c
6
7+strpool: $(strpool_SOURCES)
8+ $(BUILD_CC) -o $@ $?
9+
10 atasmart.strpool.c: atasmart.c strpool
11 $(top_builddir)/strpool $< $@
diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
index 6162b58d2..9e7d2fcd8 100644
--- a/meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb
+++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
@@ -2,13 +2,10 @@ DESCRIPTION = "ATA S.M.A.R.T. Reading and Parsing Library"
2LICENSE = "LGPLv2.1" 2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1" 3LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1"
4 4
5PR = "r1"
6
7DEPENDS = "udev" 5DEPENDS = "udev"
8 6
9SRCREV = "v${PV}" 7SRCREV = "de6258940960443038b4c1651dfda3620075e870"
10SRC_URI = "git://git.0pointer.de/libatasmart.git;protocol=git \ 8SRC_URI = "git://git.0pointer.de/libatasmart.git;protocol=git"
11 file://strpool.patch"
12 9
13S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
14 11