Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix x264 libraries install directory when enable multilib
@ 2013-11-25  8:17 Kai Kang
  2013-11-25  8:17 ` [PATCH 1/1] x264: install libraries to right " Kai Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Kang @ 2013-11-25  8:17 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 6ddb9bf0976169fde7eee16d70a83210aa354416:

  bitbake: perforce: Fix path subdirectory issues (2013-11-24 12:25:37 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib kangkai/x264
  http://git.yoctoproject.org/cgit.cgi//log/?h=kangkai/x264

Kai Kang (1):
  x264: install libraries to right directory when enable multilib

 meta/recipes-multimedia/x264/x264_git.bb | 1 +
 1 file changed, 1 insertion(+)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] x264: install libraries to right directory when enable multilib
  2013-11-25  8:17 [PATCH 0/1] Fix x264 libraries install directory when enable multilib Kai Kang
@ 2013-11-25  8:17 ` Kai Kang
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Kang @ 2013-11-25  8:17 UTC (permalink / raw)
  To: openembedded-core

x264 use [EPREFIX/lib] as default libdir. When multlib is enabled that
is not right. Packages depends on x264 such as libav configure fails
that can't find library x264.

Pass the right libdir to configure script to fix it.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-multimedia/x264/x264_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index 295818a..406df30 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -25,6 +25,7 @@ X264_DISABLE_ASM_armv5 = "--disable-asm"
 
 EXTRA_OECONF = '--prefix=${prefix} \
                 --host=${HOST_SYS} \
+                --libdir=${libdir} \
                 --cross-prefix=${TARGET_PREFIX} \
                 --sysroot=${STAGING_DIR_TARGET} \
                 --enable-shared \
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-25  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25  8:17 [PATCH 0/1] Fix x264 libraries install directory when enable multilib Kai Kang
2013-11-25  8:17 ` [PATCH 1/1] x264: install libraries to right " Kai Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox