]> code.ossystems Code Review - openembedded-core.git/commitdiff
Tweak gettext usage
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 4 Feb 2010 12:52:59 +0000 (12:52 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 4 Feb 2010 12:52:59 +0000 (12:52 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta-moblin/packages/tracker/tracker_0.6.95.bb

index 97d1d5c6e00b253de42db721bb2df740aa24b8a6..a741f28d99f51d6f146002373233531871949013 100644 (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 \