From 0d93f93578ac4552e1baf32a82da452e5f959f56 Mon Sep 17 00:00:00 2001 From: mechaMan0 Date: Sun, 3 Mar 2024 21:59:43 +1300 Subject: [PATCH 1/2] test building mono-xsp --- recipes-mono/images/test-image-mono.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-mono/images/test-image-mono.bb b/recipes-mono/images/test-image-mono.bb index 693c530..52ae190 100644 --- a/recipes-mono/images/test-image-mono.bb +++ b/recipes-mono/images/test-image-mono.bb @@ -9,6 +9,7 @@ IMAGE_INSTALL += "msbuild \ dotnet \ dotnet-helloworld \ python3-pythonnet \ + mono-xsp \ " IMAGE_BASENAME = "${PN}" From 1e0f5930c6c79bbc74a16d1c90f29d2d50d52162 Mon Sep 17 00:00:00 2001 From: Alex J Lennon Date: Mon, 4 Mar 2024 16:36:28 +0000 Subject: [PATCH 2/2] mono-xsp: Inherit pkgconfig to try to fix build config error Signed-off-by: Alex J Lennon --- recipes-mono/mono-xsp/mono-xsp_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-mono/mono-xsp/mono-xsp_git.bb b/recipes-mono/mono-xsp/mono-xsp_git.bb index b9d816e..a1dbfca 100644 --- a/recipes-mono/mono-xsp/mono-xsp_git.bb +++ b/recipes-mono/mono-xsp/mono-xsp_git.bb @@ -1,5 +1,7 @@ require mono-xsp-3.x.inc +inherit pkgconfig + SRCREV= "e272a2c006211b6b03be2ef5bbb9e3f8fefd0768" SRC_URI = "git://github.com/mono/xsp.git;branch=main;protocol=https \ "