diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 14:13:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 23:27:27 +0100 |
commit | ca4c7c47a8ce8f2c168a0879866bde93348a2645 (patch) | |
tree | ec80abcdcaf4e85ad1cf43831b0c20020ad2f24e /meta | |
parent | 72a569d9e25a8a1111cc7696336a999a3d2d0510 (diff) | |
download | poky-ca4c7c47a8ce8f2c168a0879866bde93348a2645.tar.gz |
beecrypt: Fix up packaging QA warnings
(From OE-Core rev: 2cac6dee9de6f0cf2bc192910632c429086fddb3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" |