mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
networkmanager: Add a missing configure dependency
This commit is contained in:
committed by
Richard Purdie
parent
b74734d8c9
commit
75f3ca5abb
12
meta/packages/networkmanager/files/nmutil-fix.patch
Normal file
12
meta/packages/networkmanager/files/nmutil-fix.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: trunk/configure.ac
|
||||
===================================================================
|
||||
--- trunk.orig/configure.ac 2009-01-08 10:49:26.000000000 -0600
|
||||
+++ trunk/configure.ac 2009-01-08 12:00:34.000000000 -0600
|
||||
@@ -62,6 +62,7 @@
|
||||
glib-2.0 >= 2.10
|
||||
NetworkManager >= 0.7.0
|
||||
libnm_glib
|
||||
+ libnm-util
|
||||
gtk+-2.0 >= 2.6
|
||||
libglade-2.0
|
||||
gconf-2.0
|
||||
@@ -11,6 +11,7 @@ SRC_URI = "svn://svn.gnome.org/svn/network-manager-applet/;module=trunk;proto=ht
|
||||
file://applet-no-gnome.diff;patch=1;pnum=0 \
|
||||
file://applet-no-animation.patch;patch=1 \
|
||||
file://no_vpn.patch;patch=1 \
|
||||
file://nmutil-fix.patch;patch=1 \
|
||||
file://70NetworkManagerApplet.shbg"
|
||||
|
||||
PV = "0.0+svnr${SRCREV}"
|
||||
|
||||
Reference in New Issue
Block a user