diff options
Diffstat (limited to 'meta/recipes-support/beecrypt')
-rw-r--r-- | meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb index f6606413b1..2913b46f10 100644 --- a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb +++ b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | |||
@@ -17,11 +17,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \ | |||
17 | 17 | ||
18 | DEPENDS = "icu" | 18 | DEPENDS = "icu" |
19 | 19 | ||
20 | PR = "r0" | 20 | PR = "r1" |
21 | 21 | ||
22 | inherit autotools | 22 | inherit autotools multilib_header |
23 | acpaths="" | 23 | acpaths="" |
24 | 24 | ||
25 | do_install_append() { | ||
26 | oe_multilib_header beecrypt/gnu.h | ||
27 | } | ||
28 | |||
25 | EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp" | 29 | EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp" |
26 | 30 | ||
27 | FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*" | 31 | FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*" |