From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] lmsensors: Upgrade 3.3.2 -> lmsensors_3.3.3
Date: Wed, 13 Mar 2013 17:33:42 +0100 [thread overview]
Message-ID: <20130313163342.GO3260@jama> (raw)
In-Reply-To: <1363070578-8438-1-git-send-email-raj.khem@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2143 bytes --]
On Mon, Mar 11, 2013 at 11:42:58PM -0700, Khem Raj wrote:
> Fix build with mutlilib enabled architectures
> when we have libdir != /usr/lib it always would
> not package libsensors.* since they will get
> installed into /usr/lib and ignored. So define
> LIBDIR properly
Applied, thanks!
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> .../{lmsensors_3.3.2.bb => lmsensors_3.3.3.bb} | 8 +++-----
> 1 file changed, 3 insertions(+), 5 deletions(-)
> rename meta-oe/recipes-support/lm_sensors/{lmsensors_3.3.2.bb => lmsensors_3.3.3.bb} (96%)
>
> diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.2.bb b/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb
> similarity index 96%
> rename from meta-oe/recipes-support/lm_sensors/lmsensors_3.3.2.bb
> rename to meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb
> index 1a1ef2d..4f15535 100644
> --- a/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.2.bb
> +++ b/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb
> @@ -11,11 +11,8 @@ SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.bz2
> file://fancontrol.init \
> file://sensord.init \
> "
> -
> -SRC_URI[md5sum] = "f357ba00b080ab102a170f7bf8bb2578"
> -SRC_URI[sha256sum] = "f13dd885406841a7352ccfb8b9ccb23c4c057abe3de4258da5444c149a9e3ae1"
> -
> -PR = "r1"
> +SRC_URI[md5sum] = "73c2fcccdab6049d289c5e0c596192a1"
> +SRC_URI[sha256sum] = "ecc91ba3d918e96fb7d5eb9acce978af803b130e0b33b08d5ea05b2bfca84955"
>
> inherit update-rc.d
>
> @@ -29,6 +26,7 @@ S = "${WORKDIR}/lm_sensors-${PV}"
>
> EXTRA_OEMAKE = 'LINUX=${STAGING_KERNEL_DIR} EXLDFLAGS="${LDFLAGS}" \
> MACHINE=${TARGET_ARCH} PREFIX=${prefix} MANDIR=${mandir} \
> + LIBDIR=${libdir} \
> CC="${CC}" AR="${AR}"'
>
> do_compile() {
> --
> 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 --]
prev parent reply other threads:[~2013-03-13 16:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-12 6:42 [meta-oe][PATCH] lmsensors: Upgrade 3.3.2 -> lmsensors_3.3.3 Khem Raj
2013-03-13 16:33 ` 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=20130313163342.GO3260@jama \
--to=martin.jansa@gmail.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.