summaryrefslogtreecommitdiffstats
path: root/meta-moblin
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-02-04 12:52:59 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-02-04 12:52:59 +0000
commit5b3397a2a0d7c4a9547ea8a9482ed2b21e015733 (patch)
tree76c5df7a83f965728f4327983b3ee4ff23990215 /meta-moblin
parent5af4d6a60751530939499d1e3bdffeedd654f114 (diff)
downloadpoky-5b3397a2a0d7c4a9547ea8a9482ed2b21e015733.tar.gz
Tweak gettext usage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin')
-rw-r--r--meta-moblin/packages/tracker/tracker_0.6.95.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-moblin/packages/tracker/tracker_0.6.95.bb b/meta-moblin/packages/tracker/tracker_0.6.95.bb
index 97d1d5c6e0..a741f28d99 100644
--- a/meta-moblin/packages/tracker/tracker_0.6.95.bb
+++ b/meta-moblin/packages/tracker/tracker_0.6.95.bb
@@ -1,9 +1,9 @@
1DESCRIPTION = "Tracker is a tool designed to extract information and metadata about your personal data so that it can be searched easily and quickly." 1DESCRIPTION = "Tracker is a tool designed to extract information and metadata about your personal data so that it can be searched easily and quickly."
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3DEPENDS = "file gtk+ gstreamer gamin gmime dbus poppler libexif libgsf libgnomecanvas gettext" 3DEPENDS = "file gtk+ gstreamer gamin dbus poppler libexif libgsf libgnomecanvas gmime"
4HOMEPAGE="http://www.tracker-project.org/" 4HOMEPAGE = "http://www.tracker-project.org/"
5 5
6inherit autotools_stage pkgconfig gnome 6inherit autotools_stage pkgconfig gnome gettext
7 7
8SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/tracker-${PV}.tar.bz2 \ 8SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/tracker-${PV}.tar.bz2 \
9 file://munge-configure.ac-cross-compile.patch;patch=1 \ 9 file://munge-configure.ac-cross-compile.patch;patch=1 \