mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +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:
@@ -5,8 +5,9 @@ HOMEPAGE = "http://www.gnome.org"
|
|||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
DEPENDS = "libnl dbus dbus-glib hal gconf-dbus wireless-tools"
|
DEPENDS = "libnl dbus dbus-glib hal gconf-dbus wireless-tools"
|
||||||
RDEPENDS = "wpa-supplicant iproute2 dhcdbd"
|
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 \
|
SRC_URI="svn://svn.gnome.org/svn/NetworkManager/branches;module=NETWORKMANAGER_0_6_0_RELEASE;proto=http \
|
||||||
file://NetworkManager \
|
file://NetworkManager \
|
||||||
@@ -17,7 +18,8 @@ EXTRA_OECONF = " \
|
|||||||
--with-distro=debian \
|
--with-distro=debian \
|
||||||
--without-gcrypt \
|
--without-gcrypt \
|
||||||
--with-wpa_supplicant=/usr/sbin/wpa_supplicant \
|
--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"
|
S = "${WORKDIR}/NETWORKMANAGER_0_6_0_RELEASE"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user