From d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Sep 2010 19:09:11 +0100 Subject: packages: Separate out most of the remaining packages into recipes Signed-off-by: Richard Purdie --- meta/recipes-core/util-linux/files/uuid.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-core/util-linux/files/uuid.patch (limited to 'meta/recipes-core/util-linux/files/uuid.patch') diff --git a/meta/recipes-core/util-linux/files/uuid.patch b/meta/recipes-core/util-linux/files/uuid.patch new file mode 100644 index 0000000000..3208e0a865 --- /dev/null +++ b/meta/recipes-core/util-linux/files/uuid.patch @@ -0,0 +1,22 @@ +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 -- cgit v1.2.3-54-g00ecf