From 4c7aaad52ddb1b45a3f874819a2d302c26d9c5e6 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Tue, 17 Feb 2026 16:41:41 +0100 Subject: [PATCH] libtoml11: Add a bugtracker url Signed-off-by: Adam Duskett Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb index 4b9eccf88d..60c97b1c2c 100644 --- a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb +++ b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb @@ -3,6 +3,7 @@ DESCRIPTION = "toml11 is a feature-rich TOML language library for \ C++11/14/17/20." HOMEPAGE = "https://github.com/ToruNiina/toml11" +BUGTRACKER = "https://github.com/ToruNiina/toml11/issues" SECTION = "libs"