diff options
Diffstat (limited to 'libgcrypt/libgcrypt_1.1.91.oe')
-rw-r--r-- | libgcrypt/libgcrypt_1.1.91.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgcrypt/libgcrypt_1.1.91.oe b/libgcrypt/libgcrypt_1.1.91.oe index 8f21c2d22f..26cd711c84 100644 --- a/libgcrypt/libgcrypt_1.1.91.oe +++ b/libgcrypt/libgcrypt_1.1.91.oe @@ -5,7 +5,7 @@ LICENSE = "GPL LGPL FDL" RDEPENDS = "libc6 libgpg-error" DEPENDS = "virtual/libc libgpg-error" -SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/${PN}-${PV}.tar.gz" +SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-${PV}.tar.gz" inherit autotools libtool @@ -16,10 +16,10 @@ do_stage() { oe_soinstall src/.libs/libgcrypt-pthread.so.7.3.1 ${STAGING_LIBDIR}/ install -m 0755 src/libgcrypt-config ${STAGING_BINDIR}/ - install -d ${STAGING_DIR}/target/include/ + install -d ${STAGING_INCDIR}/ for X in gcrypt.h gcrypt-module.h do - install -m 0644 src/${X} ${STAGING_DIR}/target/include/${X} + install -m 0644 src/${X} ${STAGING_INCDIR}/${X} done } |