diff mbox series

[04/10] librest: remove spurious build dependencies

Message ID 20231208223224.1348651-4-ross.burton@arm.com
State Accepted
Headers show
Series [01/10] Remove unused SRC_DISTRIBUTE_LICENSES | expand

Commit Message

Ross Burton Dec. 8, 2023, 10:32 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

These are not dependencies of librest 0.8.1. I imagine they ended up in
this recipe when the latest version was downgraded back to 0.8.1 and the
dependencies not reviewed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-gnome/recipes-gnome/rest/librest_0.8.1.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb b/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb
index 51dc44cc4d..3a56486c0c 100644
--- a/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb
+++ b/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb
@@ -4,13 +4,10 @@  LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
 DEPENDS = " \
-    gi-docgen \
-    gi-docgen-native \
     glib-2.0 \
     glib-2.0-native \
-    json-glib \
     libsoup-2.4 \
-    libxml2-native \
+    libxml2 \
 "
 
 GNOMEBASEBUILDCLASS = "autotools"