diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-21 00:07:16 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-22 13:16:55 +0100 |
commit | efa7fbdc11a451a78b3f78b70f4c7c4b2925f940 (patch) | |
tree | 500ecf11d56fc116c22bc684c33e3da96c617643 | |
parent | 4cae9c99f24dd92a25014596b1a5f7e167790206 (diff) | |
download | meta-openembedded-efa7fbdc11a451a78b3f78b70f4c7c4b2925f940.tar.gz |
gparted: add glib-2.0-native to DEPENDS and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-gnome/recipes-extended/gparted/gparted_0.27.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-extended/gparted/gparted_0.27.0.bb b/meta-gnome/recipes-extended/gparted/gparted_0.27.0.bb index ac0182977..c92106590 100644 --- a/meta-gnome/recipes-extended/gparted/gparted_0.27.0.bb +++ b/meta-gnome/recipes-extended/gparted/gparted_0.27.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = " \ | |||
13 | SRC_URI[md5sum] = "726f539f774b442670028af656f270bd" | 13 | SRC_URI[md5sum] = "726f539f774b442670028af656f270bd" |
14 | SRC_URI[sha256sum] = "208cf60c061b86bee4f658d568a3b5d843dce3ab9847f66b452298268799e7bd" | 14 | SRC_URI[sha256sum] = "208cf60c061b86bee4f658d568a3b5d843dce3ab9847f66b452298268799e7bd" |
15 | 15 | ||
16 | DEPENDS = "glib-2.0 gtkmm parted gnome-doc-utils intltool-native" | 16 | DEPENDS = "glib-2.0 glib-2.0-native gtkmm parted gnome-doc-utils intltool-native" |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install_append() { |
19 | # Add a script which checks if polkit is installed. | 19 | # Add a script which checks if polkit is installed. |
@@ -36,5 +36,3 @@ FILES_${PN} += " \ | |||
36 | " | 36 | " |
37 | 37 | ||
38 | RDEPENDS_${PN} = "dosfstools mtools e2fsprogs" | 38 | RDEPENDS_${PN} = "dosfstools mtools e2fsprogs" |
39 | |||
40 | PNBLACKLIST[gparted] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131634/" | ||