diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-11-11 19:45:18 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-12 12:02:25 -0800 |
| commit | 10acc8727185a39c38fb7f3687cd4f4af67e95fc (patch) | |
| tree | 4eddde1c1e2cd5356eb6eb920ceee375b7cc0560 | |
| parent | b1bac8e7ea78583cd200e08a092f18a61a753985 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/glade/glade_3.22.2.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb | 1 |
3 files changed, 3 insertions, 1 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 | ||
| 7 | DEPENDS = "glib-2.0 libcheck openssl libidn" | 7 | DEPENDS = "glib-2.0 libcheck openssl libidn" |
| 8 | 8 | ||
| 9 | GNOMEBASEBUILDCLASS = "autotools" | ||
| 9 | inherit gnomebase gtk-doc | 10 | inherit gnomebase gtk-doc |
| 10 | 11 | ||
| 11 | PR = "r2" | 12 | PR = "r2" |
diff --git a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb index 28b1279390..3936e04c6d 100644 --- a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb +++ b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS = "gtk+3 glib-2.0 libxml2 intltool-native \ | |||
| 8 | gnome-common-native \ | 8 | gnome-common-native \ |
| 9 | autoconf-archive-native \ | 9 | autoconf-archive-native \ |
| 10 | " | 10 | " |
| 11 | 11 | GNOMEBASEBUILDCLASS = "autotools" | |
| 12 | inherit features_check autotools pkgconfig gnomebase gobject-introspection mime-xdg | 12 | inherit features_check autotools pkgconfig gnomebase gobject-introspection mime-xdg |
| 13 | 13 | ||
| 14 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. | 14 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. |
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb index 54e75a20d3..87b0f5e65d 100644 --- a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb +++ b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb | |||
| @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | |||
| 8 | 8 | ||
| 9 | DEPENDS = "atkmm pangomm glibmm gtk+ cairomm" | 9 | DEPENDS = "atkmm pangomm glibmm gtk+ cairomm" |
| 10 | 10 | ||
| 11 | GNOMEBASEBUILDCLASS = "autotools" | ||
| 11 | inherit gnomebase features_check | 12 | inherit gnomebase features_check |
| 12 | 13 | ||
| 13 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
