networkmanager*: Switch to SRCREV

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2798 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-09-26 10:09:44 +00:00
parent 512c88f980
commit 75bcca7525
3 changed files with 14 additions and 7 deletions

View File

@ -1,7 +1,12 @@
---
configure.ac | 3 +--
src/main.c | 8 ++++++++
2 files changed, 9 insertions(+), 2 deletions(-)
Index: src/main.c
===================================================================
--- src/main.c (revision 193)
+++ src/main.c (working copy)
--- src/main.c.orig 2007-09-26 10:39:16.000000000 +0100
+++ src/main.c 2007-09-26 10:39:37.000000000 +0100
@@ -27,7 +27,9 @@
#include <string.h>
@ -28,7 +33,7 @@ Index: src/main.c
bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
@@ -53,7 +59,9 @@
@@ -53,7 +59,9 @@ int main (int argc, char *argv[])
gtk_main ();
g_object_unref (applet);
@ -40,9 +45,9 @@ Index: src/main.c
}
Index: configure.ac
===================================================================
--- configure.ac (revision 193)
+++ configure.ac (working copy)
@@ -65,8 +65,7 @@
--- configure.ac.orig 2007-09-26 10:39:30.000000000 +0100
+++ configure.ac 2007-09-26 10:39:37.000000000 +0100
@@ -65,8 +65,7 @@ PKG_CHECK_MODULES(NMA,
gtk+-2.0 >= 2.6
libglade-2.0
gconf-2.0

View File

@ -9,6 +9,8 @@ inherit gnome gtk-icon-cache
SRC_URI = "svn://svn.gnome.org/svn/network-manager-applet/;module=trunk;proto=http \
file://applet-no-gnome.diff;patch=1;pnum=0"
PV = "0.0+svnr${SRCREV}"
S = "${WORKDIR}/trunk"
FILES_${PN} += "${datadir}/nm-applet/ \

View File

@ -6,7 +6,7 @@ PRIORITY = "optional"
DEPENDS = "libnl dbus dbus-glib hal gconf-dbus wireless-tools ppp"
RDEPENDS = "hal wpa-supplicant iproute2 dhcp-client"
PV = "0.7+svn${SRCDATE}"
PV = "0.7+svnr${SRCREV}"
PR = "r2"
SRC_URI="svn://svn.gnome.org/svn/NetworkManager/;module=trunk;proto=http \