mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
cpio: install to /bin and after busybox
As the usual rule consider full-blown packages superior to busybox, hence build after it. Also install cpio to /bin to override the busybox-provided one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
845d71c65f
commit
63eaed6498
@@ -6,6 +6,8 @@
|
||||
|
||||
CPIO_VERSION = 2.12
|
||||
CPIO_SITE = http://ftp.gnu.org/gnu/cpio
|
||||
CPIO_CONF_OPTS = --bindir=/bin
|
||||
CPIO_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||
CPIO_LICENSE = GPLv3+
|
||||
CPIO_LICENSE_FILES = COPYING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user