1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

networkmanager: added proper PV, fixed build

- 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
This commit is contained in:
Marcin Juszkiewicz
2007-04-06 11:49:01 +00:00
parent 03b90cc5ba
commit 2eeb84f4af
@@ -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"