* [oe-core master] lvm2: add configure option --with-usrlibdir to install shared library in 64-bit systems
@ 2013-05-14 9:38 Olivia Yin
2013-05-14 17:08 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Olivia Yin @ 2013-05-14 9:38 UTC (permalink / raw)
To: openembedded-devel
According to make.tmpl.in, shared lib will be installed under $(usrlibdir)
install_lib_shared: $(LIB_SHARED)
$(INSTALL_PROGRAM) -D $< $(libdir)/$(<F).$(LIB_VERSION)
$(INSTALL_DIR) $(usrlibdir)
$(LN_S) -f $(USRLIB_RELPATH)$(<F).$(LIB_VERSION) $(usrlibdir)/$(<F)
But default $(usrlibdir) is $(DESTDIR)${prefix}/lib no matter it is 32-bit or 64-bit system.
So we need align $(usrlibdir) with $(libdir).
Signed-off-by: Olivia Yin <hong-hua.yin@freescale.com>
---
meta-oe/recipes-support/lvm2/lvm2.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 157e11b..5de1e3f 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -4,7 +4,7 @@ DEPENDS = "udev"
LICENSE = "GPLv2 & LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24"
-INC_PR = "r0"
+INC_PR = "r1"
S = "${WORKDIR}/LVM2.${PV}"
@@ -37,3 +37,4 @@ TARGET_CC_ARCH += "${LDFLAGS}"
FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev"
FILES_${PN}-dbg += "${libdir}/device-mapper/.debug"
+EXTRA_OECONF = "--with-usrlibdir=${libdir}"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [oe-core master] lvm2: add configure option --with-usrlibdir to install shared library in 64-bit systems
2013-05-14 9:38 [oe-core master] lvm2: add configure option --with-usrlibdir to install shared library in 64-bit systems Olivia Yin
@ 2013-05-14 17:08 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2013-05-14 17:08 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1898 bytes --]
On Tue, May 14, 2013 at 05:38:27PM +0800, Olivia Yin wrote:
> According to make.tmpl.in, shared lib will be installed under $(usrlibdir)
> install_lib_shared: $(LIB_SHARED)
> $(INSTALL_PROGRAM) -D $< $(libdir)/$(<F).$(LIB_VERSION)
> $(INSTALL_DIR) $(usrlibdir)
> $(LN_S) -f $(USRLIB_RELPATH)$(<F).$(LIB_VERSION) $(usrlibdir)/$(<F)
>
> But default $(usrlibdir) is $(DESTDIR)${prefix}/lib no matter it is 32-bit or 64-bit system.
> So we need align $(usrlibdir) with $(libdir).
Wrong subject and it was already applied few days ago:
http://git.openembedded.org/meta-openembedded/commit/?id=f9f1a63e03d11028785cc4beeb19041b15f8dcb0
> Signed-off-by: Olivia Yin <hong-hua.yin@freescale.com>
> ---
> meta-oe/recipes-support/lvm2/lvm2.inc | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
> index 157e11b..5de1e3f 100644
> --- a/meta-oe/recipes-support/lvm2/lvm2.inc
> +++ b/meta-oe/recipes-support/lvm2/lvm2.inc
> @@ -4,7 +4,7 @@ DEPENDS = "udev"
> LICENSE = "GPLv2 & LGPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24"
> -INC_PR = "r0"
> +INC_PR = "r1"
>
>
> S = "${WORKDIR}/LVM2.${PV}"
> @@ -37,3 +37,4 @@ TARGET_CC_ARCH += "${LDFLAGS}"
> FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev"
> FILES_${PN}-dbg += "${libdir}/device-mapper/.debug"
>
> +EXTRA_OECONF = "--with-usrlibdir=${libdir}"
> --
> 1.7.0.4
>
>
>
> _______________________________________________
> 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-05-14 17:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 9:38 [oe-core master] lvm2: add configure option --with-usrlibdir to install shared library in 64-bit systems Olivia Yin
2013-05-14 17:08 ` Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox