aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/gnome/gnome-bluetooth_2.27.3.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/gnome/gnome-bluetooth_2.27.3.bb b/recipes/gnome/gnome-bluetooth_2.27.3.bb
index 6954b819c8..5144c851c4 100644
--- a/recipes/gnome/gnome-bluetooth_2.27.3.bb
+++ b/recipes/gnome/gnome-bluetooth_2.27.3.bb
@@ -7,14 +7,12 @@ GBTREV = "609"
SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk;rev=${GBTREV};proto=http"
S = "${WORKDIR}/trunk"
PV = "2.27.3+svnr${GBTREV}"
+PR = "r1"
DEPENDS = "obexd obex-data-server gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
RRECOMMENDS_${PN} += "obexd obex-data-server"
RCONFLICTS_${PN} = "bluez-gnome"
-EXTRA_OECONF = "--enable-debug"
-CFLAGS += " -g "
-
do_configure_prepend() {
sed -i -e s:docs::g ${S}/Makefile.am
echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make