* [meta-oe][PATCH] lmsensors: Upgrade 3.3.2 -> lmsensors_3.3.3
@ 2013-03-12 6:42 Khem Raj
2013-03-13 16:33 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2013-03-12 6:42 UTC (permalink / raw)
To: openembedded-devel
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
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe][PATCH] lmsensors: Upgrade 3.3.2 -> lmsensors_3.3.3
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
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2013-03-13 16:33 UTC (permalink / raw)
To: openembedded-devel
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-13 16:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.