On Monday 09 December 2013 16:38:33 Koen Kooi wrote: > Yevhen Kyriukha schreef op 09-12-13 15:37: > > One patch was removed because changes are already exist in upstream > > version. Added patch to turn libatasmart, polkit, acl and > > libsystemd-login into optional dependencies. > > > > Signed-off-by: Yevhen Kyriukha <[email protected]> --- > > > > +DESCRIPTION = "A storage daemon that implements well-defined D-Bus > > interfaces that can be used to query and manipulate storage devices." > > +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = > > "file://COPYING;md5=dd79f6dbbffdbc8e86b086a8f0c0ef43" + +DEPENDS = "udev > > dbus-glib glib-2.0" + +DEPENDS += "${@base_contains('DISTRO_FEATURES', > > 'systemd', 'systemd', '', d)}" + +SRC_URI = > > "http://udisks.freedesktop.org/releases/${P}.tar.bz2 \ + > > file://optional-depends.patch" + +SRC_URI[md5sum] = > > "80e03f312542b800cf3162254b202725" +SRC_URI[sha256sum] = > > "013b09ff38aa256b89c01525771f4565cb088724d5c8c79b32e9f811e88086fb" + > > +inherit autotools systemd + +PACKAGECONFIG[atasmart] = > > "--enable-libatasmart,--disable-libatasmart,libatasmart" > > +PACKAGECONFIG[polkit] = "--enable-polkit,--disable-polkit,polkit" > > +PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,libacl" > > +PACKAGECONFIG[systemd-login] = > > "--enable-libsystemd-login,--disable-libsystemd-login,systemd" > > This is missing a default PACKAGECONFIG assignment to enable all that to > have feature parity with the 1.x version.
Also, please use the -M option to git-send-email so that it's clear as to what has changed. Thanks, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
