summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-27 19:48:06 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-27 19:48:06 +0000
commitffa1ab50c3f435bddf5b788eeb0efafbf0c523a7 (patch)
treecaa7920f1f85530856940ea6ada1449b5995bbdf
parentd59e9cbea0f1ebf0dcf9406f9b846fc731d7ab14 (diff)
downloadptxdist-ffa1ab50c3f435bddf5b788eeb0efafbf0c523a7.tar.gz
ptxdist-ffa1ab50c3f435bddf5b788eeb0efafbf0c523a7.tar.xz
* 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> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7592 33e552b5-05e3-0310-8538-816dae2090ed
-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)