From: Scott Murray Date: Thu, 24 Feb 2022 17:42:52 +0000 (-0500) Subject: Add now required pkgconfig inherit to restored app recipes X-Git-Tag: 13.91.0~53 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2c9a791dfad68071e3c2abfe34baeb6b1d8bf07b;p=AGL%2Fmeta-agl-demo.git 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 --- diff --git a/recipes-demo/mediaplayer/mediaplayer_git.bb b/recipes-demo/mediaplayer/mediaplayer_git.bb index 7962f76c9..31d10201c 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/" diff --git a/recipes-demo/messaging/messaging_git.bb b/recipes-demo/messaging/messaging_git.bb index 47b3be8e6..0da2c9e03 100644 --- a/recipes-demo/messaging/messaging_git.bb +++ b/recipes-demo/messaging/messaging_git.bb @@ -15,7 +15,7 @@ SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" -inherit qmake5 +inherit qmake5 pkgconfig FILES:${PN} += "${datadir}/icons/" diff --git a/recipes-demo/phone/phone_git.bb b/recipes-demo/phone/phone_git.bb index 5e89af53a..a5fa443a6 100644 --- a/recipes-demo/phone/phone_git.bb +++ b/recipes-demo/phone/phone_git.bb @@ -15,7 +15,7 @@ SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" -inherit qmake5 +inherit qmake5 pkgconfig FILES:${PN} += "${datadir}/icons/ ${datadir}/sounds/" diff --git a/recipes-demo/radio/radio_git.bb b/recipes-demo/radio/radio_git.bb index 326c411a7..b98d0fde0 100644 --- a/recipes-demo/radio/radio_git.bb +++ b/recipes-demo/radio/radio_git.bb @@ -19,7 +19,7 @@ SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" -inherit qmake5 +inherit qmake5 pkgconfig # ALS, CES, FOSDEM available AGL_RADIO_PRESETS_LOCALE ?= "CES"