diff options
| -rw-r--r-- | meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb index d4c7972167..f6606413b1 100644 --- a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb +++ b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | |||
| @@ -24,4 +24,8 @@ acpaths="" | |||
| 24 | 24 | ||
| 25 | EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp" | 25 | EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp" |
| 26 | 26 | ||
| 27 | FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*" | ||
| 28 | FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la" | ||
| 29 | FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a" | ||
| 30 | |||
| 27 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |
