[oe-commits] org.oe.dev geoclue: fix typo

koen commit openembedded-commits at lists.openembedded.org
Fri Jun 22 18:35:00 UTC 2007


geoclue: fix typo

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 34310ed029b0ccbcd834f89fcea4e24c5d044ecc
ViewMTN: http://monotone.openembedded.org/revision.psp?id=34310ed029b0ccbcd834f89fcea4e24c5d044ecc
Files:
1
packages/geoclue/geoclue_git.bb
Diffs:

#
# mt diff -rfcf3721db5cf2d3c669e8d3d36cd3ca4df792f6f -r34310ed029b0ccbcd834f89fcea4e24c5d044ecc
#
# 
# 
# patch "packages/geoclue/geoclue_git.bb"
#  from [10fb14cdb4c1d94164f3d53d63df9c13d1530545]
#    to [d79909b0acc99332e0d6dbb777efa246c18c3153]
# 
============================================================
--- packages/geoclue/geoclue_git.bb	10fb14cdb4c1d94164f3d53d63df9c13d1530545
+++ packages/geoclue/geoclue_git.bb	d79909b0acc99332e0d6dbb777efa246c18c3153
@@ -1,7 +1,7 @@ HOMEPAGE = "http://live.gnome.org/GeoClu
 DESCRIPTION = "GeoClue is a project that provide all kinds of geography information to an application"
 HOMEPAGE = "http://live.gnome.org/GeoClue"
 
-DEPENDS = "gpsd ilibxml2 libsoup dbus-glib"
+DEPENDS = "gpsd libxml2 libsoup dbus-glib"
 
 PV = "0.0+git${SRCDATE}"
 PR = "r0"
@@ -13,8 +13,6 @@ S = "${WORKDIR}/git"
 
 S = "${WORKDIR}/git"
 
-EXTRA_OECONF = "--enable-panel-applet=no"
-
 do_install_append() {
 	mkdir -p ${D}/usr/share/
 	cp -pPr ${D}${STAGING_DATADIR}/* ${D}/usr/share






More information about the Openembedded-commits mailing list