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-support/libmxml | |
| 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-support/libmxml')
| -rw-r--r-- | meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb b/meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb index b81050b25a..2f6b1f247f 100644 --- a/meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb +++ b/meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
| 4 | HOMEPAGE = "https://www.msweet.org/mxml/" | 4 | HOMEPAGE = "https://www.msweet.org/mxml/" |
| 5 | BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" | 5 | BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https" | 7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https" |
| 8 | SRCREV = "fd47c7d115191c8a6bce2c781ffee41e179530f2" | 8 | SRCREV = "fd47c7d115191c8a6bce2c781ffee41e179530f2" |
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
