aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-04 16:00:15 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-04 16:00:15 +0000
commite38ae8f00aeb5c701b3229b1dbf30c0999502b56 (patch)
tree3bff35319b0e42336b50bf874d1be505491375a8 /meta
parent4a3a35f81c9868516fd642be30fcd316ca69e20c (diff)
downloadopenembedded-core-contrib-e38ae8f00aeb5c701b3229b1dbf30c0999502b56.tar.gz
uuid: Drop in favour of the e2fsprogs version
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/uuid/files/fixes.patch42
-rw-r--r--meta/packages/uuid/uuid_1.6.2.bb15
2 files changed, 0 insertions, 57 deletions
diff --git a/meta/packages/uuid/files/fixes.patch b/meta/packages/uuid/files/fixes.patch
deleted file mode 100644
index 8a792c7239..0000000000
--- a/meta/packages/uuid/files/fixes.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-Index: uuid-1.6.2/Makefile.in
-===================================================================
---- uuid-1.6.2.orig/Makefile.in 2008-10-29 04:37:32.000000000 +0000
-+++ uuid-1.6.2/Makefile.in 2008-10-29 04:40:18.000000000 +0000
-@@ -55,7 +55,6 @@
- CP = cp
- RMDIR = rmdir
- SHTOOL = $(S)/shtool
--LIBTOOL = $(C)/libtool
- TRUE = true
- POD2MAN = pod2man
- PERL = @PERL@
-Index: uuid-1.6.2/configure.ac
-===================================================================
---- uuid-1.6.2.orig/configure.ac 2008-10-29 04:31:31.000000000 +0000
-+++ uuid-1.6.2/configure.ac 2008-10-29 04:33:07.000000000 +0000
-@@ -40,11 +40,8 @@
-
- AC_PROG_MAKE_SET
- AC_PROG_CC
--AC_CHECK_DEBUGGING
--AC_CHECK_DMALLOC
-
- with_tags=""
--sinclude(libtool.m4)
- AC_PROG_LIBTOOL
-
- sinclude(uuid.ac)
-Index: uuid-1.6.2/uuid.ac
-===================================================================
---- uuid-1.6.2.orig/uuid.ac 2008-10-29 04:31:39.000000000 +0000
-+++ uuid-1.6.2/uuid.ac 2008-10-29 04:31:53.000000000 +0000
-@@ -39,9 +39,6 @@
- fi
- AC_CHECK_LIB(socket, accept)
-
-- dnl # check for portable va_copy()
-- AC_CHECK_VA_COPY()
--
- dnl # check for system headers
- AC_CHECK_HEADERS(sys/types.h sys/param.h sys/time.h sys/socket.h sys/sockio.h sys/ioctl.h sys/select.h)
- AC_CHECK_HEADERS(netdb.h ifaddrs.h net/if.h net/if_dl.h net/if_arp.h netinet/in.h arpa/inet.h,,,
diff --git a/meta/packages/uuid/uuid_1.6.2.bb b/meta/packages/uuid/uuid_1.6.2.bb
deleted file mode 100644
index eb76349d8f..0000000000
--- a/meta/packages/uuid/uuid_1.6.2.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SRC_URI = "ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz \
- file://fixes.patch;patch=1"
-PR = "r0"
-
-inherit autotools
-
-do_configure_prepend () {
- rm libtool.m4
-}
-
-export LIBTOOL = "${S}/${TARGET_PREFIX}libtool"
-
-do_stage () {
- autotools_stage_all
-} \ No newline at end of file