summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-11 19:45:18 -0800
committerKhem Raj <raj.khem@gmail.com>2023-11-12 12:02:25 -0800
commit10acc8727185a39c38fb7f3687cd4f4af67e95fc (patch)
tree4eddde1c1e2cd5356eb6eb920ceee375b7cc0560 /meta-oe/recipes-connectivity
parentb1bac8e7ea78583cd200e08a092f18a61a753985 (diff)
downloadmeta-openembedded-10acc8727185a39c38fb7f3687cd4f4af67e95fc.tar.gz
meta-oe: Use autotools make system
OE-core is switching to default to meson for gnome recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
index 7b5eecf54d..0593469a45 100644
--- a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
+++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689"
6 6
7DEPENDS = "glib-2.0 libcheck openssl libidn" 7DEPENDS = "glib-2.0 libcheck openssl libidn"
8 8
9GNOMEBASEBUILDCLASS = "autotools"
9inherit gnomebase gtk-doc 10inherit gnomebase gtk-doc
10 11
11PR = "r2" 12PR = "r2"