From: Eric Bénard Date: Mon, 1 Nov 2010 09:43:45 +0000 (+0100) Subject: busybox: usb detection script X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e33312ac0d798a26b01f4e73fcd934b77951c3;p=openembedded.git busybox: usb detection script remove git version which accidently leaked in the file. increase busybox PR. Signed-off-by: Eric Bénard --- 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 -