diff options
Diffstat (limited to 'libgcrypt/libgcrypt_1.1.91.oe')
-rw-r--r-- | libgcrypt/libgcrypt_1.1.91.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgcrypt/libgcrypt_1.1.91.oe b/libgcrypt/libgcrypt_1.1.91.oe index 12e7ab791f..a4fa79d549 100644 --- a/libgcrypt/libgcrypt_1.1.91.oe +++ b/libgcrypt/libgcrypt_1.1.91.oe @@ -11,8 +11,8 @@ inherit autotools libtool EXTRA_OECONF = "--without-pth" do_stage() { - oe_soinstall src/.libs/libgcrypt.so.7.3.1 ${STAGING_LIBDIR}/ - oe_soinstall src/.libs/libgcrypt-pthread.so.7.3.1 ${STAGING_LIBDIR}/ + oe_libinstall -so -C src libgcrypt ${STAGING_LIBDIR} + oe_libinstall -so -C src libgcrypt-pthread ${STAGING_LIBDIR} install -m 0755 src/libgcrypt-config ${STAGING_BINDIR}/ install -d ${STAGING_INCDIR}/ |