From: Otavio Salvador Date: Tue, 12 Jun 2012 17:40:52 +0000 (-0300) Subject: udev: add 173 bbappend to use GIT for source fetching X-Git-Tag: 2.1~1774 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=185d0885fbe5c7d1f31665ec3b9c1e95a5f39ece;p=meta-freescale.git udev: add 173 bbappend to use GIT for source fetching To avoid fetching errors due uncomplete kernel.org mirrors we're now using the GIT server to fetch the sources; this is how new udev recipes are doing and we now uses this as a workaround in denzil branch for 173 version. Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-core/udev/udev_173.bbappend b/meta-fsl-arm/recipes-core/udev/udev_173.bbappend new file mode 100644 index 00000000..080f6b7b --- /dev/null +++ b/meta-fsl-arm/recipes-core/udev/udev_173.bbappend @@ -0,0 +1,23 @@ +# Freescale imx extra configuration udev rules +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +PRINC := "${@int(PRINC) + 1}" + +# 173 tag +SRCREV = "ad667dff51711fed763a23283d973486de3cd6b5" + +# version specific SRC_URI +SRC_URI = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git \ + file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \ + file://gtk-doc.make" + +# generic SRC_URI +SRC_URI += " \ + file://touchscreen.rules \ + file://modprobe.rules \ + file://default \ + file://init \ + file://cache \ +" + +S = "${WORKDIR}/git"