1require busybox.inc 2 3SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ 4 file://0001-depmod-Ignore-.debug-directories.patch \ 5 file://busybox-udhcpc-no_deconfig.patch \ 6 file://find-touchscreen.sh \ 7 file://busybox-cron \ 8 file://busybox-httpd \ 9 file://busybox-udhcpd \ 10 file://default.script \ 11 file://simple.script \ 12 file://hwclock.sh \ 13 file://syslog \ 14 file://syslog-startup.conf \ 15 file://syslog.conf \ 16 file://busybox-syslog.default \ 17 file://mdev \ 18 file://mdev.conf \ 19 file://mdev-mount.sh \ 20 file://defconfig \ 21 file://busybox-syslog.service.in \ 22 file://busybox-klogd.service.in \ 23 file://fail_on_no_media.patch \ 24 file://run-ptest \ 25 file://inetd.conf \ 26 file://inetd \ 27 file://login-utilities.cfg \ 28 file://recognize_connmand.patch \ 29 file://busybox-cross-menuconfig.patch \ 30 file://mount-via-label.cfg \ 31 file://sha1sum.cfg \ 32 file://sha256sum.cfg \ 33 file://getopts.cfg \ 34 file://longopts.cfg \ 35 file://resize.cfg \ 36 ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \ 37 ${@["", "file://rcS.default"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \ 38 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \ 39 file://syslog.cfg \ 40 file://unicode.cfg \ 41 file://rev.cfg \ 42 file://pgrep.cfg \ 43 file://rcS \ 44 file://rcK \ 45 file://makefile-libbb-race.patch \ 46 file://0001-testsuite-check-uudecode-before-using-it.patch \ 47 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \ 48 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \ 49 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \ 50 file://0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch \ 51 file://0002-nslookup-sanitize-all-printed-strings-with-printable.patch \ 52 file://CVE-2022-30065.patch \ 53 file://0001-devmem-add-128-bit-width.patch \ 54 " 55SRC_URI:append:libc-musl = " file://musl.cfg " 56 57SRC_URI[tarball.sha256sum] = "faeeb244c35a348a334f4a59e44626ee870fb07b6884d68c10ae8bc19f83a694" 58