aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-11-01 10:43:45 +0100
committerEric Bénard <eric@eukrea.com>2010-11-01 10:45:33 +0100
commite3e33312ac0d798a26b01f4e73fcd934b77951c3 (patch)
tree7cb44990a18159fcc036f379d6b05fcae88ff57c /recipes/busybox
parent54d1ab587326543390e8ae55e9f7945a3a4ebdd1 (diff)
downloadopenembedded-e3e33312ac0d798a26b01f4e73fcd934b77951c3.tar.gz
busybox: usb detection script
remove git version which accidently leaked in the file. increase busybox PR. Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/busybox')
-rw-r--r--recipes/busybox/busybox.inc2
-rw-r--r--recipes/busybox/files/usb.sh3
2 files changed, 1 insertions, 4 deletions
diff --git a/recipes/busybox/busybox.inc b/recipes/busybox/busybox.inc
index 140874c19a..a9d1e6eaf6 100644
--- a/recipes/busybox/busybox.inc
+++ b/recipes/busybox/busybox.inc
@@ -11,7 +11,7 @@ LICENSE = "GPLv2"
SECTION = "base"
PRIORITY = "required"
-INC_PR = "r37"
+INC_PR = "r38"
SRC_URI = "\
file://busybox-cron \
diff --git a/recipes/busybox/files/usb.sh b/recipes/busybox/files/usb.sh
index ec1247da24..b1f684b885 100644
--- a/recipes/busybox/files/usb.sh
+++ b/recipes/busybox/files/usb.sh
@@ -31,6 +31,3 @@ case "$ACTION" in
done
;;
esac
---
-1.6.3.3
-