diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-04-01 10:55:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:40:27 +0200 |
commit | 2699b34e64ba55de72ec972d5f8e5682c0ba877a (patch) | |
tree | 70ac9b8518282395b28dce555ef4960b1959ed70 /meta-xfce/recipes-apps/xarchiver | |
parent | de430ccd76bc07202b466c15050814de8d4637f7 (diff) | |
download | meta-openembedded-2699b34e64ba55de72ec972d5f8e5682c0ba877a.tar.gz |
xarchiver: fix configue
* use xfce-git to fix aclocal-copy error
* add intltool-native in DEPENDS to fix
| configure.in:57: error: possibly undefined macro: AC_PROG_INTLTOOL
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xarchiver')
-rw-r--r-- | meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb index ba538e6c9..9e4b6963c 100644 --- a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb +++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | |||
@@ -5,24 +5,20 @@ SECTION = "x11" | |||
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | 7 | ||
8 | DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native" | 8 | DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native intltool-native" |
9 | 9 | ||
10 | SRC_URI = "git://gitorious.org/xfce/xarchiver.git;branch=master" | 10 | SRC_URI = "git://gitorious.org/xfce/xarchiver.git;branch=master" |
11 | SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3" | 11 | SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3" |
12 | PV = "0.5.3" | 12 | PV = "0.5.3" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit gettext pkgconfig autotools gtk-icon-cache | 15 | inherit xfce-git gettext pkgconfig autotools gtk-icon-cache |
16 | 16 | ||
17 | # install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin | 17 | # install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin |
18 | EXTRA_OECONF += "--libexecdir=${libdir}" | 18 | EXTRA_OECONF += "--libexecdir=${libdir}" |
19 | 19 | ||
20 | EXTRA_OECONF += "--enable-maintainer-mode" | 20 | EXTRA_OECONF += "--enable-maintainer-mode" |
21 | 21 | ||
22 | do_configure_prepend() { | ||
23 | NOCONFIGURE=yes ./autogen.sh | ||
24 | } | ||
25 | |||
26 | FILES_${PN} += "${libdir}/thunar-archive-plugin" | 22 | FILES_${PN} += "${libdir}/thunar-archive-plugin" |
27 | 23 | ||
28 | RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz" | 24 | RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz" |