diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /libffi | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/libffi-2.0+gcc3.4.1/soname.patch | 32 | ||||
-rw-r--r-- | libffi/libffi_2.0+gcc3.4.1.bb | 0 |
2 files changed, 0 insertions, 32 deletions
diff --git a/libffi/libffi-2.0+gcc3.4.1/soname.patch b/libffi/libffi-2.0+gcc3.4.1/soname.patch deleted file mode 100644 index bccf75d183..0000000000 --- a/libffi/libffi-2.0+gcc3.4.1/soname.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- libffi.orig/Makefile.am 2003-10-21 21:01:53.000000000 +0200 -+++ libffi/Makefile.am 2004-08-09 13:26:13.000000000 +0200 -@@ -175,7 +175,7 @@ - - AM_CFLAGS = -Wall -g -fexceptions - --libffi_la_LDFLAGS = -release $(VERSION) -+libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` - - INCLUDES = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src - ---- libffi.orig/libtool-version 1970-01-01 01:00:00.000000000 +0100 -+++ libffi/libtool-version 2004-08-09 13:24:18.000000000 +0200 -@@ -0,0 +1,6 @@ -+# This file is used to maintain libtool version info for libffi. See -+# the libtool manual to understand the meaning of the fields. This is -+# a separate file so that version updates don't involve re-running -+# automake. -+# CURRENT:REVISION:AGE -+3:0:0 - ---- libtool.orig/Makefile.in 2004-08-09 14:29:09.000000000 +0200 -+++ libtool/Makefile.in 2004-08-09 14:29:53.000000000 +0200 -@@ -226,7 +226,7 @@ - - AM_CFLAGS = -Wall -g -fexceptions - --libffi_la_LDFLAGS = -release $(VERSION) -+libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` - - INCLUDES = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/libffi/libffi_2.0+gcc3.4.1.bb b/libffi/libffi_2.0+gcc3.4.1.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/libffi/libffi_2.0+gcc3.4.1.bb +++ /dev/null |