git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aae9de2
)
geoclue: don't build panelapplet to prevent pulling in half of gnome
author
Koen Kooi
<koen@openembedded.org>
Thu, 22 Mar 2007 07:56:54 +0000
(07:56 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 22 Mar 2007 07:56:54 +0000
(07:56 +0000)
packages/geoclue/geoclue_svn.bb
patch
|
blob
|
history
diff --git
a/packages/geoclue/geoclue_svn.bb
b/packages/geoclue/geoclue_svn.bb
index
f0d8bc1
..
4237d1e
100644
(file)
--- a/
packages/geoclue/geoclue_svn.bb
+++ b/
packages/geoclue/geoclue_svn.bb
@@
-1,9
+1,10
@@
DESCRIPTION = "GeoClue is a project that provide all kinds of geography information to an application"
HOMEPAGE = "http://live.gnome.org/GeoClue"
-DEPENDS = "gpsd
gnome-panel
libsoup dbus-glib"
+DEPENDS = "gpsd libsoup dbus-glib"
PV = "0.0+svn${SRCDATE}"
+PR = "r1"
inherit autotools pkgconfig
@@
-11,6
+12,9
@@
SRC_URI = "svn://svn.foinse-project.org/geoclue;module=trunk;proto=http"
S = "${WORKDIR}/trunk"
+
+EXTRA_OECONF = "--disable-panel-applet"
+
do_install_append() {
mkdir -p ${D}/usr/share/
cp -pPr ${D}${STAGING_DATADIR}/* ${D}/usr/share