diff options
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.7.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.7.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.7.bb index 213ce1542..5cc154604 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.7.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.7.bb | |||
@@ -63,7 +63,7 @@ SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http \ | |||
63 | file://0030-Always-use-devmapper.patch \ | 63 | file://0030-Always-use-devmapper.patch \ |
64 | file://0031-Always-use-devmapper-for-kpartx.patch \ | 64 | file://0031-Always-use-devmapper-for-kpartx.patch \ |
65 | " | 65 | " |
66 | 66 | ||
67 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 67 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
68 | 68 | ||
69 | SRCREV = "386d288b5595fc2c01dffe698b6eb306c6674908" | 69 | SRCREV = "386d288b5595fc2c01dffe698b6eb306c6674908" |
@@ -73,6 +73,7 @@ S = "${WORKDIR}/git" | |||
73 | inherit systemd pkgconfig | 73 | inherit systemd pkgconfig |
74 | 74 | ||
75 | SYSTEMD_SERVICE_${PN} = "multipathd.service" | 75 | SYSTEMD_SERVICE_${PN} = "multipathd.service" |
76 | SYSTEMD_AUTO_ENABLE = "disable" | ||
76 | 77 | ||
77 | TARGET_CC_ARCH += "${LDFLAGS}" | 78 | TARGET_CC_ARCH += "${LDFLAGS}" |
78 | 79 | ||