summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-03-30 11:06:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-14 09:47:08 +0100
commitc52cc235318402db87c6466e6ca2e95530e20d4d (patch)
tree669e9ea748cd8c78363b0a8e9559bb4eb2c1569a /meta
parentb6353f5c43ce5acfb2db9fc39c23bc9af426c7d0 (diff)
downloadpoky-c52cc235318402db87c6466e6ca2e95530e20d4d.tar.gz
busybox: drop unmaintained _git recipe
The busybox _git recipe is not formally tested or kept up to date. The gstreamer _git recipes were recently removed from oe-core and the justifications for that change apply to the busybox _git recipe too. (From OE-Core rev: 139c97fa7f71a554ce85900ac33054a216db62e9) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/busybox/busybox_git.bb52
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 @@
1require busybox.inc
2
3SRCREV = "1b7c17391de66502dd7a97c866e0a33681edbb1f"
4# Lookout for PV bump too when SRCREV is changed
5PV = "1.25.0+git${SRCPV}"
6
7S = "${WORKDIR}/git"
8
9SRC_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"
50SRC_URI_append_libc-musl = " file://musl.cfg "
51
52DEFAULT_PREFERENCE = "-1"