From: Radu Moisan <radu.moisan@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/2] initramfs-live-boot: enable multilib support
Date: Wed, 3 Apr 2013 19:25:28 +0300 [thread overview]
Message-ID: <1365006329-20964-2-git-send-email-radu.moisan@intel.com> (raw)
In-Reply-To: <1365006329-20964-1-git-send-email-radu.moisan@intel.com>
Use base_libdir instead harcoded /lib
Fixes [YOCTO #4096]
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
.../initrdscripts/initramfs-live-boot_1.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
index 1e674a4..0c354ae 100644
--- a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
@@ -15,6 +15,7 @@ do_compile() {
}
do_install() {
+ sed -i 's@/lib/udev@${base_libdir}/udev@g' ${WORKDIR}/init-live.sh
install -m 0755 ${WORKDIR}/init-live.sh ${D}/init
}
--
1.7.9.5
next prev parent reply other threads:[~2013-04-03 16:42 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-03 16:25 [PATCH 0/2 v2] Udev multilib fixes Radu Moisan
2013-04-03 16:25 ` Radu Moisan [this message]
2013-04-03 16:25 ` [PATCH 2/2] udev: enable multilib support Radu Moisan
2013-04-03 17:58 ` Koen Kooi
2013-04-03 18:02 ` Burton, Ross
2013-04-03 18:05 ` Khem Raj
2013-04-04 8:48 ` Radu Moisan
2013-04-04 12:45 ` Radu Moisan
2013-04-04 13:03 ` Koen Kooi
2013-04-05 11:59 ` Radu Moisan
2013-04-05 13:29 ` Alex Damian
2013-04-05 14:34 ` Richard Purdie
2013-04-06 10:32 ` Koen Kooi
2013-04-06 22:00 ` Richard Purdie
2013-04-07 7:54 ` Koen Kooi
-- strict thread matches above, loose matches on Subject: below --
2013-04-03 15:51 [PATCH 0/2] Udev multilib fixes Radu Moisan
2013-04-03 15:51 ` [PATCH 1/2] initramfs-live-boot: enable multilib support Radu Moisan
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=1365006329-20964-2-git-send-email-radu.moisan@intel.com \
--to=radu.moisan@intel.com \
--cc=openembedded-core@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