diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-08-08 00:47:17 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-08 11:16:30 +0200 |
commit | f70c58c2c7fba4d700dae3dd8da07e7449d6d03c (patch) | |
tree | b17b2443623699e20a651d46abbcfa3fda23ea9f | |
parent | 7d53040f330e68d3ddb611b73e3c8098552ab612 (diff) | |
download | buildroot-f70c58c2c7fba4d700dae3dd8da07e7449d6d03c.tar.gz buildroot-f70c58c2c7fba4d700dae3dd8da07e7449d6d03c.zip |
package/cpio: remove useless comment
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>
-rw-r--r-- | package/cpio/cpio.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/cpio/cpio.mk b/package/cpio/cpio.mk index e18af8140b..c29305e6cc 100644 --- a/package/cpio/cpio.mk +++ b/package/cpio/cpio.mk @@ -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 |