diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /libgcrypt | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'libgcrypt')
-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 } |