aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libatasmart/libatasmart-0.17/strpool.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libatasmart/libatasmart-0.17/strpool.patch')
-rw-r--r--meta-oe/recipes-support/libatasmart/libatasmart-0.17/strpool.patch11
1 files changed, 0 insertions, 11 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 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 $< $@