* [meta-oe][PATCH] libmcrypt: add 2.5.8
@ 2013-03-25 13:46 Marcin Juszkiewicz
2013-03-26 6:06 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: Marcin Juszkiewicz @ 2013-03-25 13:46 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
.../recipes-support/libmcrypt/libmcrypt_2.5.8.bb | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb
diff --git a/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb b/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb
new file mode 100644
index 0000000..0cbe189
--- /dev/null
+++ b/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Replacement for the old crypt() package and crypt(1) command, with extensions."
+HOMEPAGE = "http://mcrypt.sourceforge.net/"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/mcrypt/Libmcrypt/${PV}/libmcrypt-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "0821830d930a86a5c69110837c55b7da"
+SRC_URI[sha256sum] = "e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e"
+
+inherit autotools gettext binconfig
+
+do_configure() {
+ gnu-configize --force
+# libtoolize --force --copy
+ autoconf
+ oe_runconf
+}
+
+do_install_append() {
+ rm ${D}${libdir}/libmcrypt -r
+}
--
1.8.1.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-oe][PATCH] libmcrypt: add 2.5.8
2013-03-25 13:46 [meta-oe][PATCH] libmcrypt: add 2.5.8 Marcin Juszkiewicz
@ 2013-03-26 6:06 ` Khem Raj
2013-03-26 7:32 ` Marcin Juszkiewicz
0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2013-03-26 6:06 UTC (permalink / raw)
To: openembedded-devel
On Mar 25, 2013, at 6:46 AM, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> wrote:
> +do_configure() {
> + gnu-configize --force
> +# libtoolize --force --copy
> + autoconf
> + oe_runconf
> +}
can we avoid above ?
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-oe][PATCH] libmcrypt: add 2.5.8
2013-03-26 6:06 ` Khem Raj
@ 2013-03-26 7:32 ` Marcin Juszkiewicz
2013-03-29 12:21 ` Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: Marcin Juszkiewicz @ 2013-03-26 7:32 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb
diff --git a/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb b/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb
new file mode 100644
index 0000000..a169390
--- /dev/null
+++ b/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Replacement for the old crypt() package and crypt(1) command, with extensions."
+HOMEPAGE = "http://mcrypt.sourceforge.net/"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff"
+DEPENDS = "libtool"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/mcrypt/Libmcrypt/${PV}/libmcrypt-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "0821830d930a86a5c69110837c55b7da"
+SRC_URI[sha256sum] = "e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e"
+
+inherit autotools gettext binconfig
--
1.8.1.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-oe][PATCH] libmcrypt: add 2.5.8
2013-03-26 7:32 ` Marcin Juszkiewicz
@ 2013-03-29 12:21 ` Martin Jansa
0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2013-03-29 12:21 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1708 bytes --]
On Tue, Mar 26, 2013 at 08:32:06AM +0100, Marcin Juszkiewicz wrote:
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Applied, thanks!
Hopefully in right (last) revision.
Would be great if you can update patchwork status and use PATCHvN for
next patches.
memcached/libmemcached are still pending (unresolved review comments
afaik).
> ---
> meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
> create mode 100644 meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb
>
> diff --git a/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb b/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb
> new file mode 100644
> index 0000000..a169390
> --- /dev/null
> +++ b/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb
> @@ -0,0 +1,12 @@
> +DESCRIPTION = "Replacement for the old crypt() package and crypt(1) command, with extensions."
> +HOMEPAGE = "http://mcrypt.sourceforge.net/"
> +LICENSE = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff"
> +DEPENDS = "libtool"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/project/mcrypt/Libmcrypt/${PV}/libmcrypt-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "0821830d930a86a5c69110837c55b7da"
> +SRC_URI[sha256sum] = "e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e"
> +
> +inherit autotools gettext binconfig
> --
> 1.8.1.2
>
>
> _______________________________________________
> 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
end of thread, other threads:[~2013-03-29 12:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25 13:46 [meta-oe][PATCH] libmcrypt: add 2.5.8 Marcin Juszkiewicz
2013-03-26 6:06 ` Khem Raj
2013-03-26 7:32 ` Marcin Juszkiewicz
2013-03-29 12:21 ` Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox