summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-02-06 14:13:08 +0100
committerKhem Raj <raj.khem@gmail.com>2024-02-09 09:52:12 -0800
commit21f956598ddb1bb08855fbc9a3293acf957154d1 (patch)
tree81f729e5b1f24baa159334f289c2eb15968a4fc6 /meta-webserver/recipes-httpd
parente3489d11504b4ccbd8f7cb3e24c3b9477cf744b7 (diff)
downloadmeta-openembedded-21f956598ddb1bb08855fbc9a3293acf957154d1.tar.gz
recipes: drop ${SRCPV} usage
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd')
-rw-r--r--meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb2
-rw-r--r--meta-webserver/recipes-httpd/cherokee/cherokee_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
index 040788609..4dbf595c1 100644
--- a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
+++ b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/jchampio/apache-websocket.git;branch=master;protocol
15 15
16SRCREV = "0ee34c77fc78ff08fd548706300b80a7bc7874e4" 16SRCREV = "0ee34c77fc78ff08fd548706300b80a7bc7874e4"
17 17
18PV = "0.1.2+git${SRCPV}" 18PV = "0.1.2+git"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb
index 3dc4ca8bb..7763a3188 100644
--- a/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb
+++ b/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
8DEPENDS = "unzip-native libpcre openssl mysql5 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 8DEPENDS = "unzip-native libpcre openssl mysql5 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
9 9
10SRCREV = "9a75e65b876bcc376cb6b379dca1f7ce4a055c59" 10SRCREV = "9a75e65b876bcc376cb6b379dca1f7ce4a055c59"
11PV = "1.2.104+git${SRCPV}" 11PV = "1.2.104+git"
12SRC_URI = "git://github.com/cherokee/webserver;branch=master;protocol=https \ 12SRC_URI = "git://github.com/cherokee/webserver;branch=master;protocol=https \
13 file://cherokee.init \ 13 file://cherokee.init \
14 file://cherokee.service \ 14 file://cherokee.service \