diff options
| -rw-r--r-- | meta/packages/uuid/files/fixes.patch | 42 | ||||
| -rw-r--r-- | meta/packages/uuid/uuid_1.6.2.bb | 15 |
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 @@ | |||
| 1 | Index: uuid-1.6.2/Makefile.in | ||
| 2 | =================================================================== | ||
| 3 | --- uuid-1.6.2.orig/Makefile.in 2008-10-29 04:37:32.000000000 +0000 | ||
| 4 | +++ uuid-1.6.2/Makefile.in 2008-10-29 04:40:18.000000000 +0000 | ||
| 5 | @@ -55,7 +55,6 @@ | ||
| 6 | CP = cp | ||
| 7 | RMDIR = rmdir | ||
| 8 | SHTOOL = $(S)/shtool | ||
| 9 | -LIBTOOL = $(C)/libtool | ||
| 10 | TRUE = true | ||
| 11 | POD2MAN = pod2man | ||
| 12 | PERL = @PERL@ | ||
| 13 | Index: uuid-1.6.2/configure.ac | ||
| 14 | =================================================================== | ||
| 15 | --- uuid-1.6.2.orig/configure.ac 2008-10-29 04:31:31.000000000 +0000 | ||
| 16 | +++ uuid-1.6.2/configure.ac 2008-10-29 04:33:07.000000000 +0000 | ||
| 17 | @@ -40,11 +40,8 @@ | ||
| 18 | |||
| 19 | AC_PROG_MAKE_SET | ||
| 20 | AC_PROG_CC | ||
| 21 | -AC_CHECK_DEBUGGING | ||
| 22 | -AC_CHECK_DMALLOC | ||
| 23 | |||
| 24 | with_tags="" | ||
| 25 | -sinclude(libtool.m4) | ||
| 26 | AC_PROG_LIBTOOL | ||
| 27 | |||
| 28 | sinclude(uuid.ac) | ||
| 29 | Index: uuid-1.6.2/uuid.ac | ||
| 30 | =================================================================== | ||
| 31 | --- uuid-1.6.2.orig/uuid.ac 2008-10-29 04:31:39.000000000 +0000 | ||
| 32 | +++ uuid-1.6.2/uuid.ac 2008-10-29 04:31:53.000000000 +0000 | ||
| 33 | @@ -39,9 +39,6 @@ | ||
| 34 | fi | ||
| 35 | AC_CHECK_LIB(socket, accept) | ||
| 36 | |||
| 37 | - dnl # check for portable va_copy() | ||
| 38 | - AC_CHECK_VA_COPY() | ||
| 39 | - | ||
| 40 | dnl # check for system headers | ||
| 41 | AC_CHECK_HEADERS(sys/types.h sys/param.h sys/time.h sys/socket.h sys/sockio.h sys/ioctl.h sys/select.h) | ||
| 42 | 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 @@ | |||
| 1 | SRC_URI = "ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz \ | ||
| 2 | file://fixes.patch;patch=1" | ||
| 3 | PR = "r0" | ||
| 4 | |||
| 5 | inherit autotools | ||
| 6 | |||
| 7 | do_configure_prepend () { | ||
| 8 | rm libtool.m4 | ||
| 9 | } | ||
| 10 | |||
| 11 | export LIBTOOL = "${S}/${TARGET_PREFIX}libtool" | ||
| 12 | |||
| 13 | do_stage () { | ||
| 14 | autotools_stage_all | ||
| 15 | } \ No newline at end of file | ||
