Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/3] [meta-oe] dmraid: add recipe
Date: Sat, 29 Nov 2014 15:25:28 +0100	[thread overview]
Message-ID: <m5cl0o$tor$1@ger.gmane.org> (raw)
In-Reply-To: <1417164585-46087-3-git-send-email-biannm@cn.fujitsu.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bian Naimeng schreef op 28-11-14 09:49:
> There is no update anymore since 2010, but is still supported by some
> distro such as Ubuntu(trusty 14.04LTS).
> 
> Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> --- 
> .../recipes-extended/dmraid/dmraid_1.0.0.rc16.bb   |  71 +++++ 
> .../dmraid/files/01_fix_broken_linking.patch       | 121 +++++++++ 
> .../dmraid/files/02_disable_dmreg.patch            | 134 ++++++++++ 
> .../files/03_fix_hyphen-used-as-minus-sign.patch   | 291
> +++++++++++++++++++++ .../dmraid/files/04_promise-add-offsets.patch
> |  13 + .../dmraid/files/05_exit_code.patch                |  22 ++ 
> .../dmraid/files/06_support_virtio_devices.patch   |  13 + 
> .../dmraid/files/07_isw-probe-hpa.patch            | 144 ++++++++++ 
> .../files/08_activate_multiple_raid_sets.patch     |  12 + 
> .../dmraid/files/09_pdc_raid10_failure..patch      |  14 + 
> .../dmraid/files/10_ddf1_lsi_persistent_name.patch |  20 ++ 
> .../files/11_fix_isw_sectors_calculation.patch     |  14 + 
> .../dmraid/files/12_jmicron_namefix.patch          |  20 ++ 
> .../dmraid/files/13_fix_testing.patch              |  24 ++ 
> .../files/14_pdc_dump_extended_metadata.patch      | 147 +++++++++++ 
> .../15_drop_p_for_partition_conditional.patch      |  31 +++ 
> .../dmraid/files/16_change-uuid.patch              |  77 ++++++ 
> .../files/17_convert-dmraid45-to-dmraid.patch      | 273
> +++++++++++++++++++ .../dmraid/files/18_ignore-too-small-devices.patch |
> 39 +++ .../files/19_compile-dmraid-in-subdir-tools.patch  |  20 ++ 
> .../20_specifies-install-dir-by-DESTDIR.patch      | 123 +++++++++ 21
> files changed, 1623 insertions(+) create mode 100644
> meta-oe/recipes-extended/dmraid/dmraid_1.0.0.rc16.bb create mode 100644
> meta-oe/recipes-extended/dmraid/files/01_fix_broken_linking.patch create
> mode 100644 meta-oe/recipes-extended/dmraid/files/02_disable_dmreg.patch 
> create mode 100644
> meta-oe/recipes-extended/dmraid/files/03_fix_hyphen-used-as-minus-sign.patch
>
> 
create mode 100644
meta-oe/recipes-extended/dmraid/files/04_promise-add-offsets.patch
> create mode 100644
> meta-oe/recipes-extended/dmraid/files/05_exit_code.patch create mode
> 100644
> meta-oe/recipes-extended/dmraid/files/06_support_virtio_devices.patch 
> create mode 100644
> meta-oe/recipes-extended/dmraid/files/07_isw-probe-hpa.patch create mode
> 100644
> meta-oe/recipes-extended/dmraid/files/08_activate_multiple_raid_sets.patch
>
> 
create mode 100644
meta-oe/recipes-extended/dmraid/files/09_pdc_raid10_failure..patch
> create mode 100644
> meta-oe/recipes-extended/dmraid/files/10_ddf1_lsi_persistent_name.patch 
> create mode 100644
> meta-oe/recipes-extended/dmraid/files/11_fix_isw_sectors_calculation.patch
>
> 
create mode 100644 meta-oe/recipes-extended/dmraid/files/12_jmicron_namefix.patch
> create mode 100644
> meta-oe/recipes-extended/dmraid/files/13_fix_testing.patch create mode
> 100644
> meta-oe/recipes-extended/dmraid/files/14_pdc_dump_extended_metadata.patch
>
> 
create mode 100644
meta-oe/recipes-extended/dmraid/files/15_drop_p_for_partition_conditional.patch
> create mode 100644
> meta-oe/recipes-extended/dmraid/files/16_change-uuid.patch create mode
> 100644
> meta-oe/recipes-extended/dmraid/files/17_convert-dmraid45-to-dmraid.patch
>
> 
create mode 100644
meta-oe/recipes-extended/dmraid/files/18_ignore-too-small-devices.patch
> create mode 100644
> meta-oe/recipes-extended/dmraid/files/19_compile-dmraid-in-subdir-tools.patch
>
> 
create mode 100644
meta-oe/recipes-extended/dmraid/files/20_specifies-install-dir-by-DESTDIR.patch
> 
> diff --git a/meta-oe/recipes-extended/dmraid/dmraid_1.0.0.rc16.bb
> b/meta-oe/recipes-extended/dmraid/dmraid_1.0.0.rc16.bb new file mode
> 100644 index 0000000..281587d --- /dev/null +++
> b/meta-oe/recipes-extended/dmraid/dmraid_1.0.0.rc16.bb @@ -0,0 +1,71 @@ 
> +SUMMARY = "dmraid (Device-mapper RAID tool and library)" +DESCRIPTION =
> "DMRAID supports RAID device discovery, RAID set activation, \ +creation,
> removal, rebuild and display of properties for ATARAID/DDF1 \ +metadata
> on Linux >= 2.4 using device-mapper." +HOMEPAGE =
> "http://people.redhat.com/heinzm/sw/dmraid" +SECTION = "System
> Environment/Base" + +SRC_URI =
> "http://people.redhat.com/heinzm/sw/dmraid/src/old/${BPN}-${PV}.tar.bz2
> \ +           file://01_fix_broken_linking.patch \ +
> file://02_disable_dmreg.patch \ +
> file://03_fix_hyphen-used-as-minus-sign.patch \ +
> file://04_promise-add-offsets.patch \ +
> file://05_exit_code.patch \ +
> file://06_support_virtio_devices.patch \ +
> file://07_isw-probe-hpa.patch \ +
> file://08_activate_multiple_raid_sets.patch \ +
> file://09_pdc_raid10_failure..patch \ +
> file://10_ddf1_lsi_persistent_name.patch \ +
> file://11_fix_isw_sectors_calculation.patch \ +
> file://12_jmicron_namefix.patch \ +           file://13_fix_testing.patch
> \ +           file://14_pdc_dump_extended_metadata.patch \ +
> file://15_drop_p_for_partition_conditional.patch \ +
> file://16_change-uuid.patch \ +
> file://17_convert-dmraid45-to-dmraid.patch \ +
> file://18_ignore-too-small-devices.patch \ +
> file://19_compile-dmraid-in-subdir-tools.patch \ +
> file://20_specifies-install-dir-by-DESTDIR.patch \ +          " + 
> +SRC_URI[md5sum] = "32832c1dfd7e72cd4355490322fca68a" +SRC_URI[sha256sum]
> = "f849c44d041f8891c61419ddf906e6e34b44948939ae9e550be662ffc2492255" + 
> +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM =
> "file://LICENSE;md5=15b3012575eeffacc3cec27a6d3cb31f" + +DEPENDS =
> "lvm2" + +S = "${WORKDIR}/${BPN}/${PV}" + +CONFIGUREOPTS = "
> --build=${BUILD_SYS} \ +                  --host=${HOST_SYS} \ +
> --target=${TARGET_SYS} \ +                  --prefix=${prefix} \ +
> --exec_prefix=${exec_prefix} \ +                  --bindir=${bindir} \ +
> --sbindir=${sbindir} \ +                  --libexecdir=${libexecdir} \ +
> --datadir=${datadir} \ +                  --sysconfdir=${sysconfdir} \ +
> --sharedstatedir=${sharedstatedir} \ +
> --localstatedir=${localstatedir} \ +                  --libdir=${libdir}
> \ +                  --includedir=${includedir} \ +
> --oldincludedir=${oldincludedir} \ +
> --infodir=${infodir} \ +                  --mandir=${mandir} \ +
> " +EXTRA_OECONF += " --disable-static_link --enable-led
> --enable-intel_led --enable-debug  "

There's no previous EXTRA_OECONF, so drop the '+', but ...

> + +do_configure() { +    ./configure ${CONFIGUREOPTS} ${EXTRA_OECONF}

... what's the point of 2 vars instead of one?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFUeddYMkyGM64RGpERAjuVAJ9My2Jhee0WVjd9NriDkH4qRxRaDwCgiVLQ
WugXoDwFtwyhcK2LwBDhv5g=
=VX2H
-----END PGP SIGNATURE-----



  parent reply	other threads:[~2014-11-29 14:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-28  8:49 [PATCH 0/3] add some recipes Bian Naimeng
2014-11-28  8:49 ` [PATCH 1/3] [meta-oe]daemontools: add recipe Bian Naimeng
2014-11-29 14:23   ` Koen Kooi
2014-11-28  8:49 ` [PATCH 2/3] [meta-oe] dmraid: " Bian Naimeng
2014-11-28 12:50   ` Martin Jansa
2014-11-29 14:25   ` Koen Kooi [this message]
2014-12-02  5:06     ` Bian, Naimeng
2014-11-28  8:49 ` [PATCH 3/3] [meta-oe] drbd: " Bian Naimeng
2014-11-29 14:27   ` Koen Kooi
2014-12-09 10:17   ` Martin Jansa
2014-12-10  8:36     ` Bian, Naimeng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='m5cl0o$tor$1@ger.gmane.org' \
    --to=koen@dominion.thruhere.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox