diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-12-08 22:32:18 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-09 00:00:05 -0800 |
| commit | 069885e74dace8eea3b71557b26c99e959ce7830 (patch) | |
| tree | 671c55305d306322344dd402a80f77f179617f8d /meta-gnome | |
| parent | c3eaf805d2cce97ba2d25b6b4fae6b6ccbdfa114 (diff) | |
| download | meta-openembedded-069885e74dace8eea3b71557b26c99e959ce7830.tar.gz | |
librest: remove spurious build dependencies
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/rest/librest_0.8.1.bb | 5 |
1 files changed, 1 insertions, 4 deletions
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" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 5 | 5 | ||
| 6 | DEPENDS = " \ | 6 | DEPENDS = " \ |
| 7 | gi-docgen \ | ||
| 8 | gi-docgen-native \ | ||
| 9 | glib-2.0 \ | 7 | glib-2.0 \ |
| 10 | glib-2.0-native \ | 8 | glib-2.0-native \ |
| 11 | json-glib \ | ||
| 12 | libsoup-2.4 \ | 9 | libsoup-2.4 \ |
| 13 | libxml2-native \ | 10 | libxml2 \ |
| 14 | " | 11 | " |
| 15 | 12 | ||
| 16 | GNOMEBASEBUILDCLASS = "autotools" | 13 | GNOMEBASEBUILDCLASS = "autotools" |
