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 /netkit-rpc | |
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 'netkit-rpc')
-rw-r--r-- | netkit-rpc/netkit-rpc-native_0.17.bb | 4 | ||||
-rw-r--r-- | netkit-rpc/netkit-rpc/gcc4.patch | 37 | ||||
-rw-r--r-- | netkit-rpc/netkit-rpc/install.patch | 29 | ||||
-rw-r--r-- | netkit-rpc/netkit-rpc_0.17.bb | 0 |
4 files changed, 0 insertions, 70 deletions
diff --git a/netkit-rpc/netkit-rpc-native_0.17.bb b/netkit-rpc/netkit-rpc-native_0.17.bb deleted file mode 100644 index bc17d40ef7..0000000000 --- a/netkit-rpc/netkit-rpc-native_0.17.bb +++ /dev/null @@ -1,4 +0,0 @@ -include netkit-rpc_${PV}.bb -inherit native - -FILESPATH = "${FILE_DIRNAME}/netkit-rpc-${PV}:${FILE_DIRNAME}/netkit-rpc:${FILE_DIRNAME}/files:${FILE_DIRNAME}" diff --git a/netkit-rpc/netkit-rpc/gcc4.patch b/netkit-rpc/netkit-rpc/gcc4.patch deleted file mode 100644 index c3ba7d94c3..0000000000 --- a/netkit-rpc/netkit-rpc/gcc4.patch +++ /dev/null @@ -1,37 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- netkit-rpc-0.17/rpcgen/rpc_cout.c~gcc4 -+++ netkit-rpc-0.17/rpcgen/rpc_cout.c -@@ -101,8 +101,6 @@ - case DEF_TYPEDEF: - emit_typedef(def); - break; -- default: -- /* can't happen */ - } - print_trailer(); - } -@@ -664,9 +662,6 @@ - decl->name,decl->array_max); - emit_single_in_line(decl,flag,REL_VECTOR); - f_print(fout,"\t\t }\n\t\t };\n"); -- -- default: -- /* ?... do nothing I guess */ - } - } - ---- netkit-rpc-0.17/rpcgen/rpc_hout.c~gcc4 -+++ netkit-rpc-0.17/rpcgen/rpc_hout.c -@@ -106,8 +106,6 @@ - f_print(fout, "\n"); - pprogramdef(def); - break; -- default: -- /* ?... shouldn't happen I guess */ - } - } - diff --git a/netkit-rpc/netkit-rpc/install.patch b/netkit-rpc/netkit-rpc/install.patch deleted file mode 100644 index 6b45c4d761..0000000000 --- a/netkit-rpc/netkit-rpc/install.patch +++ /dev/null @@ -1,29 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- netkit-rpc-0.17/rpcgen/Makefile~install.patch -+++ netkit-rpc-0.17/rpcgen/Makefile -@@ -13,7 +13,9 @@ - rpc_main.o: ../version.h - - install: rpcgen -+ install -d $(INSTALLROOT)$(BINDIR) - install -s -m$(BINMODE) rpcgen $(INSTALLROOT)$(BINDIR) -+ install -d $(INSTALLROOT)$(MANDIR) - install -m$(MANMODE) rpcgen.1 $(INSTALLROOT)$(MANDIR)/man1 - - clean: ---- netkit-rpc-0.17/rpcinfo/Makefile~install.patch -+++ netkit-rpc-0.17/rpcinfo/Makefile -@@ -8,7 +8,9 @@ - rpcinfo.o: ../version.h - - install: rpcinfo -+ install -d $(INSTALLROOT)$(BINDIR) - install -s -m$(BINMODE) rpcinfo $(INSTALLROOT)$(BINDIR) -+ install -d $(INSTALLROOT)$(MANDIR)/man8 - install -m$(MANMODE) rpcinfo.8 $(INSTALLROOT)$(MANDIR)/man8 - - clean: diff --git a/netkit-rpc/netkit-rpc_0.17.bb b/netkit-rpc/netkit-rpc_0.17.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/netkit-rpc/netkit-rpc_0.17.bb +++ /dev/null |