]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/cpio: remove useless comment
authorRomain Naour <romain.naour@openwide.fr>
Fri, 7 Aug 2015 22:47:17 +0000 (00:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 8 Aug 2015 09:16:30 +0000 (11:16 +0200)
This comment is about host-cpio which hasn't
been added in Buildroot.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/cpio/cpio.mk

index e18af8140bcf8f8b84295f3d56738be202370226..c29305e6cc108dd84d919664f4bfdff4d2125601 100644 (file)
@@ -16,8 +16,7 @@ CPIO_PATCH = \
        https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-arch/cpio/files/cpio-2.11-stat.patch
 
 # cpio uses argp.h which is not provided by uclibc or musl by default.
-# Use the argp-standalone package to provide this but make sure
-# the host package does not try to use the host version.
+# Use the argp-standalone package to provide this.
 ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
 CPIO_DEPENDENCIES += argp-standalone
 endif