diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-11-09 17:00:14 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-12 11:32:47 +0530 |
| commit | c20da5925bbfe831ad6176b4288735a89591cd4b (patch) | |
| tree | c8d434c29198a5a26de64465ae817a1e77356aae | |
| parent | 5d481e301727d4e252e95aebda363a60f9750b94 (diff) | |
| download | meta-openembedded-c20da5925bbfe831ad6176b4288735a89591cd4b.tar.gz | |
iksemel: fix SRC_URI branch
Master branch was renamed to main.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-support/iksemel/iksemel_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb index 017e7d26a6..39377597df 100644 --- a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb +++ b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" | |||
| 7 | SRCREV = "978b733462e41efd5db72bc9974cb3b0d1d5f6fa" | 7 | SRCREV = "978b733462e41efd5db72bc9974cb3b0d1d5f6fa" |
| 8 | PV = "1.5+git" | 8 | PV = "1.5+git" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https;branch=master \ | 10 | SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https;branch=main \ |
| 11 | file://fix-configure-option-parsing.patch \ | 11 | file://fix-configure-option-parsing.patch \ |
| 12 | file://avoid-obsolete-gnutls-apis.patch" | 12 | file://avoid-obsolete-gnutls-apis.patch" |
| 13 | 13 | ||
