mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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:
parent
512c88f980
commit
75bcca7525
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/ \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user