summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-06-12 14:40:52 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-06-12 14:45:27 -0300
commit97558c1d2255a19e8d49f6dcedaf4a5ac8f19ee2 (patch)
treed5e063c9c30ec1fef64eff53be8197a509d67bac /recipes-core
parent1a6e949ef1b58221d0d9553614d9b1873a5c0acd (diff)
downloadmeta-fsl-arm-97558c1d2255a19e8d49f6dcedaf4a5ac8f19ee2.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/udev/udev_173.bbappend23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-core/udev/udev_173.bbappend b/recipes-core/udev/udev_173.bbappend
new file mode 100644
index 0000000..080f6b7
--- /dev/null
+++ b/recipes-core/udev/udev_173.bbappend
@@ -0,0 +1,23 @@
1# Freescale imx extra configuration udev rules
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3
4PRINC := "${@int(PRINC) + 1}"
5
6# 173 tag
7SRCREV = "ad667dff51711fed763a23283d973486de3cd6b5"
8
9# version specific SRC_URI
10SRC_URI = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git \
11 file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \
12 file://gtk-doc.make"
13
14# generic SRC_URI
15SRC_URI += " \
16 file://touchscreen.rules \
17 file://modprobe.rules \
18 file://default \
19 file://init \
20 file://cache \
21"
22
23S = "${WORKDIR}/git"