aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox_git.bb
blob: 3a6477f9ee302d157f9656c010b06ac010d34c1f (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
require busybox_1.1x.inc
PR = "${INC_PR}.0"

FILESPATHPKG =. "busybox-git:"

SRCREV = "6596380f52cd48b8b44443bb5677ec8caf538761"

PV = "1.18.2+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://hwclock.sh \
  file://hwclock-default \
  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 \
"