[oe-commits] [meta-openembedded] 10/80: gparted: add intltool-native dependency

git at git.openembedded.org git at git.openembedded.org
Mon Aug 15 10:57:31 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit ed969f32709306df5b87df3ec37764c04cc9abe5
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Fri Aug 12 14:18:56 2016 +0200

    gparted: add intltool-native dependency
    
    * fixes:
      | ../gparted-0.24.0/configure: line 16730: syntax error near unexpected token `0.35.5'
      | ../gparted-0.24.0/configure: line 16730: `IT_PROG_INTLTOOL(0.35.5)'
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb b/meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb
index c1666a3..73a15db 100644
--- a/meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb
+++ b/meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb
@@ -13,7 +13,7 @@ SRC_URI = " \
 SRC_URI[md5sum] = "b8480274c68876acff5965d4346710e7"
 SRC_URI[sha256sum] = "02398ab33894a59b0bd8707e598c46d8bb56f1413cd54de48eed61e2920ecd60"
 
-DEPENDS = "glib-2.0 gtkmm parted gnome-doc-utils"
+DEPENDS = "glib-2.0 gtkmm parted gnome-doc-utils intltool-native"
 
 do_install_append() {
     # Add a script which checks if polkit is installed.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list