summaryrefslogtreecommitdiff
path: root/libdes
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /libdes
parent101e2f1623def0a355d20aacb8bd93810703e834 (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 'libdes')
-rw-r--r--libdes/libdes-4.01/cross-compile.patch35
-rw-r--r--libdes/libdes_4.01.bb0
2 files changed, 0 insertions, 35 deletions
diff --git a/libdes/libdes-4.01/cross-compile.patch b/libdes/libdes-4.01/cross-compile.patch
deleted file mode 100644
index 23fb518246..0000000000
--- a/libdes/libdes-4.01/cross-compile.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- libdes/Makefile~cross-compile 1997-01-13 18:27:30.000000000 +0100
-+++ libdes/Makefile 2004-02-15 01:57:46.000000000 +0100
-@@ -42,10 +42,10 @@
- #DES_ENC=asm/dx86-sol.o # solaris format x86
- #DES_ENC=asm/dx86bsdi.o # bsdi format x86
-
--LIBDIR=/usr/local/lib
--BINDIR=/usr/local/bin
--INCDIR=/usr/local/include
--MANDIR=/usr/local/man
-+LIBDIR=$(DESTDIR)/usr/lib
-+BINDIR=$(DESTDIR)/usr/bin
-+INCDIR=$(DESTDIR)/usr/include
-+MANDIR=$(DESTDIR)/usr/man
- MAN1=1
- MAN3=3
- SHELL=/bin/sh
-@@ -94,10 +94,8 @@
-
- $(DLIB): $(OBJS)
- /bin/rm -f $(DLIB)
-- ar cr $(DLIB) $(OBJS)
-- -if test -s /bin/ranlib; then /bin/ranlib $(DLIB); \
-- else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(DLIB); \
-- else exit 0; fi; fi
-+ $(AR) cr $(DLIB) $(OBJS)
-+ $(RANLIB) $(DLIB)
-
- des_opts: des_opts.o libdes.a
- $(CC) $(CFLAGS) -o des_opts des_opts.o libdes.a
diff --git a/libdes/libdes_4.01.bb b/libdes/libdes_4.01.bb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/libdes/libdes_4.01.bb
+++ /dev/null