diff options
-rw-r--r-- | meta-gnome/recipes-extended/gparted/gparted_1.4.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-extended/gparted/gparted_1.4.0.bb b/meta-gnome/recipes-extended/gparted/gparted_1.4.0.bb index 6f774904b7..dde5a02abb 100644 --- a/meta-gnome/recipes-extended/gparted/gparted_1.4.0.bb +++ b/meta-gnome/recipes-extended/gparted/gparted_1.4.0.bb | |||
@@ -3,8 +3,9 @@ HOMEPAGE = "http://gparted.org/index.php" | |||
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | 5 | ||
6 | inherit autotools pkgconfig python3native gnome-help gtk-icon-cache | 6 | inherit autotools pkgconfig python3native gnome-help gtk-icon-cache features_check |
7 | 7 | ||
8 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
8 | 9 | ||
9 | SRC_URI = " \ | 10 | SRC_URI = " \ |
10 | ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ | 11 | ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ |