From 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 9 Dec 2004 09:47:41 +0000 Subject: 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 --- libdes/libdes-4.01/cross-compile.patch | 35 ---------------------------------- libdes/libdes_4.01.bb | 0 2 files changed, 35 deletions(-) delete mode 100644 libdes/libdes-4.01/cross-compile.patch delete mode 100644 libdes/libdes_4.01.bb (limited to 'libdes') 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 -- cgit v1.2.3