aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox_git.bb
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2011-01-21 19:46:18 +0100
committerEric Bénard <eric@eukrea.com>2011-01-24 11:40:18 +0100
commit900db4a83772d5a7889de88244e4980a252f2a6f (patch)
treed1373da19ada49756aefc1781ac22f780643f1f3 /recipes/busybox/busybox_git.bb
parentd10ef750c59ee954c11a8edd0e278f99dbf2816a (diff)
downloadopenembedded-900db4a83772d5a7889de88244e4980a252f2a6f.tar.gz
busybox: introduce git version
which is not a default preference. Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/busybox/busybox_git.bb')
-rw-r--r--recipes/busybox/busybox_git.bb36
1 files changed, 36 insertions, 0 deletions
diff --git a/recipes/busybox/busybox_git.bb b/recipes/busybox/busybox_git.bb
new file mode 100644
index 0000000000..3a6477f9ee
--- /dev/null
+++ b/recipes/busybox/busybox_git.bb
@@ -0,0 +1,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 \
+"