networkmanager: added proper PV, fixed build
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 6 Apr 2007 11:49:01 +0000 (11:49 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 6 Apr 2007 11:49:01 +0000 (11:49 +0000)
- it depend on iproute2 but tried to find it on host system
  --with-ip option allow to disable such behaviour

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1449 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/networkmanager/networkmanager_svn.bb

index f3ebf48..a590bbf 100644 (file)
@@ -5,8 +5,9 @@ HOMEPAGE = "http://www.gnome.org"
 PRIORITY = "optional"
 DEPENDS = "libnl dbus dbus-glib hal gconf-dbus wireless-tools"
 RDEPENDS = "wpa-supplicant iproute2 dhcdbd"
+PV = "0.6.4+svn${SRCDATE}"
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI="svn://svn.gnome.org/svn/NetworkManager/branches;module=NETWORKMANAGER_0_6_0_RELEASE;proto=http \
        file://NetworkManager \
@@ -17,7 +18,8 @@ EXTRA_OECONF = " \
                --with-distro=debian \
                --without-gcrypt \
                --with-wpa_supplicant=/usr/sbin/wpa_supplicant \
-               --with-dhcdbd=/sbin/dhcdbd"
+               --with-dhcdbd=/sbin/dhcdbd \
+               --with-ip=/sbin/ip"
 
 S = "${WORKDIR}/NETWORKMANAGER_0_6_0_RELEASE"