All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig
@ 2021-09-22 19:21 Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 02/39] " Khem Raj
                   ` (37 more replies)
  0 siblings, 38 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb b/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb
index fa5b4ade8c..5d7e1a0d60 100644
--- a/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb
+++ b/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://tevent.h;endline=26;md5=4e458d658cb25e21efc16f720e78b
 SRC_URI[md5sum] = "105c7a4dbb96f1751eb27dfd05e7fa84"
 SRC_URI[sha256sum] = "f8427822e5b2878fb8b28d6f50d96848734f3f3130612fb574fdd2d2148a6696"
 
-inherit waf-samba
+inherit pkgconfig waf-samba
 
 PACKAGECONFIG ??= "\
     ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)} \
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 02/39] libgnt: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 03/39] portaudio-v19: " Khem Raj
                   ` (36 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb
index 7c9a2cbf6b..2450d31966 100644
--- a/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb
+++ b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c9a1abacd0166f595a9fbe6afb1f0d5e"
 DEPENDS = "glib-2.0 ncurses libxml2 glib-2.0-native"
 
-inherit meson
+inherit meson pkgconfig
 
 # SRCREV = "0a44b1d01c41"
 # SRC_URI = "hg://keep.imfreedom.org/${BPN};module=${BPN}
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 03/39] portaudio-v19: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 02/39] " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-filesystems][PATCH 04/39] sshfs-fuse: " Khem Raj
                   ` (35 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb
index c0b32e725d..ac360659ae 100644
--- a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb
+++ b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb
@@ -13,7 +13,7 @@ SRC_URI = " \
 SRCREV = "147dd722548358763a8b649b3e4b41dfffbcfbb6"
 S = "${WORKDIR}/git"
 
-inherit cmake
+inherit cmake pkgconfig
 
 PACKAGECONFIG ??= "alsa jack"
 PACKAGECONFIG[alsa] = ",,alsa-lib"
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-filesystems][PATCH 04/39] sshfs-fuse: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 02/39] " Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 03/39] portaudio-v19: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-gnome][PATCH 05/39] appstream-glib: " Khem Raj
                   ` (34 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb
index 251f03b07c..60b664ff53 100644
--- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb
+++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/libfuse/sshfs"
 SRCREV = "9700b353700589dcc462205c638bcb40219a49c2"
 S = "${WORKDIR}/git"
 
-inherit meson ptest
+inherit meson pkgconfig ptest
 
 SRC_URI += " \
 	file://run-ptest \
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-gnome][PATCH 05/39] appstream-glib: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (2 preceding siblings ...)
  2021-09-22 19:21 ` [meta-filesystems][PATCH 04/39] sshfs-fuse: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 06/39] volume-key: " Khem Raj
                   ` (33 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
Did not find pkg-config by name 'pkg-config'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-support/appstream-glib/appstream-glib_0.7.18.bb     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb
index 11d1442783..3488fb568c 100644
--- a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb
+++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb
@@ -17,7 +17,7 @@ DEPENDS = " \
     libstemmer \
 "
 
-inherit meson gobject-introspection gettext bash-completion
+inherit meson gobject-introspection gettext bash-completion pkgconfig
 
 SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz"
 SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002"
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 06/39] volume-key: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (3 preceding siblings ...)
  2021-09-22 19:21 ` [meta-gnome][PATCH 05/39] appstream-glib: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-networking][PATCH 07/39] kronosnet: " Khem Raj
                   ` (32 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
../volume_key-0.3.12/configure: line 13428: syntax error near unexpected token `blkid,'
../volume_key-0.3.12/configure: line 13428: `PKG_CHECK_MODULES(blkid, blkid)'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb b/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb
index bfecc7ebd8..ef1ae2c0b0 100644
--- a/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb
+++ b/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "6ca3748fc1dad22c450bbf6601d4e706cb11c5e662d11bb4aeb473a9cd
 SRCNAME = "volume_key"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-inherit autotools python3native gettext
+inherit autotools python3native gettext pkgconfig
 
 DEPENDS += " \
     util-linux \
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-networking][PATCH 07/39] kronosnet: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (4 preceding siblings ...)
  2021-09-22 19:21 ` [meta-oe][PATCH 06/39] volume-key: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 08/39] rrdtool: " Khem Raj
                   ` (31 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
configure.ac:32: error: possibly undefined macro: AC_MSG_ERROR

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb b/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb
index edbca246de..b19482c79a 100644
--- a/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb
+++ b/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1"
 
 UPSTREAM_CHECK_URI = "https://github.com/kronosnet/kronosnet/releases"
 
-inherit autotools
+inherit autotools pkgconfig
 
 S = "${WORKDIR}/git"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 08/39] rrdtool: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (5 preceding siblings ...)
  2021-09-22 19:21 ` [meta-networking][PATCH 07/39] kronosnet: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 09/39] libbytesize: " Khem Raj
                   ` (30 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
configure: error: Please fix the library issues listed above and try again.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb
index a1919e7400..e96138ea83 100644
--- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb
+++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb
@@ -15,7 +15,7 @@ SRC_URI = "\
 
 S = "${WORKDIR}/git"
 
-inherit cpan autotools-brokensep gettext python3native python3-dir systemd
+inherit cpan autotools-brokensep gettext pkgconfig python3native python3-dir systemd
 
 BBCLASSEXTEND = "native"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 09/39] libbytesize: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (6 preceding siblings ...)
  2021-09-22 19:21 ` [meta-oe][PATCH 08/39] rrdtool: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 10/39] dlt-daemon: " Khem Raj
                   ` (29 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
../git/configure: line 13851: `PKG_CHECK_MODULES(PCRE2, libpcre2-8, , LIBBYTESIZE_SOFT_FAILURE($[PCRE2]_PKG_ERRORS))'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb
index 118259e4fd..7b8d4a3f91 100644
--- a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb
+++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb
@@ -12,7 +12,7 @@ B = "${S}"
 SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654"
 SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master"
 
-inherit gettext autotools python3native
+inherit gettext autotools pkgconfig python3native
 
 DEPENDS += " \
     libpcre2 \
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 10/39] dlt-daemon: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (7 preceding siblings ...)
  2021-09-22 19:21 ` [meta-oe][PATCH 09/39] libbytesize: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-gnome][PATCH 11/39] libmypaint: " Khem Raj
                   ` (28 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
  TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/dlt-daemon/2.18.7-r0/recipe-sysroot-native/usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb
index 94df015068..6b906a21c3 100644
--- a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb
+++ b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb
@@ -43,7 +43,7 @@ PACKAGECONFIG[dlt-adaptor] = "-DWITH_DLT_ADAPTOR=ON,-DWITH_DLT_ADAPTOR=OFF,,dlt-
 PACKAGECONFIG[dlt-filetransfer] = "-DWITH_DLT_FILETRANSFER=ON,-DWITH_DLT_FILETRANSFER=OFF"
 PACKAGECONFIG[dlt-console] = "-DWITH_DLT_CONSOLE=ON,-DWITH_DLT_CONSOLE=OFF,,dlt-daemon-systemd"
 
-inherit autotools gettext cmake systemd
+inherit autotools gettext cmake pkgconfig systemd
 
 EXTRA_OECMAKE += "-DWITH_EXTENDED_FILTERING=ON -DSYSTEMD_UNITDIR=${systemd_system_unitdir}"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-gnome][PATCH 11/39] libmypaint: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (8 preceding siblings ...)
  2021-09-22 19:21 ` [meta-oe][PATCH 10/39] dlt-daemon: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 12/39] libubox: " Khem Raj
                   ` (27 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
../git/configure: line 13030: syntax error near unexpected token `0.16'
../git/configure: line 13030: `PKG_PROG_PKG_CONFIG(0.16)'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
index e123ef5fcc..d509aa3dd0 100644
--- a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
+++ b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
@@ -10,7 +10,7 @@ DEPENDS = " \
     json-c \
 "
 
-inherit autotools gobject-introspection gettext python3native
+inherit autotools gobject-introspection gettext pkgconfig python3native
 
 SRC_URI = "git://github.com/mypaint/libmypaint.git;protocol=https;branch=libmypaint-v1 \
            file://0001-make-build-compatible-w.-autoconf-2.7.patch \
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 12/39] libubox: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (9 preceding siblings ...)
  2021-09-22 19:21 ` [meta-gnome][PATCH 11/39] libmypaint: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-filesystems][PATCH 13/39] xfsprogs: " Khem Raj
                   ` (26 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libubox/1.0.1+gitAUTOINC+07413cce72-r0/git/blobmsg_json.c:23:11: fatal error: 'json/json.h' file not found
        #include <json/json.h>
                 ^~~~~~~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-devtools/libubox/libubox_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb
index 7dbefa1152..76d1c8bf3a 100644
--- a/meta-oe/recipes-devtools/libubox/libubox_git.bb
+++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb
@@ -24,7 +24,7 @@ PV = "1.0.1+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-inherit cmake
+inherit cmake pkgconfig
 
 DEPENDS = "json-c"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-filesystems][PATCH 13/39] xfsprogs: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (10 preceding siblings ...)
  2021-09-22 19:21 ` [meta-oe][PATCH 12/39] libubox: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 14/39] pavucontrol: " Khem Raj
                   ` (25 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
./configure: line 16454: syntax error near unexpected token `libicu,'
./configure: line 16454: `                 PKG_CHECK_MODULES(libicu, icu-i18n, have_libicu=yes, have_libicu=no)'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.13.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.13.0.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.13.0.bb
index 64873ac038..df5f764e16 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.13.0.bb
+++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.13.0.bb
@@ -13,7 +13,7 @@ SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \
            file://0001-support-usrmerge.patch \
            "
 SRC_URI[sha256sum] = "4e142d4babe086adf9016d8c606c805829da08e46389a4433f40346204f90cdb"
-inherit autotools-brokensep
+inherit autotools-brokensep pkgconfig
 
 PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 14/39] pavucontrol: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (11 preceding siblings ...)
  2021-09-22 19:21 ` [meta-filesystems][PATCH 13/39] xfsprogs: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-python][PATCH 15/39] python3-icu: " Khem Raj
                   ` (24 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
../pavucontrol-4.0/configure: line 6444: syntax error near unexpected token `GUILIBS,'
../pavucontrol-4.0/configure: line 6444: `PKG_CHECK_MODULES(GUILIBS,  gtkmm-3.0 >= 3.0 sigc++-2.0 libcanberra-gtk3 >= 0.16 )'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb
index 3e98e71c60..591703e868 100644
--- a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb
+++ b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
 # mind when doing version upgrades).
 DEPENDS = "libxml-parser-perl-native intltool-native glib-2.0-native gtkmm3 libcanberra pulseaudio"
 
-inherit autotools features_check perlnative
+inherit autotools features_check perlnative pkgconfig
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-python][PATCH 15/39] python3-icu: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (12 preceding siblings ...)
  2021-09-22 19:21 ` [meta-oe][PATCH 14/39] pavucontrol: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-networking][PATCH 16/39] blueman: " Khem Raj
                   ` (23 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
RuntimeError:
Please install pkg-config on your system or set the PYICU_CFLAGS environment
variable to the flags required by the C++ compiler to find the header files
for ICU, and possibly -std=c++11 if using ICU version >= 60

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-icu_2.7.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-icu_2.7.2.bb b/meta-python/recipes-devtools/python/python3-icu_2.7.2.bb
index 4c064c3d4c..2433a8c9d3 100644
--- a/meta-python/recipes-devtools/python/python3-icu_2.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-icu_2.7.2.bb
@@ -3,11 +3,11 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://setup.py;beginline=244;endline=252;md5=3e00c41c6d04310707992b93307a224f"
 
-DEPENDS += "pkgconfig icu"
+DEPENDS += "icu"
 
 PYPI_PACKAGE = "PyICU"
 SRC_URI[sha256sum] = "1382869b22d91cc99274f9b525fa7d9199b44d9007ff0036a09747839a01e9dc"
 
 SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch"
 
-inherit pypi setuptools3
+inherit pkgconfig pypi setuptools3
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-networking][PATCH 16/39] blueman: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (13 preceding siblings ...)
  2021-09-22 19:21 ` [meta-python][PATCH 15/39] python3-icu: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-multimedia][PATCH 17/39] mimic: " Khem Raj
                   ` (22 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
../blueman-2.2.1/configure: line 15660: syntax error near unexpected token `PYTHON,'
../blueman-2.2.1/configure: line 15660: `PKG_CHECK_MODULES(PYTHON, python-${PYTHON_VERSION})'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb
index 6ccb425e38..8e874edd5e 100644
--- a/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb
+++ b/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 DEPENDS = "bluez5 python3-pygobject python3-cython-native python3-setuptools-native intltool-native"
 
-inherit autotools gettext systemd gsettings python3native gtk-icon-cache
+inherit autotools gettext systemd gsettings pkgconfig python3native gtk-icon-cache
 
 SRC_URI = " \
     https://github.com/blueman-project/blueman/releases/download/${PV}/blueman-${PV}.tar.xz \
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-multimedia][PATCH 17/39] mimic: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (14 preceding siblings ...)
  2021-09-22 19:21 ` [meta-networking][PATCH 16/39] blueman: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-python][PATCH 18/39] python3-h5py: " Khem Raj
                   ` (21 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
configure.ac:132: error: possibly undefined macro: m4_ignore
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb
index f4e26d52c3..412a272eed 100644
--- a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb
+++ b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb
@@ -25,7 +25,7 @@ SRC_URI = "git://github.com/MycroftAI/mimic1.git \
            file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \
           "
 
-inherit autotools
+inherit autotools pkgconfig
 
 S = "${WORKDIR}/git"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-python][PATCH 18/39] python3-h5py: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (15 preceding siblings ...)
  2021-09-22 19:21 ` [meta-multimedia][PATCH 17/39] mimic: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-gnome][PATCH 19/39] libchamplain: " Khem Raj
                   ` (20 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
error: pkg-config probably not installed: FileNotFoundError(2, 'No such file or directory')

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb
index cc23802626..89000b7936 100644
--- a/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb
@@ -11,7 +11,7 @@ SRC_URI:append = " \
            file://0001-setup.py-Fix-numpy-version.patch \
           "
 
-inherit pypi setuptools3
+inherit pkgconfig pypi setuptools3
 
 BBCLASSEXTEND = "native"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-gnome][PATCH 19/39] libchamplain: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (16 preceding siblings ...)
  2021-09-22 19:21 ` [meta-python][PATCH 18/39] python3-h5py: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-multimedia][PATCH 20/39] gst-shark: " Khem Raj
                   ` (19 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
Did not find pkg-config by name 'pkg-config'
Found Pkg-config: NO

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
index 24312c78a3..9b99bbc4e2 100644
--- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
+++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 DEPENDS = "glib-2.0 gtk+3 gdk-pixbuf clutter-1.0 clutter-gtk-1.0 libsoup-2.4"
 
-inherit features_check gobject-introspection meson
+inherit features_check gobject-introspection meson pkgconfig
 
 REQUIRED_DISTRO_FEATURES = "opengl"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-multimedia][PATCH 20/39] gst-shark: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (17 preceding siblings ...)
  2021-09-22 19:21 ` [meta-gnome][PATCH 19/39] libchamplain: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 21/39] zchunk: " Khem Raj
                   ` (18 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
configure: error: This package requires GLib >= 2.44.0 to compile.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-multimedia/gstreamer-1.0/gst-shark_git.bb           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb
index fe4bd37442..baf75aa51d 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb
@@ -32,4 +32,4 @@ FILES:${PN} += "\
        ${libdir}/gstreamer-1.0/libgstsharktracers.la \
 "
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 21/39] zchunk: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (18 preceding siblings ...)
  2021-09-22 19:21 ` [meta-multimedia][PATCH 20/39] gst-shark: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 22/39] libvdpau: " Khem Raj
                   ` (17 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes

../git/meson.build:32:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb
index 59a0dfff2f..c1b22886fb 100644
--- a/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb
+++ b/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb
@@ -17,6 +17,6 @@ DEPENDS = "\
 DEPENDS:append:libc-musl = " argp-standalone"
 LDFLAGS:append:libc-musl = " -largp"
 
-inherit meson
+inherit meson pkgconfig
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 22/39] libvdpau: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (19 preceding siblings ...)
  2021-09-22 19:21 ` [meta-oe][PATCH 21/39] zchunk: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 23/39] tigervnc: " Khem Raj
                   ` (16 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
../git/src/meson.build:1:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb b/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb
index ec2d10608b..64dd3ea785 100644
--- a/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb
+++ b/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau"
 
 S = "${WORKDIR}/git"
 
-inherit features_check meson
+inherit features_check meson pkgconfig
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 23/39] tigervnc: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (20 preceding siblings ...)
  2021-09-22 19:21 ` [meta-oe][PATCH 22/39] libvdpau: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-multimedia][PATCH 24/39] mpc: " Khem Raj
                   ` (15 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
configure.ac:118: error: possibly undefined macro: AC_DEFINE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb
index 057a1772a4..e7673c58da 100644
--- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb
+++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3"
 
 S = "${WORKDIR}/git"
 
-inherit features_check
+inherit autotools cmake features_check pkgconfig
+
 REQUIRED_DISTRO_FEATURES = "x11 pam"
 
-inherit autotools cmake
 B = "${S}"
 
 SRCREV = "540bfc3278e396321124d4b18a798ac2bc18b6ca"
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-multimedia][PATCH 24/39] mpc: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (21 preceding siblings ...)
  2021-09-22 19:21 ` [meta-oe][PATCH 23/39] tigervnc: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:21 ` [meta-oe][PATCH 25/39] avro-c: " Khem Raj
                   ` (14 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
Did not find pkg-config by name 'pkg-config'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb
index dcfc3df0bf..32ec15defe 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 HOMEPAGE = "https://www.musicpd.org/clients/mpc/"
 
-inherit meson
+inherit meson pkgconfig
 
 DEPENDS += "libmpdclient"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 25/39] avro-c: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (22 preceding siblings ...)
  2021-09-22 19:21 ` [meta-multimedia][PATCH 24/39] mpc: " Khem Raj
@ 2021-09-22 19:21 ` Khem Raj
  2021-09-22 19:22 ` [meta-filesystems][PATCH 26/39] udevil: " Khem Raj
                   ` (13 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/avro/avro-c_1.10.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/avro/avro-c_1.10.2.bb b/meta-oe/recipes-support/avro/avro-c_1.10.2.bb
index b86bfead76..98f464fd04 100644
--- a/meta-oe/recipes-support/avro/avro-c_1.10.2.bb
+++ b/meta-oe/recipes-support/avro/avro-c_1.10.2.bb
@@ -14,4 +14,4 @@ SRC_URI = "git://github.com/apache/avro;branch=${BRANCH} \
 
 S = "${WORKDIR}/git/lang/c"
 
-inherit cmake
+inherit cmake pkgconfig
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-filesystems][PATCH 26/39] udevil: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (23 preceding siblings ...)
  2021-09-22 19:21 ` [meta-oe][PATCH 25/39] avro-c: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-oe][PATCH 27/39] remmina: " Khem Raj
                   ` (12 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
configure.ac:97: error: possibly undefined macro: AC_MSG_ERROR

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb
index 1e88ced90e..3591a4f6d6 100644
--- a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb
+++ b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb
@@ -11,7 +11,7 @@ RDEPENDS:${PN} = "udev bash"
 LICENSE = "GPL-3.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-inherit autotools systemd
+inherit autotools pkgconfig systemd
 
 SRC_URI = "https://github.com/IgnorantGuru/udevil/raw/pkg/${PV}/udevil-${PV}.tar.xz \
     file://0001-udevil-0.4.3-fix-compile-with-gcc6.patch \
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 27/39] remmina: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (24 preceding siblings ...)
  2021-09-22 19:22 ` [meta-filesystems][PATCH 26/39] udevil: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-python][PATCH 28/39] python3-pyparted: " Khem Raj
                   ` (11 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
  Could NOT find GTK3 (missing: Cairo_FOUND) (Required is at least version
  "3.14.0")

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/remmina/remmina_1.4.18.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.18.bb b/meta-oe/recipes-support/remmina/remmina_1.4.18.bb
index f52378b4bb..5a915c4766 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.18.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.18.bb
@@ -29,7 +29,7 @@ SRCREV = "045862cc7d7dd986b349c68131df2f86b9b1cd9c"
 SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https"
 S = "${WORKDIR}/git"
 
-inherit cmake features_check mime mime-xdg gtk-icon-cache
+inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig
 REQUIRED_DISTRO_FEATURES = "x11"
 
 EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF"
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-python][PATCH 28/39] python3-pyparted: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (25 preceding siblings ...)
  2021-09-22 19:22 ` [meta-oe][PATCH 27/39] remmina: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-oe][PATCH 29/39] transmission: " Khem Raj
                   ` (10 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb
index 765201ca7b..ef04024aaf 100644
--- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb
+++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "\
 SRC_URI[md5sum] = "69284f943982f54ded76960c92098a02"
 SRC_URI[sha256sum] = "61cde7b096bccd69ddc75c85b17f8baed45c3687d404706d91403a319453b903"
 
-inherit pypi distutils3
+inherit pkgconfig pypi distutils3
 
 DEPENDS += "parted"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 29/39] transmission: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (26 preceding siblings ...)
  2021-09-22 19:22 ` [meta-python][PATCH 28/39] python3-pyparted: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-multimedia][PATCH 30/39] libuvc: " Khem Raj
                   ` (9 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-connectivity/transmission/transmission_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/transmission/transmission_git.bb b/meta-oe/recipes-connectivity/transmission/transmission_git.bb
index 74902500d0..43b000e7df 100644
--- a/meta-oe/recipes-connectivity/transmission/transmission_git.bb
+++ b/meta-oe/recipes-connectivity/transmission/transmission_git.bb
@@ -18,7 +18,7 @@ PV = "3.00"
 
 S = "${WORKDIR}/git"
 
-inherit autotools-brokensep gettext update-rc.d systemd mime-xdg
+inherit autotools-brokensep gettext update-rc.d pkgconfig systemd mime-xdg
 
 PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)} \
                  ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-multimedia][PATCH 30/39] libuvc: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (27 preceding siblings ...)
  2021-09-22 19:22 ` [meta-oe][PATCH 29/39] transmission: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-networking][PATCH 31/39] crda: " Khem Raj
                   ` (8 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
  pkg-config tool not found

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-multimedia/recipes-multimedia/libuvc/libuvc.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb
index 4d301fb2f6..b34479f381 100644
--- a/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb
+++ b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb
@@ -11,4 +11,4 @@ PV = "v0.0.6+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-inherit cmake
+inherit cmake pkgconfig
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-networking][PATCH 31/39] crda: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (28 preceding siblings ...)
  2021-09-22 19:22 ` [meta-multimedia][PATCH 30/39] libuvc: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-oe][PATCH 32/39] wxwidgets: " Khem Raj
                   ` (7 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
/bin/sh: pkg-config: command not found

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-networking/recipes-connectivity/crda/crda_3.18.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
index 7b663cdbb4..f99dfd66f9 100644
--- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb
+++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
@@ -19,7 +19,7 @@ SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \
 SRC_URI[md5sum] = "0431fef3067bf503dfb464069f06163a"
 SRC_URI[sha256sum] = "43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf"
 
-inherit python3-dir python3native siteinfo
+inherit pkgconfig python3-dir python3native siteinfo
 
 # Recursive make problem
 EXTRA_OEMAKE = "MAKEFLAGS= DESTDIR=${D} LIBDIR=${libdir}/crda LDLIBREG='-Wl,-rpath,${libdir}/crda -lreg' \
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 32/39] wxwidgets: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (29 preceding siblings ...)
  2021-09-22 19:22 ` [meta-networking][PATCH 31/39] crda: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-oe][PATCH 33/39] mdbus2: " Khem Raj
                   ` (6 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb b/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb
index f1e87ba220..9d9fab2eae 100644
--- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb
+++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb
@@ -10,7 +10,7 @@ LICENSE = "wxWidgets"
 LIC_FILES_CHKSUM = "file://docs/licence.txt;md5=981f50a934828620b08f44d75db557c6"
 
 inherit ${@bb.utils.contains('PACKAGECONFIG', 'qt', 'cmake_qt5', 'cmake', d)}
-inherit features_check lib_package binconfig
+inherit features_check lib_package binconfig pkgconfig
 
 # All toolkit-configs except 'no_gui' require x11 explicitly (see toolkit.cmake)
 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'no_gui', '', 'x11', d)}"
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 33/39] mdbus2: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (30 preceding siblings ...)
  2021-09-22 19:22 ` [meta-oe][PATCH 32/39] wxwidgets: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-networking][PATCH 34/39] firewalld: " Khem Raj
                   ` (5 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
../git/configure: line 12721: syntax error near unexpected token `0.21'
../git/configure: line 12721: `PKG_PROG_PKG_CONFIG(0.21)'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-core/mdbus2/mdbus2_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
index 71ab4d45a7..7d01829789 100644
--- a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
+++ b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
@@ -13,6 +13,6 @@ SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa"
 
 S = "${WORKDIR}/git"
 
-inherit autotools vala
+inherit autotools pkgconfig vala
 
 EXTRA_OECONF += "--enable-vala"
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-networking][PATCH 34/39] firewalld: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (31 preceding siblings ...)
  2021-09-22 19:22 ` [meta-oe][PATCH 33/39] mdbus2: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-oe][PATCH 35/39] renderdoc: " Khem Raj
                   ` (4 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
../firewalld-0.9.4/configure: line 3408: pkg.m4: command not found
../firewalld-0.9.4/configure: line 3422: syntax error near unexpected token `0.16'
../firewalld-0.9.4/configure: line 3422: `  PKG_PROG_PKG_CONFIG(0.16)'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-connectivity/firewalld/firewalld_0.9.4.bb           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb
index 7aed5105cd..7d29bf1ed0 100644
--- a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb
+++ b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "52c5e3d5b1e2efc0e86c22b2bc1f7fd80908cc2d8130157dc2a3517a59
 # glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4
 DEPENDS = "intltool-native glib-2.0-native nftables"
 
-inherit gettext autotools bash-completion python3native gsettings systemd update-rc.d
+inherit gettext autotools bash-completion pkgconfig python3native gsettings systemd update-rc.d
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
 PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd"
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 35/39] renderdoc: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (32 preceding siblings ...)
  2021-09-22 19:22 ` [meta-networking][PATCH 34/39] firewalld: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-networking][PATCH 36/39] fetchmail: " Khem Raj
                   ` (3 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
index 62d4cba5fc..be5b6013f6 100644
--- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
+++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
@@ -15,7 +15,7 @@ DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms vim-native"
 
 RDEPENDS:${PN} = "libxcb xcb-util-keysyms"
 
-inherit cmake python3native features_check
+inherit cmake pkgconfig python3native features_check
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-networking][PATCH 36/39] fetchmail: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (33 preceding siblings ...)
  2021-09-22 19:22 ` [meta-oe][PATCH 35/39] renderdoc: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-multimedia][PATCH 37/39] ncmpc: " Khem Raj
                   ` (2 subsequent siblings)
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
configure.ac:1: error: possibly undefined macro: dnl
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-networking/recipes-support/fetchmail/fetchmail_6.4.21.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.21.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.21.bb
index 33a05ed61a..892e02844d 100644
--- a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.21.bb
+++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.21.bb
@@ -14,7 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \
            "
 SRC_URI[sha256sum] = "6a459c1cafd7a1daa5cd137140da60c18c84b5699cd8e7249a79c33342c99d1d"
 
-inherit autotools gettext python3-dir python3native
+inherit autotools gettext pkgconfig python3-dir python3native
 
 EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-multimedia][PATCH 37/39] ncmpc: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (34 preceding siblings ...)
  2021-09-22 19:22 ` [meta-networking][PATCH 36/39] fetchmail: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-oe][PATCH 38/39] yad: " Khem Raj
  2021-09-22 19:22 ` [meta-oe][PATCH 39/39] mscgen: " Khem Raj
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
Did not find pkg-config by name 'pkg-config'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb
index b811297095..aa1a234a64 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 HOMEPAGE = "https://www.musicpd.org/clients/ncmpc/"
 
-inherit meson
+inherit meson pkgconfig
 
 DEPENDS += " \
     boost \
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 38/39] yad: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (35 preceding siblings ...)
  2021-09-22 19:22 ` [meta-multimedia][PATCH 37/39] ncmpc: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  2021-09-22 19:22 ` [meta-oe][PATCH 39/39] mscgen: " Khem Raj
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
../git/configure: line 4933: syntax error near unexpected token `GTK,'
../git/configure: line 4933: `PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.22.0 gtk+-unix-print-3.0)'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-graphics/yad/yad_6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/yad/yad_6.0.bb b/meta-oe/recipes-graphics/yad/yad_6.0.bb
index 46ce671317..6ede557c7c 100644
--- a/meta-oe/recipes-graphics/yad/yad_6.0.bb
+++ b/meta-oe/recipes-graphics/yad/yad_6.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SRC_URI = "git://github.com/v1cont/yad.git"
 SRCREV = "a5b1a7a3867bc7dffbbc539f586f301687b6ec02"
 
-inherit autotools gsettings features_check
+inherit autotools gsettings features_check pkgconfig
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [meta-oe][PATCH 39/39] mscgen: Inherit pkgconfig
  2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
                   ` (36 preceding siblings ...)
  2021-09-22 19:22 ` [meta-oe][PATCH 38/39] yad: " Khem Raj
@ 2021-09-22 19:22 ` Khem Raj
  37 siblings, 0 replies; 39+ messages in thread
From: Khem Raj @ 2021-09-22 19:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
../mscgen-0.20/configure: line 5586: PKG_PROG_PKG_CONFIG: command not found

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/mscgen/mscgen_0.20.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/mscgen/mscgen_0.20.bb b/meta-oe/recipes-support/mscgen/mscgen_0.20.bb
index 25cfafafa8..da8ea35d26 100644
--- a/meta-oe/recipes-support/mscgen/mscgen_0.20.bb
+++ b/meta-oe/recipes-support/mscgen/mscgen_0.20.bb
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "3c3481ae0599e1c2d30b7ed54ab45249127533ab2f20e768a0ae58d855
 
 DEPENDS = "gd "
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig
 
 do_configure:prepend() {
 	sed -i "s#AC_PATH_PROG(GDLIB_CONFIG,gdlib-config)#AC_PATH_PROG([GDLIB_CONFIG],[gdlib-config], ,[${STAGING_BINDIR_CROSS}])#" ${S}/configure.ac
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2021-09-22 19:22 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22 19:21 [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 02/39] " Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 03/39] portaudio-v19: " Khem Raj
2021-09-22 19:21 ` [meta-filesystems][PATCH 04/39] sshfs-fuse: " Khem Raj
2021-09-22 19:21 ` [meta-gnome][PATCH 05/39] appstream-glib: " Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 06/39] volume-key: " Khem Raj
2021-09-22 19:21 ` [meta-networking][PATCH 07/39] kronosnet: " Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 08/39] rrdtool: " Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 09/39] libbytesize: " Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 10/39] dlt-daemon: " Khem Raj
2021-09-22 19:21 ` [meta-gnome][PATCH 11/39] libmypaint: " Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 12/39] libubox: " Khem Raj
2021-09-22 19:21 ` [meta-filesystems][PATCH 13/39] xfsprogs: " Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 14/39] pavucontrol: " Khem Raj
2021-09-22 19:21 ` [meta-python][PATCH 15/39] python3-icu: " Khem Raj
2021-09-22 19:21 ` [meta-networking][PATCH 16/39] blueman: " Khem Raj
2021-09-22 19:21 ` [meta-multimedia][PATCH 17/39] mimic: " Khem Raj
2021-09-22 19:21 ` [meta-python][PATCH 18/39] python3-h5py: " Khem Raj
2021-09-22 19:21 ` [meta-gnome][PATCH 19/39] libchamplain: " Khem Raj
2021-09-22 19:21 ` [meta-multimedia][PATCH 20/39] gst-shark: " Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 21/39] zchunk: " Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 22/39] libvdpau: " Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 23/39] tigervnc: " Khem Raj
2021-09-22 19:21 ` [meta-multimedia][PATCH 24/39] mpc: " Khem Raj
2021-09-22 19:21 ` [meta-oe][PATCH 25/39] avro-c: " Khem Raj
2021-09-22 19:22 ` [meta-filesystems][PATCH 26/39] udevil: " Khem Raj
2021-09-22 19:22 ` [meta-oe][PATCH 27/39] remmina: " Khem Raj
2021-09-22 19:22 ` [meta-python][PATCH 28/39] python3-pyparted: " Khem Raj
2021-09-22 19:22 ` [meta-oe][PATCH 29/39] transmission: " Khem Raj
2021-09-22 19:22 ` [meta-multimedia][PATCH 30/39] libuvc: " Khem Raj
2021-09-22 19:22 ` [meta-networking][PATCH 31/39] crda: " Khem Raj
2021-09-22 19:22 ` [meta-oe][PATCH 32/39] wxwidgets: " Khem Raj
2021-09-22 19:22 ` [meta-oe][PATCH 33/39] mdbus2: " Khem Raj
2021-09-22 19:22 ` [meta-networking][PATCH 34/39] firewalld: " Khem Raj
2021-09-22 19:22 ` [meta-oe][PATCH 35/39] renderdoc: " Khem Raj
2021-09-22 19:22 ` [meta-networking][PATCH 36/39] fetchmail: " Khem Raj
2021-09-22 19:22 ` [meta-multimedia][PATCH 37/39] ncmpc: " Khem Raj
2021-09-22 19:22 ` [meta-oe][PATCH 38/39] yad: " Khem Raj
2021-09-22 19:22 ` [meta-oe][PATCH 39/39] mscgen: " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.