We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ff6cc commit 4b2771bCopy full SHA for 4b2771b
recipes-core/udev/udev-rules-rpi.bb
@@ -3,11 +3,11 @@ LICENSE = "MIT"
3
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4
5
SRC_URI = " \
6
- git://github.com/RPi-Distro/raspberrypi-sys-mods;protocol=https;branch=master \
+ git://github.com/RPi-Distro/raspberrypi-sys-mods;protocol=https;nobranch=1 \
7
file://can.rules \
8
file://fb.rules \
9
"
10
-SRCREV = "5ce3ef2b7f377c23fea440ca9df0e30f3f8447cf"
+SRCREV = "6efcf2eaae743311533da036a3852f8a5335cc3e"
11
12
S = "${WORKDIR}/git"
13
0 commit comments