mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
3c5ee61b6d
This was added to help clang compile busybox but since then the option has been added to llvm and now we have upgraded clang to 3.8 which has this option available Fix git recipe to build with mdev feature and update to tip when here (From OE-Core rev: e617b6f9bf0aa3f1a7a19019f6953d0a102f3039) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
53 lines
1.8 KiB
BlitzBasic
53 lines
1.8 KiB
BlitzBasic
require busybox.inc
|
|
|
|
SRCREV = "1b7c17391de66502dd7a97c866e0a33681edbb1f"
|
|
# Lookout for PV bump too when SRCREV is changed
|
|
PV = "1.25.0+git${SRCPV}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRC_URI = "git://busybox.net/busybox.git \
|
|
file://busybox-udhcpc-no_deconfig.patch \
|
|
file://find-touchscreen.sh \
|
|
file://busybox-cron \
|
|
file://busybox-httpd \
|
|
file://busybox-udhcpd \
|
|
file://default.script \
|
|
file://simple.script \
|
|
file://hwclock.sh \
|
|
file://mount.busybox \
|
|
file://syslog \
|
|
file://syslog-startup.conf \
|
|
file://syslog.conf \
|
|
file://busybox-syslog.default \
|
|
file://mdev \
|
|
file://mdev.conf \
|
|
file://mdev-mount.sh \
|
|
file://umount.busybox \
|
|
file://defconfig \
|
|
file://busybox-syslog.service.in \
|
|
file://busybox-klogd.service.in \
|
|
file://fail_on_no_media.patch \
|
|
file://run-ptest \
|
|
file://inetd.conf \
|
|
file://inetd \
|
|
file://login-utilities.cfg \
|
|
file://recognize_connmand.patch \
|
|
file://busybox-cross-menuconfig.patch \
|
|
file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch \
|
|
file://mount-via-label.cfg \
|
|
file://sha1sum.cfg \
|
|
file://sha256sum.cfg \
|
|
file://getopts.cfg \
|
|
file://resize.cfg \
|
|
${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager', True) == 'busybox')]} \
|
|
${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager', True) == 'busybox-mdev')]} \
|
|
file://inittab \
|
|
file://rcS \
|
|
file://rcK \
|
|
file://runlevel \
|
|
"
|
|
SRC_URI_append_libc-musl = " file://musl.cfg "
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|