diff options
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb (renamed from meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.0.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb index 67e293dac2..3037d0da8d 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.0.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb | |||
@@ -29,7 +29,7 @@ DEPENDS = "libdevmapper \ | |||
29 | 29 | ||
30 | LICENSE = "GPL-2.0-only" | 30 | LICENSE = "GPL-2.0-only" |
31 | 31 | ||
32 | SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=https;branch=master \ | 32 | SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=https;branch=stable-0.11.y \ |
33 | file://multipathd.oe \ | 33 | file://multipathd.oe \ |
34 | file://multipath.conf.example \ | 34 | file://multipath.conf.example \ |
35 | file://0001-RH-fixup-udev-rules-for-redhat.patch \ | 35 | file://0001-RH-fixup-udev-rules-for-redhat.patch \ |
@@ -49,7 +49,7 @@ SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=https;branch=ma | |||
49 | 49 | ||
50 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ec28527f3d544b51ceb0e1907d0bf3f" | 50 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ec28527f3d544b51ceb0e1907d0bf3f" |
51 | 51 | ||
52 | SRCREV = "de16cf82c5263fc148118be56ebf44c8f0ee60b8" | 52 | SRCREV = "cb8de98b2cc3b62fd1a578ba479c0820778e9c02" |
53 | 53 | ||
54 | S = "${WORKDIR}/git" | 54 | S = "${WORKDIR}/git" |
55 | 55 | ||