diff options
author | Ross Burton <ross.burton@arm.com> | 2023-05-19 17:34:33 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-20 00:45:51 -0700 |
commit | dbbafeceb4f84625d6eab59c50500b6b8347c613 (patch) | |
tree | 0246733a3f4624a91470d9a5a054828afa174884 | |
parent | f14663746bd519650c8654bbf91971a0a96c109e (diff) | |
download | meta-openembedded-dbbafeceb4f84625d6eab59c50500b6b8347c613.tar.gz |
glade: add autoconf-archive-native DEPENDS
This can be satisfied via transitive dependencies, but make it an
explicit DEPENDS.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/glade/glade_3.22.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 6c1112038..28b127939 100644 --- a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb +++ b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb | |||
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ | |||
6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" | 6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" |
7 | DEPENDS = "gtk+3 glib-2.0 libxml2 intltool-native \ | 7 | DEPENDS = "gtk+3 glib-2.0 libxml2 intltool-native \ |
8 | gnome-common-native \ | 8 | gnome-common-native \ |
9 | autoconf-archive-native \ | ||
9 | " | 10 | " |
10 | 11 | ||
11 | inherit features_check autotools pkgconfig gnomebase gobject-introspection mime-xdg | 12 | inherit features_check autotools pkgconfig gnomebase gobject-introspection mime-xdg |