Changes: * Added -R to udhcpc * Find binaries from environment paths instead of hardcoding path * Possibility to write hex passwords * Uses libeflvala from build env. instead of providing it itself * Provide desktop icon
diff --git a/recipes/openmoko-3rdparty/iliwi_git.bb b/recipes/openmoko-3rdparty/iliwi_git.bb
index d41992e..ac1bef9 100644 --- a/recipes/openmoko-3rdparty/iliwi_git.bb +++ b/recipes/openmoko-3rdparty/iliwi_git.bb @@ -2,11 +2,11 @@ DESCRIPTION = "Iliwi connects you to WiFi networks" HOMEPAGE = "http://github.com/Ebbe/Iliwi" LICENSE = "GPLv3" AUTHOR = "Esben Damgaard <[email protected]>" -DEPENDS = "dbus-glib elementary" +DEPENDS = "dbus-glib libeflvala elementary libgee" # killall and udhcpc from busybox are enough RDEPENDS = "wireless-tools wpa-supplicant" -SRCREV = "5be2b301033418fb9a33759047274b676034f096" +SRCREV = "57baac3bbd33b367ae03a99eabb5655153412258" PV = "0.0.1+gitr${SRCPV}" SRC_URI = "git://github.com/Ebbe/Iliwi.git;protocol=http;branch=master" _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
