All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] gsoap: added gsoap 2.8.12 recipe
@ 2013-03-01 18:25 eu
  2013-03-13 16:39 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: eu @ 2013-03-01 18:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Felipe F. Tonello

From: "Felipe F. Tonello" <ftonello@cercacor.com>

This recipe was inspired on the gsoap recipe in oe-classic.

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
---
 .../recipes-support/gsoap/gsoap-native_2.8.12.bb   |   14 ++++++++++++
 meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb      |   17 +++++++++++++++
 meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc     |   23 ++++++++++++++++++++
 3 files changed, 54 insertions(+)
 create mode 100644 meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
 create mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
 create mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc

diff --git a/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb b/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
new file mode 100644
index 0000000..46fabbb
--- /dev/null
+++ b/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
@@ -0,0 +1,14 @@
+require gsoap_${PV}.inc
+
+DEPENDS = ""
+EXTRA_OEMAKE = ""
+
+inherit native
+
+do_install() {
+    oe_runmake DESTDIR=${D} BINDIR=${D}${bindir} install
+}
+
+
+SRC_URI[md5sum] = "5700d26fc6fe3073d038349e19c3640d"
+SRC_URI[sha256sum] = "51eef118544fa846f4d2dea2eedf91c84c46a1abeafc5eee3dcff783f4015a00"
diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
new file mode 100644
index 0000000..5db2e61
--- /dev/null
+++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
@@ -0,0 +1,17 @@
+require gsoap_${PV}.inc
+
+DEPENDS = "gsoap-native openssl"
+
+do_install_append() {
+   install -d ${D}${libdir}
+   for lib in libgsoapssl libgsoapssl++ libgsoap libgsoapck++ libgsoap++ libgsoapck
+   do
+       oe_libinstall -C gsoap $lib ${D}${libdir}
+   done
+}
+
+FILES_${PN} = "${bindir}/wsdl2h ${bindir}/soapcpp2"
+FILES_${PN} += "${datadir}"
+
+SRC_URI[md5sum] = "5700d26fc6fe3073d038349e19c3640d"
+SRC_URI[sha256sum] = "51eef118544fa846f4d2dea2eedf91c84c46a1abeafc5eee3dcff783f4015a00"
diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
new file mode 100644
index 0000000..30cf9a6
--- /dev/null
+++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
@@ -0,0 +1,23 @@
+DESCRIPTION = "The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding \
+for the development of SOAP Web Services and clients."
+SECTION = "devel"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b338b08b1b61e028e0f399a4de25e58f"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.zip \
+        "
+
+inherit autotools
+
+PR = "r1"
+
+S = "${WORKDIR}/gsoap-2.8"
+
+FILES_${PN}-dev = "${includedir}"
+RRECOMMENDS_${PN}-dev = "${PN}-staticdev"
+
+FILES_${PN}-staticdev = "${libdir}"
+
+PARALLEL_MAKE = ""
+
+EXTRA_OEMAKE = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2"
-- 
1.7.9.5




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

* Re: [meta-oe][PATCH] gsoap: added gsoap 2.8.12 recipe
  2013-03-01 18:25 [meta-oe][PATCH] gsoap: added gsoap 2.8.12 recipe eu
@ 2013-03-13 16:39 ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2013-03-13 16:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Felipe F. Tonello

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

On Fri, Mar 01, 2013 at 10:25:56AM -0800, eu@felipetonello.com wrote:
> From: "Felipe F. Tonello" <ftonello@cercacor.com>
> 
> This recipe was inspired on the gsoap recipe in oe-classic.

Applied, thanks!

> 
> Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
> ---
>  .../recipes-support/gsoap/gsoap-native_2.8.12.bb   |   14 ++++++++++++
>  meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb      |   17 +++++++++++++++
>  meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc     |   23 ++++++++++++++++++++
>  3 files changed, 54 insertions(+)
>  create mode 100644 meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
>  create mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
>  create mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
> 
> diff --git a/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb b/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
> new file mode 100644
> index 0000000..46fabbb
> --- /dev/null
> +++ b/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
> @@ -0,0 +1,14 @@
> +require gsoap_${PV}.inc
> +
> +DEPENDS = ""
> +EXTRA_OEMAKE = ""
> +
> +inherit native
> +
> +do_install() {
> +    oe_runmake DESTDIR=${D} BINDIR=${D}${bindir} install
> +}
> +
> +
> +SRC_URI[md5sum] = "5700d26fc6fe3073d038349e19c3640d"
> +SRC_URI[sha256sum] = "51eef118544fa846f4d2dea2eedf91c84c46a1abeafc5eee3dcff783f4015a00"
> diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
> new file mode 100644
> index 0000000..5db2e61
> --- /dev/null
> +++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
> @@ -0,0 +1,17 @@
> +require gsoap_${PV}.inc
> +
> +DEPENDS = "gsoap-native openssl"
> +
> +do_install_append() {
> +   install -d ${D}${libdir}
> +   for lib in libgsoapssl libgsoapssl++ libgsoap libgsoapck++ libgsoap++ libgsoapck
> +   do
> +       oe_libinstall -C gsoap $lib ${D}${libdir}
> +   done
> +}
> +
> +FILES_${PN} = "${bindir}/wsdl2h ${bindir}/soapcpp2"
> +FILES_${PN} += "${datadir}"
> +
> +SRC_URI[md5sum] = "5700d26fc6fe3073d038349e19c3640d"
> +SRC_URI[sha256sum] = "51eef118544fa846f4d2dea2eedf91c84c46a1abeafc5eee3dcff783f4015a00"
> diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
> new file mode 100644
> index 0000000..30cf9a6
> --- /dev/null
> +++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
> @@ -0,0 +1,23 @@
> +DESCRIPTION = "The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding \
> +for the development of SOAP Web Services and clients."
> +SECTION = "devel"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b338b08b1b61e028e0f399a4de25e58f"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.zip \
> +        "
> +
> +inherit autotools
> +
> +PR = "r1"
> +
> +S = "${WORKDIR}/gsoap-2.8"
> +
> +FILES_${PN}-dev = "${includedir}"
> +RRECOMMENDS_${PN}-dev = "${PN}-staticdev"
> +
> +FILES_${PN}-staticdev = "${libdir}"
> +
> +PARALLEL_MAKE = ""
> +
> +EXTRA_OEMAKE = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2"
> -- 
> 1.7.9.5
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-oe][PATCH] gsoap: added gsoap 2.8.12 recipe
  2013-02-20 18:38 eu
@ 2013-02-24  8:23 ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2013-02-24  8:23 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Felipe F. Tonello

On (20/02/13 10:38), eu@felipetonello.com wrote:
> From: "Felipe F. Tonello" <ftonello@cercacor.com>
> 
> This recipe was inspired on the gsoap recipe in oe-classic.
> 
> Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
> ---
>  .../recipes-support/gsoap/gsoap-native_2.8.12.bb   |   17 +++++++++++++++
>  meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb      |   17 +++++++++++++++
>  meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc     |   23 ++++++++++++++++++++
>  3 files changed, 57 insertions(+)
>  create mode 100644 meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
>  create mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
>  create mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
> 
> diff --git a/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb b/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
> new file mode 100644
> index 0000000..a83eb26
> --- /dev/null
> +++ b/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
> @@ -0,0 +1,17 @@
> +require gsoap_${PV}.inc
> +
> +DEPENDS = ""
> +
> +EXTRA_OEMAKE = ""
> +
> +inherit native
> +
> +do_install() {
> +    oe_runmake DESTDIR=${D} BINDIR=${D}${bindir} install
> +
> +    install -m 0755 ${S}/gsoap/src/soapcpp2 ${STAGING_BINDIR_NATIVE}/

can you see if you can use BBCLASSEXTEND to generate the native package
?
why is installing to STAGING_BINDIR_NATIVE needed ?



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

* [meta-oe][PATCH] gsoap: added gsoap 2.8.12 recipe
@ 2013-02-20 18:38 eu
  2013-02-24  8:23 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: eu @ 2013-02-20 18:38 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Felipe F. Tonello

From: "Felipe F. Tonello" <ftonello@cercacor.com>

This recipe was inspired on the gsoap recipe in oe-classic.

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
---
 .../recipes-support/gsoap/gsoap-native_2.8.12.bb   |   17 +++++++++++++++
 meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb      |   17 +++++++++++++++
 meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc     |   23 ++++++++++++++++++++
 3 files changed, 57 insertions(+)
 create mode 100644 meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
 create mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
 create mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc

diff --git a/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb b/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
new file mode 100644
index 0000000..a83eb26
--- /dev/null
+++ b/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
@@ -0,0 +1,17 @@
+require gsoap_${PV}.inc
+
+DEPENDS = ""
+
+EXTRA_OEMAKE = ""
+
+inherit native
+
+do_install() {
+    oe_runmake DESTDIR=${D} BINDIR=${D}${bindir} install
+
+    install -m 0755 ${S}/gsoap/src/soapcpp2 ${STAGING_BINDIR_NATIVE}/
+}
+
+
+SRC_URI[md5sum] = "5700d26fc6fe3073d038349e19c3640d"
+SRC_URI[sha256sum] = "51eef118544fa846f4d2dea2eedf91c84c46a1abeafc5eee3dcff783f4015a00"
diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
new file mode 100644
index 0000000..5db2e61
--- /dev/null
+++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
@@ -0,0 +1,17 @@
+require gsoap_${PV}.inc
+
+DEPENDS = "gsoap-native openssl"
+
+do_install_append() {
+   install -d ${D}${libdir}
+   for lib in libgsoapssl libgsoapssl++ libgsoap libgsoapck++ libgsoap++ libgsoapck
+   do
+       oe_libinstall -C gsoap $lib ${D}${libdir}
+   done
+}
+
+FILES_${PN} = "${bindir}/wsdl2h ${bindir}/soapcpp2"
+FILES_${PN} += "${datadir}"
+
+SRC_URI[md5sum] = "5700d26fc6fe3073d038349e19c3640d"
+SRC_URI[sha256sum] = "51eef118544fa846f4d2dea2eedf91c84c46a1abeafc5eee3dcff783f4015a00"
diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
new file mode 100644
index 0000000..30cf9a6
--- /dev/null
+++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
@@ -0,0 +1,23 @@
+DESCRIPTION = "The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding \
+for the development of SOAP Web Services and clients."
+SECTION = "devel"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b338b08b1b61e028e0f399a4de25e58f"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.zip \
+        "
+
+inherit autotools
+
+PR = "r1"
+
+S = "${WORKDIR}/gsoap-2.8"
+
+FILES_${PN}-dev = "${includedir}"
+RRECOMMENDS_${PN}-dev = "${PN}-staticdev"
+
+FILES_${PN}-staticdev = "${libdir}"
+
+PARALLEL_MAKE = ""
+
+EXTRA_OEMAKE = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2"
-- 
1.7.9.5




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

end of thread, other threads:[~2013-03-13 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-01 18:25 [meta-oe][PATCH] gsoap: added gsoap 2.8.12 recipe eu
2013-03-13 16:39 ` Martin Jansa
  -- strict thread matches above, loose matches on Subject: below --
2013-02-20 18:38 eu
2013-02-24  8:23 ` Khem Raj

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.