Change-Id: I1b1ef304ae2a2096923ffd59b94a4fefc869ac37
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
+inherit useradd
+
+USERADD_PACKAGES = "${PN}"
+GROUPADD_PARAM_${PN} += "--system gsignond"
+
+pkg_postinst_${PN}() {
+ #!/bin/sh -e
+
+ [ "x$D" == "x" ] && ldconfig
+ chmod u+s $D${prefix}/bin/gsignond
+}
+
FILES_${PN}-dbg += "/usr/lib/gsignond/extensions/.debug/libextension-test.so"
FILES_${PN}-dbg += "/usr/lib/gsignond/extensions/.debug/libextension-tizen.so"
FILES_${PN}-dbg += "/usr/lib/gsignond/pluginloaders/.debug/gsignond-plugind"