summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--rules/netkit-ftp.make2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d2f9f2f8..e597d4ead 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-10-27 Robert Schwebel <r.schwebel@pengutronix.de>
+ * netkit-ftp: Removed libc dependency from netkit-ftp.
+ Removed ipkg dependency to libc from netkit-ftp packet. As
+ we use glibc this caused the packet to refuse installation.
+
+ Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de>
+
* libgmp: remove gmp3 and gmp4, added libgmp instead. Compiles
at least for ARM.
diff --git a/rules/netkit-ftp.make b/rules/netkit-ftp.make
index 2f60a9a8b..33c5d3bbe 100644
--- a/rules/netkit-ftp.make
+++ b/rules/netkit-ftp.make
@@ -124,7 +124,7 @@ $(STATEDIR)/netkit-ftp.targetinstall: $(netkit-ftp_targetinstall_deps_default)
@$(call install_fixup, netkit-ftp,VERSION,$(NETKIT_FTP_VERSION))
@$(call install_fixup, netkit-ftp,SECTION,base)
@$(call install_fixup, netkit-ftp,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
- @$(call install_fixup, netkit-ftp,DEPENDS,libc)
+ @$(call install_fixup, netkit-ftp,DEPENDS,)
@$(call install_fixup, netkit-ftp,DESCRIPTION,missing)
@$(call install_copy, netkit-ftp, 0, 0, 0755, $(NETKIT_FTP_DIR)/ftp/ftp, /bin/ftp)