gsignond: update recipe 41/25841/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 8 Aug 2014 09:47:14 +0000 (11:47 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 11 Aug 2014 07:50:30 +0000 (09:50 +0200)
New generated recipe from recent specfile.

Change-Id: I827ffbd4f086284400e0c51de3bebb67a7504184
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/gsignond/gsignond.inc
recipes-tizen/gsignond/gsignond_git.bb

index 93f992c..46b8ff5 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "GLib based Single Sign-On daemon"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Security/Accounts"
-LICENSE = "LGPL-2.1+, GPL-2.0+"
+LICENSE = "LGPL-2.1+ and GPL-2.0+"
 
 SRC_URI = ""
 
@@ -52,7 +52,6 @@ do_prep() {
  cp ${S}/packaging/gsignond.manifest .
  
  
 }
 do_patch_append() {
     bb.build.exec_func('do_prep', d)
@@ -71,8 +70,7 @@ do_compile() {
   
   autotools_do_configure
   
-  make -j16
-  
+  oe_runmake -j16
   
   
   
@@ -98,11 +96,10 @@ do_install() {
    rm -f ${D}${infodir}/dir 
    find ${D} -regex ".*\.la$" | xargs rm -f -- 
    find ${D} -regex ".*\.a$" | xargs rm -f --
- install -m 755 -d ${D}${prefix}/lib/systemd/user
- install -m 644 data/gsignond.service ${D}${prefix}/lib/systemd/user/
- install -m 755 -d ${D}${prefix}/lib/systemd/user/weston.target.wants
- ln -s ../gsignond.service ${D}${prefix}/lib/systemd/user/weston.target.wants/gsignond.service
+ install -m 755 -d ${D}/lib/systemd/user
+ install -m 644 data/gsignond.service ${D}/lib/systemd/user/
+ install -m 755 -d ${D}/lib/systemd/user/weston.target.wants
+ ln -s ../gsignond.service ${D}/lib/systemd/user/weston.target.wants/gsignond.service
  
  
 }
@@ -136,8 +133,8 @@ gsignond_files += "${prefix}/lib/libgsignond-*.so.*"
 gsignond_files += "${prefix}/lib/gsignond/extensions/*.so*"
 gsignond_files += "${prefix}/lib/gsignond/gplugins/*.so*"
 gsignond_files += "${prefix}/lib/gsignond/pluginloaders/gsignond-plugind"
-gsignond_files += "${prefix}/lib/systemd/user/gsignond.service"
-gsignond_files += "${prefix}/lib/systemd/user/weston.target.wants/gsignond.service"
+gsignond_files += "/lib/systemd/user/gsignond.service"
+gsignond_files += "/lib/systemd/user/weston.target.wants/gsignond.service"
 gsignond_files += "${sysconfdir}/gsignond.conf"
 MANIFESTFILES_${PN} = "gsignond.manifest"
 
index 1b48c17..bd86f36 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "10"
 
 LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
 
-SRC_URI += "git://review.tizen.org/platform/upstream/gsignond;tag=3b020093ac6bcc6ef4ccd8a9ecd6286f136f26d6;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/upstream/gsignond;tag=572cf9261e1233c5db1b74b74a70d97289d752a2;nobranch=1"
 
 BBCLASSEXTEND += " native "