diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-10-29 11:31:09 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-06 17:49:34 +0100 |
commit | 85c6be99be32453fba87158ebd23c02fbd2b92b9 (patch) | |
tree | 2fe464c88a9b2b55eb60c1ae33c96be1f81536bc /meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb | |
parent | a090eb21b93ef3d54507c5100da1bb3b8c6bbbdc (diff) | |
download | meta-openembedded-85c6be99be32453fba87158ebd23c02fbd2b92b9.tar.gz |
gparted: update to 0.24.0
Depending on gnome-doc-utils-native fixes (detected when building from scratch):
| gnome-doc-utils.make:63: error: HAVE_GNOME_DOC_UTILS does not appear in AM_CONDITIONAL
| help/Makefile.am:1: 'gnome-doc-utils.make' included from here
| gnome-doc-utils.make:133: error: ENABLE_SK does not appear in AM_CONDITIONAL
| help/Makefile.am:1: 'gnome-doc-utils.make' included from here
| gnome-doc-utils.make:182: error: ENABLE_SK does not appear in AM_CONDITIONAL
| help/Makefile.am:1: 'gnome-doc-utils.make' included from here
| ...
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb')
-rw-r--r-- | meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb b/meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb new file mode 100644 index 000000000..d77d1ed5a --- /dev/null +++ b/meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "A partition editor to graphically manage disk partitions " | ||
2 | HOMEPAGE = "http://gparted.org/index.php" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | |||
6 | inherit autotools pkgconfig | ||
7 | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2" | ||
9 | SRC_URI[md5sum] = "b8480274c68876acff5965d4346710e7" | ||
10 | SRC_URI[sha256sum] = "02398ab33894a59b0bd8707e598c46d8bb56f1413cd54de48eed61e2920ecd60" | ||
11 | |||
12 | DEPENDS = "glib-2.0 gtkmm parted gnome-doc-utils-native" | ||
13 | |||
14 | EXTRA_OECONF = "--disable-scrollkeeper --disable-doc" | ||
15 | |||
16 | FILES_${PN} += "${datadir}/icons ${datadir}/appdata" | ||
17 | |||
18 | RDEPENDS_${PN} = "dosfstools mtools e2fsprogs" | ||