All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Joe Slater <jslater@windriver.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [oe-core][PATCH 1/1] e2fsprogs: expand @mkdir_p@ during configuration
Date: Sat, 4 Mar 2017 12:50:20 +0100	[thread overview]
Message-ID: <20170304115020.GB3025@jama> (raw)
In-Reply-To: <1488579737-32653-1-git-send-email-jslater@windriver.com>

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

On Fri, Mar 03, 2017 at 02:22:17PM -0800, Joe Slater wrote:
> If we do not do this, locale data will not be put
> into /usr/share/locale.

Wrong ML.

> 
> Signed-off-by: Joe Slater <jslater@windriver.com>
> ---
>  .../e2fsprogs/e2fsprogs/mkdir_p.patch              |   20 ++++++++++++++++++++
>  .../recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb |    1 +
>  2 files changed, 21 insertions(+)
>  create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch
> 
> diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch
> new file mode 100644
> index 0000000..b0fa4b8
> --- /dev/null
> +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch
> @@ -0,0 +1,20 @@
> +e2fsprogs: expand @mkdir_p@
> +
> +Add AC_SUBST to configure.ac.  @mkdir_p@ is currently
> +not expanded so no locale data is written into usr/share/locale. 
> +
> +Upstream-Status: Pending
> +
> +Signed-off-by: Joe Slater <jslater@windriver.com>
> +
> +--- a/configure.ac
> ++++ b/configure.ac
> +@@ -811,6 +811,8 @@ AC_SUBST(PACKAGE)
> + AC_SUBST(VERSION)
> + 
> + AM_GNU_GETTEXT
> ++dnl @MKDIR_P@ is expanded in AM_GNU_GETTEXT
> ++AC_SUBST([mkdir_p],['$(MKDIR_P)'])
> + dnl
> + dnl End of configuration options
> + dnl
> diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb
> index 95ebc3a..153b3a1 100644
> --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb
> +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb
> @@ -8,6 +8,7 @@ SRC_URI += "file://acinclude.m4 \
>              file://mkdir.patch \
>              file://Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch \
>              file://e2fsprogs-1.43-sysmacros.patch \
> +            file://mkdir_p.patch \
>  "
>  
>  SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch"
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

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

      reply	other threads:[~2017-03-04 11:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-03 22:22 [oe-core][PATCH 1/1] e2fsprogs: expand @mkdir_p@ during configuration Joe Slater
2017-03-04 11:50 ` Martin Jansa [this message]

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=20170304115020.GB3025@jama \
    --to=martin.jansa@gmail.com \
    --cc=jslater@windriver.com \
    --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 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.