aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox_git.bb
blob: a12eef23e9e16285b26a89e13cab5aeafb58095b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
require busybox_1.1x.inc
PR = "${INC_PR}.0"

FILESPATHPKG =. "busybox-git:"

SRCREV = "10c0131a8a1b3db7fd6b23b72ebd7b33afc7b018"

PV = "1.18.4+gitr${SRCREV}"

S = "${WORKDIR}/git"

DEFAULT_PREFERENCE = "-1"

SRC_URI = "\
  git://git.busybox.net/busybox;protocol=git \
  file://udhcpscript.patch \
  file://udhcpc-fix-nfsroot.patch \
  file://find-touchscreen.sh \
  file://busybox-cron \
  file://busybox-httpd \
  file://busybox-udhcpd \
  file://default.script file://simple.script \
  file://group \
  file://hwclock.sh \
  file://hwclock-default \
  file://inetd \
  file://inetd.conf \
  file://mount.busybox \
  file://mountall \
  file://passwd \
  file://shadow \
  file://syslog \
  file://syslog.conf \
  file://umount.busybox \
  file://defconfig \
  file://mdev \
  file://mdev.conf \
  file://usb.sh \
"