From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- libgcrypt/libgcrypt_1.1.91.oe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libgcrypt') 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 } -- cgit v1.2.3