From 2c9a791dfad68071e3c2abfe34baeb6b1d8bf07b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 24 Feb 2022 12:42:52 -0500 Subject: Add now required pkgconfig inherit to restored app recipes The pkgconfig class is no longer automatically inherited via dependencies in upstream poky, add the now required explicit inherit in the restored recipes for the mediaplayer, radio, phone, and messaging apps so they will build. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I852ca9f38774e654265f3d09099bf7de60220330 --- recipes-demo/mediaplayer/mediaplayer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-demo/mediaplayer/mediaplayer_git.bb') diff --git a/recipes-demo/mediaplayer/mediaplayer_git.bb b/recipes-demo/mediaplayer/mediaplayer_git.bb index 7962f76c..31d10201 100644 --- a/recipes-demo/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo/mediaplayer/mediaplayer_git.bb @@ -15,7 +15,7 @@ SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" -inherit qmake5 +inherit qmake5 pkgconfig FILES:${PN} += "${datadir}/icons/" -- cgit 1.2.3-korg