aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl_0.9.8g.bb
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-08-12 01:21:49 -0400
committerMichael Smith <msmith@cbnco.com>2009-09-01 18:01:48 -0400
commitaf431dbe673e2135f912d07479e4b964f5583246 (patch)
tree1c5466b1441d8b97c3943731b8e10b328b6e1c1d /recipes/openssl/openssl_0.9.8g.bb
parenta5c9970599cbfe15b776cbb57cb9b1b06fbdcb1c (diff)
downloadopenembedded-af431dbe673e2135f912d07479e4b964f5583246.tar.gz
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 <msmith@cbnco.com>
Diffstat (limited to 'recipes/openssl/openssl_0.9.8g.bb')
-rw-r--r--recipes/openssl/openssl_0.9.8g.bb2
1 files changed, 1 insertions, 1 deletions
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 \