diff options
author | kueken <ohnemailadresse@arcor.de> | 2022-04-22 23:25:41 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-04-29 18:43:20 -0700 |
commit | 786d3aa313e31a718acc9611ba3adb60573ec458 (patch) | |
tree | 141f78c6b886f403ea94a89a07817dd93faec70a | |
parent | 0b477424ed53c2e737607e0be20283dd2a9579ea (diff) | |
download | meta-openembedded-contrib-786d3aa313e31a718acc9611ba3adb60573ec458.tar.gz |
fix renamed patch
https://github.com/openembedded/meta-openembedded/commit/427c3e1ed6c1f909638976d74325945b549590cb#diff-b083e2fac146e23597aa0b458dff835d9c1700afce08afedbc17d4ac40728e56
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb index e5063142c3..fd9d096b1f 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb @@ -18,7 +18,7 @@ SRC_URI = "${APACHE_MIRROR}/httpd/httpd-${PV}.tar.bz2 \ " SRC_URI_append_class-target = " \ - file://0008-apache2-do-not-use-relative-path-for-gen_test_char.patch \ + file://0010-apache2-do-not-use-relative-path-for-gen_test_char.patch \ file://init \ file://apache2-volatile.conf \ file://apache2.service \ |