diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-03-07 17:17:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-15 11:15:32 +0000 |
commit | 05d9c6646d4d5bb174e42c3a6e36bcdad1657da3 (patch) | |
tree | 0c653307a4a27f8f2d4d10dda22cb0a80aa7726c /meta/recipes-core/util-linux/files/uuid.patch | |
parent | e906c6ea72b0edcc509a2ef5f44cba5584432dd1 (diff) | |
download | openembedded-core-05d9c6646d4d5bb174e42c3a6e36bcdad1657da3.tar.gz openembedded-core-05d9c6646d4d5bb174e42c3a6e36bcdad1657da3.tar.bz2 openembedded-core-05d9c6646d4d5bb174e42c3a6e36bcdad1657da3.zip |
util-linux: remove unused files from files directory
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-core/util-linux/files/uuid.patch')
-rw-r--r-- | meta/recipes-core/util-linux/files/uuid.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-core/util-linux/files/uuid.patch b/meta/recipes-core/util-linux/files/uuid.patch deleted file mode 100644 index 3208e0a865..0000000000 --- a/meta/recipes-core/util-linux/files/uuid.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: util-linux-ng-2.15/libs/blkid/src/Makefile.am -=================================================================== ---- util-linux-ng-2.15.orig/libs/blkid/src/Makefile.am 2009-05-19 17:01:15.000000000 +0100 -+++ util-linux-ng-2.15/libs/blkid/src/Makefile.am 2009-05-19 17:08:11.000000000 +0100 -@@ -7,7 +7,7 @@ - common_ldadd = - - if HAVE_UUID --common_ldadd += -luuid #TODO $(UUID_LIBS) -+common_ldadd += -luuid - endif - - # includes -@@ -26,7 +26,7 @@ - $(top_srcdir)/lib/md5.c - - libblkid_la_LIBADD = probers/libblkid_probers.la $(common_ldadd) --libblkid_la_DEPENDENCIES = $(libblkid_la_LIBADD) blkid.sym -+libblkid_la_DEPENDENCIES = probers/libblkid_probers.la blkid.sym - - # TODO: for unknown reason "make distcheck" requires - # full path to the version script |