From af431dbe673e2135f912d07479e4b964f5583246 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 12 Aug 2009 01:21:49 -0400 Subject: openssl.inc: fix packaging on x86_64; use INC_PR openssl's makefile always installs to ${prefix}/lib, even if libdir is ${prefix}/lib64. Move some files around to make it fit. Signed-off-by: Michael Smith --- recipes/openssl/openssl_0.9.8g.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/openssl/openssl_0.9.8g.bb') diff --git a/recipes/openssl/openssl_0.9.8g.bb b/recipes/openssl/openssl_0.9.8g.bb index 1cb360f967..d76e756c14 100644 --- a/recipes/openssl/openssl_0.9.8g.bb +++ b/recipes/openssl/openssl_0.9.8g.bb @@ -2,7 +2,7 @@ inherit pkgconfig require openssl.inc -PR = "r9" +PR = "${INC_PR}.0" SRC_URI += "file://debian.patch;patch=1 \ file://configure-targets.patch;patch=1 \ -- cgit 1.2.3-korg