diff options
| -rw-r--r-- | meta/recipes-core/busybox/busybox_git.bb | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb deleted file mode 100644 index c2ee3e6c4b..0000000000 --- a/meta/recipes-core/busybox/busybox_git.bb +++ /dev/null | |||
| @@ -1,52 +0,0 @@ | |||
| 1 | require busybox.inc | ||
| 2 | |||
| 3 | SRCREV = "1b7c17391de66502dd7a97c866e0a33681edbb1f" | ||
| 4 | # Lookout for PV bump too when SRCREV is changed | ||
| 5 | PV = "1.25.0+git${SRCPV}" | ||
| 6 | |||
| 7 | S = "${WORKDIR}/git" | ||
| 8 | |||
| 9 | SRC_URI = "git://busybox.net/busybox.git \ | ||
| 10 | file://busybox-udhcpc-no_deconfig.patch \ | ||
| 11 | file://find-touchscreen.sh \ | ||
| 12 | file://busybox-cron \ | ||
| 13 | file://busybox-httpd \ | ||
| 14 | file://busybox-udhcpd \ | ||
| 15 | file://default.script \ | ||
| 16 | file://simple.script \ | ||
| 17 | file://hwclock.sh \ | ||
| 18 | file://mount.busybox \ | ||
| 19 | file://syslog \ | ||
| 20 | file://syslog-startup.conf \ | ||
| 21 | file://syslog.conf \ | ||
| 22 | file://busybox-syslog.default \ | ||
| 23 | file://mdev \ | ||
| 24 | file://mdev.conf \ | ||
| 25 | file://mdev-mount.sh \ | ||
| 26 | file://umount.busybox \ | ||
| 27 | file://defconfig \ | ||
| 28 | file://busybox-syslog.service.in \ | ||
| 29 | file://busybox-klogd.service.in \ | ||
| 30 | file://fail_on_no_media.patch \ | ||
| 31 | file://run-ptest \ | ||
| 32 | file://inetd.conf \ | ||
| 33 | file://inetd \ | ||
| 34 | file://login-utilities.cfg \ | ||
| 35 | file://recognize_connmand.patch \ | ||
| 36 | file://busybox-cross-menuconfig.patch \ | ||
| 37 | file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch \ | ||
| 38 | file://mount-via-label.cfg \ | ||
| 39 | file://sha1sum.cfg \ | ||
| 40 | file://sha256sum.cfg \ | ||
| 41 | file://getopts.cfg \ | ||
| 42 | file://resize.cfg \ | ||
| 43 | ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \ | ||
| 44 | ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \ | ||
| 45 | file://inittab \ | ||
| 46 | file://rcS \ | ||
| 47 | file://rcK \ | ||
| 48 | file://runlevel \ | ||
| 49 | " | ||
| 50 | SRC_URI_append_libc-musl = " file://musl.cfg " | ||
| 51 | |||
| 52 | DEFAULT_PREFERENCE = "-1" | ||
