Tweak gettext usage

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-02-04 12:52:59 +00:00
parent 5af4d6a607
commit 5b3397a2a0
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
DESCRIPTION = "Tracker is a tool designed to extract information and metadata about your personal data so that it can be searched easily and quickly."
LICENSE = "GPLv2"
DEPENDS = "file gtk+ gstreamer gamin gmime dbus poppler libexif libgsf libgnomecanvas gettext"
HOMEPAGE="http://www.tracker-project.org/"
DEPENDS = "file gtk+ gstreamer gamin dbus poppler libexif libgsf libgnomecanvas gmime"
HOMEPAGE = "http://www.tracker-project.org/"
inherit autotools_stage pkgconfig gnome
inherit autotools_stage pkgconfig gnome gettext
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/tracker-${PV}.tar.bz2 \
file://munge-configure.ac-cross-compile.patch;patch=1 \