aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2020-02-25 14:57:57 +0100
committerArmin Kuster <akuster808@gmail.com>2020-02-25 07:49:01 -0800
commit8cbbfa9c5c94308ab8aad74e36aae1cf5802ab15 (patch)
treeeae7c455fc880b6d46af7e782d9792bdd16a9b46
parentf8fa01021610ff287ff86286ebee56c3761f7d4e (diff)
downloadmeta-openembedded-contrib-8cbbfa9c5c94308ab8aad74e36aae1cf5802ab15.tar.gz
drbd: update SRC_URI to use archive subdirectory
* 9.0.17-1 version was moved to archive: http://www.linbit.com/downloads/drbd/9.0/archive/drbd-9.0.17-1.tar.gz * 9.0.19-1 used by zeus and newer wasn't moved yet: http://www.linbit.com/downloads/drbd/9.0/drbd-9.0.19-1.tar.gz that's why this change is only for warrior Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-support/drbd/drbd_9.0.17-1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/drbd/drbd_9.0.17-1.bb b/meta-networking/recipes-support/drbd/drbd_9.0.17-1.bb
index 1eada269cb..6192e03f99 100644
--- a/meta-networking/recipes-support/drbd/drbd_9.0.17-1.bb
+++ b/meta-networking/recipes-support/drbd/drbd_9.0.17-1.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018"
DEPENDS = "virtual/kernel"
-SRC_URI = "http://www.linbit.com/downloads/drbd/9.0/drbd-${PV}.tar.gz \
+SRC_URI = "http://www.linbit.com/downloads/drbd/9.0/archive/drbd-${PV}.tar.gz \
file://check_existence_of_modules_before_installing.patch \
file://0001-drbd-kbuild-fix-use-M-don-t-forget-addprefix-obj.patch \
"