diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/adwaita-icon-theme_3.30.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.30.1.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.30.1.bb index 451ef39f1a..8eadbd2eef 100644 --- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.30.1.bb +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.30.1.bb | |||
@@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c" | |||
8 | 8 | ||
9 | inherit allarch autotools pkgconfig gettext gtk-icon-cache upstream-version-is-even | 9 | inherit allarch autotools pkgconfig gettext gtk-icon-cache upstream-version-is-even |
10 | 10 | ||
11 | |||
12 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 11 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
13 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | 12 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ |
14 | file://0001-Don-t-use-AC_CANONICAL_HOST.patch \ | 13 | file://0001-Don-t-use-AC_CANONICAL_HOST.patch \ |
@@ -18,6 +17,8 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | |||
18 | SRC_URI[md5sum] = "db3fd812821d72fdd9a3c7d622a95b35" | 17 | SRC_URI[md5sum] = "db3fd812821d72fdd9a3c7d622a95b35" |
19 | SRC_URI[sha256sum] = "6d752a2b1bc668483956d4485c39cad1642d9358e133ff689526e43674a4e1ce" | 18 | SRC_URI[sha256sum] = "6d752a2b1bc668483956d4485c39cad1642d9358e133ff689526e43674a4e1ce" |
20 | 19 | ||
20 | DEPENDS += "librsvg-native" | ||
21 | |||
21 | PACKAGES = "${PN}-cursors ${PN}-symbolic-hires ${PN}-symbolic ${PN}-hires ${PN}" | 22 | PACKAGES = "${PN}-cursors ${PN}-symbolic-hires ${PN}-symbolic ${PN}-hires ${PN}" |
22 | 23 | ||
23 | RREPLACES_${PN} = "gnome-icon-theme" | 24 | RREPLACES_${PN} = "gnome-icon-theme" |