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 /dhclient | |
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 'dhclient')
-rw-r--r-- | dhclient/dhclient-2.0pl5/make.patch | 38 | ||||
-rw-r--r-- | dhclient/dhclient_2.0pl5.bb | 0 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dhclient/dhclient-2.0pl5/make.patch b/dhclient/dhclient-2.0pl5/make.patch deleted file mode 100644 index 2052cca190..0000000000 --- a/dhclient/dhclient-2.0pl5/make.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -ur dhcp-2.0pl5/common/Makefile.dist dhcp-2.0pl5-z/common/Makefile.dist ---- dhcp-2.0pl5/common/Makefile.dist 1999-05-27 13:44:51.000000000 -0400 -+++ dhcp-2.0pl5-z/common/Makefile.dist 2003-01-24 20:09:33.000000000 -0500 -@@ -50,8 +50,8 @@ - - libdhcp.a: $(OBJ) - rm -f libdhcp.a -- ar cruv libdhcp.a $(OBJ) -- ranlib libdhcp.a -+ $(AR) cruv libdhcp.a $(OBJ) -+ $(RANLIB) libdhcp.a - - install: all - for dir in $(FFMANDIR); do \ -diff -ur dhcp-2.0pl5/Makefile.conf dhcp-2.0pl5-z/Makefile.conf ---- dhcp-2.0pl5/Makefile.conf 2000-07-20 01:06:34.000000000 -0400 -+++ dhcp-2.0pl5-z/Makefile.conf 2003-01-24 20:09:52.000000000 -0500 -@@ -254,6 +254,20 @@ - #SCRIPT=linux - ##--linux-2.2-- - -+## Linux ARM -+##--linux-arm-- -+#COPTS = -DLINUX_MAJOR=$(MAJORVERSION) -DLINUX_MINOR=$(MINORVERSION) $(CLAGS) -+#CF = cf/linux.h -+#ADMMANDIR = /usr/man/man8 -+#ADMMANEXT = .8 -+#FFMANDIR = /usr/share/man/man5 -+#FFMANEXT = .5 -+#MANCAT = man -+#VARRUN = /var/run -+#VARDB = /var/state/dhcp # see rationale in includes/cf/linux.h -+#SCRIPT=linux -+##--linux-arm-- -+ - ## SCO - ##--sco-- - #CF = cf/sco.h diff --git a/dhclient/dhclient_2.0pl5.bb b/dhclient/dhclient_2.0pl5.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/dhclient/dhclient_2.0pl5.bb +++ /dev/null |