diff options
| author | Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> | 2023-09-04 18:08:18 +0530 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 08:22:43 -0700 |
| commit | 3da59b8a8a5f8c1d15cdecdb77e238f8206ee880 (patch) | |
| tree | 3eddc585e18113e4c3308a085078cbda181d4ac2 /meta-oe/recipes-graphics/lvgl | |
| parent | c902a85099596136e850636192458d1cdac6c9a4 (diff) | |
| download | meta-openembedded-3da59b8a8a5f8c1d15cdecdb77e238f8206ee880.tar.gz | |
meta-oe-components: Avoid usage of nobranch=1
The usage of nobranch=1 in SRC_URI allows using unprotected branches.
This change updates the real branch name in place of nobranch=1 for these components.
Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/lvgl')
| -rw-r--r-- | meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb b/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb index 22b4826403..0049bbe237 100644 --- a/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb +++ b/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb | |||
| @@ -8,7 +8,7 @@ DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lod | |||
| 8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/lvgl/lv_lib_png;;protocol=https;nobranch=1" | 11 | SRC_URI = "git://github.com/lvgl/lv_lib_png;;protocol=https;branch=master" |
| 12 | SRCREV = "bf1531afe07c9f861107559e29ab8a2d83e4715a" | 12 | SRCREV = "bf1531afe07c9f861107559e29ab8a2d83e4715a" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
