summaryrefslogtreecommitdiffstats
path: root/recipes-enea
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-enea')
-rw-r--r--recipes-enea/bitcalc/bitcalc_1.0.bb2
-rw-r--r--recipes-enea/count-ticks/count-ticks_1.1.bb2
-rw-r--r--recipes-enea/partrt/partrt_1.1.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-enea/bitcalc/bitcalc_1.0.bb b/recipes-enea/bitcalc/bitcalc_1.0.bb
index 2cfa879..5030c32 100644
--- a/recipes-enea/bitcalc/bitcalc_1.0.bb
+++ b/recipes-enea/bitcalc/bitcalc_1.0.bb
@@ -11,7 +11,7 @@ RDEPENDS:${PN} = "bash"
11 11
12FILESEXTRAPATHS:append := "${THISDIR}/${PN}" 12FILESEXTRAPATHS:append := "${THISDIR}/${PN}"
13 13
14SRC_URI = "git://github.com/OpenEneaLinux/rt-tools.git;branch=master \ 14SRC_URI = "git://github.com/OpenEneaLinux/rt-tools.git;branch=master;protocol=https \
15 file://0001-bitcalc-resolved-compilation-warnings.patch \ 15 file://0001-bitcalc-resolved-compilation-warnings.patch \
16 file://0001-bitcalc-resolved-memory-leaks.patch \ 16 file://0001-bitcalc-resolved-memory-leaks.patch \
17 file://0001-Fix-implicit-fallthrough-warnings.patch \ 17 file://0001-Fix-implicit-fallthrough-warnings.patch \
diff --git a/recipes-enea/count-ticks/count-ticks_1.1.bb b/recipes-enea/count-ticks/count-ticks_1.1.bb
index a33a0f9..29950c0 100644
--- a/recipes-enea/count-ticks/count-ticks_1.1.bb
+++ b/recipes-enea/count-ticks/count-ticks_1.1.bb
@@ -8,7 +8,7 @@ PR = "r1"
8 8
9RDEPENDS_${PN} = "bash" 9RDEPENDS_${PN} = "bash"
10 10
11SRC_URI = "git://github.com/OpenEneaLinux/rt-tools.git;branch=master \ 11SRC_URI = "git://github.com/OpenEneaLinux/rt-tools.git;branch=master;protocol=https \
12 file://run-ptest \ 12 file://run-ptest \
13 " 13 "
14 14
diff --git a/recipes-enea/partrt/partrt_1.1.bb b/recipes-enea/partrt/partrt_1.1.bb
index 89863b4..430a6a9 100644
--- a/recipes-enea/partrt/partrt_1.1.bb
+++ b/recipes-enea/partrt/partrt_1.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b52bab7a403562f36be803f11489f1a4"
7RDEPENDS_${PN} = "bash coreutils" 7RDEPENDS_${PN} = "bash coreutils"
8RDEPENDS_${PN}-ptest += "python" 8RDEPENDS_${PN}-ptest += "python"
9 9
10SRC_URI = "git://github.com/OpenEneaLinux/rt-tools.git;branch=master \ 10SRC_URI = "git://github.com/OpenEneaLinux/rt-tools.git;branch=master;protocol=https \
11 file://run-ptest \ 11 file://run-ptest \
12 " 12 "
13 13