All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cgl][PATCH] openais: upgrade to 1.1.4
@ 2014-12-08 10:33 Li xin
  2014-12-08 16:30 ` Alexandru Vaduva
       [not found] ` <518467440.1735776.1418055466559.JavaMail.yahoo@jws100143.mail.ne1.yahoo.com>
  0 siblings, 2 replies; 3+ messages in thread
From: Li xin @ 2014-12-08 10:33 UTC (permalink / raw)
  To: yocto

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb | 18 ------------------
 meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb | 16 ++++++++++++++++
 2 files changed, 16 insertions(+), 18 deletions(-)
 delete mode 100644 meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb
 create mode 100644 meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb

diff --git a/meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb b/meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb
deleted file mode 100644
index 2a03b9a..0000000
--- a/meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Implementation of the Service Availability Forum Application Interface Specification (AIS)"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4cb00dd52a063edbece6ae248a2ba663"
-DEPENDS = "cluster-glue corosync"
-
-#	ftp://ftp@openais.org/downloads/openais-${PV}/openais-${PV}.tar.gz
-
-SRC_URI = " \
-	ftp://ftp@tux.rainside.sk/gentoo/distfiles/openais-${PV}.tar.gz \
-	file://fix-lcrso-linkage.patch \
-    file://build-cleanup-configure-ac.patch \
-	"
-SRC_URI[md5sum] = "13d8d590f806fb396d750b086c6c0b78"
-SRC_URI[sha256sum] = "eeef58dd2df3eb16ba68b3fbdc6f0d4dfb537443f1c091ec6f0431594f2f00b6"
-
-inherit autotools pkgconfig
-
-FILES_${PN}-dbg += "${libexecdir}/lcrso/.debug"
diff --git a/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb b/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb
new file mode 100644
index 0000000..23d704d
--- /dev/null
+++ b/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Implementation of the Service Availability Forum Application Interface Specification (AIS)"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4cb00dd52a063edbece6ae248a2ba663"
+DEPENDS = "cluster-glue corosync"
+
+SRC_URI = "ftp://ftp@tux.rainside.sk/gentoo/distfiles/${BP}.tar.gz \
+    file://fix-lcrso-linkage.patch \
+    file://build-cleanup-configure-ac.patch \
+	"
+SRC_URI[md5sum] = "e500ad3c49fdc45d8653f864e80ed82c"
+SRC_URI[sha256sum] = "974b4959f3c401c16156dab31e65a6d45bbf84dd85a88c2a362712e738c06934"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = '--with-initddir=/etc/init.d'
+FILES_${PN}-dbg += "${libexecdir}/lcrso/.debug"
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-cgl][PATCH] openais: upgrade to 1.1.4
  2014-12-08 10:33 [meta-cgl][PATCH] openais: upgrade to 1.1.4 Li xin
@ 2014-12-08 16:30 ` Alexandru Vaduva
       [not found] ` <518467440.1735776.1418055466559.JavaMail.yahoo@jws100143.mail.ne1.yahoo.com>
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandru Vaduva @ 2014-12-08 16:30 UTC (permalink / raw)
  To: Li xin, yocto

[-- Attachment #1: Type: text/plain, Size: 2739 bytes --]

Thank you for the help.I will try to test and apply it as soon as possible. 

Alex Vaduva
 

     On Monday, December 8, 2014 12:35 PM, Li xin <lixin.fnst@cn.fujitsu.com> wrote:
   

 Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb | 18 ------------------
 meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb | 16 ++++++++++++++++
 2 files changed, 16 insertions(+), 18 deletions(-)
 delete mode 100644 meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb
 create mode 100644 meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb

diff --git a/meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb b/meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb
deleted file mode 100644
index 2a03b9a..0000000
--- a/meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Implementation of the Service Availability Forum Application Interface Specification (AIS)"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4cb00dd52a063edbece6ae248a2ba663"
-DEPENDS = "cluster-glue corosync"
-
-#    ftp://ftp@openais.org/downloads/openais-${PV}/openais-${PV}.tar.gz
-
-SRC_URI = " \
-    ftp://ftp@tux.rainside.sk/gentoo/distfiles/openais-${PV}.tar.gz \
-    file://fix-lcrso-linkage.patch \
-    file://build-cleanup-configure-ac.patch \
-    "
-SRC_URI[md5sum] = "13d8d590f806fb396d750b086c6c0b78"
-SRC_URI[sha256sum] = "eeef58dd2df3eb16ba68b3fbdc6f0d4dfb537443f1c091ec6f0431594f2f00b6"
-
-inherit autotools pkgconfig
-
-FILES_${PN}-dbg += "${libexecdir}/lcrso/.debug"
diff --git a/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb b/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb
new file mode 100644
index 0000000..23d704d
--- /dev/null
+++ b/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Implementation of the Service Availability Forum Application Interface Specification (AIS)"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4cb00dd52a063edbece6ae248a2ba663"
+DEPENDS = "cluster-glue corosync"
+
+SRC_URI = "ftp://ftp@tux.rainside.sk/gentoo/distfiles/${BP}.tar.gz \
+    file://fix-lcrso-linkage.patch \
+    file://build-cleanup-configure-ac.patch \
+    "
+SRC_URI[md5sum] = "e500ad3c49fdc45d8653f864e80ed82c"
+SRC_URI[sha256sum] = "974b4959f3c401c16156dab31e65a6d45bbf84dd85a88c2a362712e738c06934"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = '--with-initddir=/etc/init.d'
+FILES_${PN}-dbg += "${libexecdir}/lcrso/.debug"
-- 
1.8.4.2

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto




[-- Attachment #2: Type: text/html, Size: 4429 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* FW: [meta-cgl][PATCH] openais: upgrade to 1.1.4
       [not found] ` <518467440.1735776.1418055466559.JavaMail.yahoo@jws100143.mail.ne1.yahoo.com>
@ 2015-01-05 14:50   ` Alexandru Vaduva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandru Vaduva @ 2015-01-05 14:50 UTC (permalink / raw)
  To: lixin.fnst; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 3624 bytes --]

Applying: Fw: [yocto] [meta-cgl][PATCH] openais: upgrade to 1.1.4
error: patch failed: meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb:1
error: meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb: patch does not apply
Patch failed at 0001 Fw: [yocto] [meta-cgl][PATCH] openais: upgrade to 1.1.4
The copy of the patch that failed is found in:
   /media/sdd1/fb/alvd/cgl-activities/temp/private/meta-cgl/.git/rebase-apply/patch

There is a problem with this patch. Would you be able to help redo it?


Thanks,
Alex Vaduva


From: Alexandru Vaduva [mailto:vaduvajanalexandru@yahoo.com]
Sent: Monday, December 08, 2014 6:18 PM
To: Alexandru Vaduva
Subject: Fw: [yocto] [meta-cgl][PATCH] openais: upgrade to 1.1.4


On Monday, December 8, 2014 12:35 PM, Li xin <lixin.fnst@cn.fujitsu.com<mailto:lixin.fnst@cn.fujitsu.com>> wrote:

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com<mailto:lixin.fnst@cn.fujitsu.com>>
---
meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb | 18 ------------------
meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb | 16 ++++++++++++++++
2 files changed, 16 insertions(+), 18 deletions(-)
delete mode 100644 meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb
create mode 100644 meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb

diff --git a/meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb b/meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb
deleted file mode 100644
index 2a03b9a..0000000
--- a/meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Implementation of the Service Availability Forum Application Interface Specification (AIS)"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4cb00dd52a063edbece6ae248a2ba663<file:///\\LICENSE;md5=4cb00dd52a063edbece6ae248a2ba663>"
-DEPENDS = "cluster-glue corosync"
-
-#    ftp://ftp@openais.org/downloads/openais-${PV}/openais-${PV}.tar.gz
-
-SRC_URI = " \
-    ftp://ftp@tux.rainside.sk/gentoo/distfiles/openais-${PV}.tar.gz \
-    file://fix-lcrso-linkage.patch<file:///\\fix-lcrso-linkage.patch> \
-    file://build-cleanup-configure-ac.patch<file:///\\build-cleanup-configure-ac.patch> \
-    "
-SRC_URI[md5sum] = "13d8d590f806fb396d750b086c6c0b78"
-SRC_URI[sha256sum] = "eeef58dd2df3eb16ba68b3fbdc6f0d4dfb537443f1c091ec6f0431594f2f00b6"
-
-inherit autotools pkgconfig
-
-FILES_${PN}-dbg += "${libexecdir}/lcrso/.debug"
diff --git a/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb b/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb
new file mode 100644
index 0000000..23d704d
--- /dev/null
+++ b/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Implementation of the Service Availability Forum Application Interface Specification (AIS)"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4cb00dd52a063edbece6ae248a2ba663<file:///\\LICENSE;md5=4cb00dd52a063edbece6ae248a2ba663>"
+DEPENDS = "cluster-glue corosync"
+
+SRC_URI = "ftp://ftp@tux.rainside.sk/gentoo/distfiles/${BP}.tar.gz \
+    file://fix-lcrso-linkage.patch \
+    file://build-cleanup-configure-ac.patch \
+    "
+SRC_URI[md5sum] = "e500ad3c49fdc45d8653f864e80ed82c"
+SRC_URI[sha256sum] = "974b4959f3c401c16156dab31e65a6d45bbf84dd85a88c2a362712e738c06934"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = '--with-initddir=/etc/init.d'
+FILES_${PN}-dbg += "${libexecdir}/lcrso/.debug"
--
1.8.4.2

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Type: text/html, Size: 10074 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-05 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-08 10:33 [meta-cgl][PATCH] openais: upgrade to 1.1.4 Li xin
2014-12-08 16:30 ` Alexandru Vaduva
     [not found] ` <518467440.1735776.1418055466559.JavaMail.yahoo@jws100143.mail.ne1.yahoo.com>
2015-01-05 14:50   ` FW: " Alexandru Vaduva

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.