aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libtomcrypt
diff options
context:
space:
mode:
authorJunqian Gordon Xu <xjqian@gmail.com>2008-04-15 03:44:57 +0000
committerJunqian Gordon Xu <xjqian@gmail.com>2008-04-15 03:44:57 +0000
commit8cc6386cf9c8f4183868721f236684ff4155f113 (patch)
tree534de6344b6fef1aa6aa00d811349286b08af046 /packages/libtomcrypt
parent9873433cfe97cdb53e6a87bd331d704abdb39003 (diff)
downloadopenembedded-8cc6386cf9c8f4183868721f236684ff4155f113.tar.gz
libtomcrypt: fix SRC_URI (close oebug 4159), bump to 1.17, fix staging
* no idea why the previous maintainer leave do_install empty, but assuming there is a legit reason.
Diffstat (limited to 'packages/libtomcrypt')
-rw-r--r--packages/libtomcrypt/libtomcrypt_1.17.bb (renamed from packages/libtomcrypt/libtomcrypt_0.97b.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/libtomcrypt/libtomcrypt_0.97b.bb b/packages/libtomcrypt/libtomcrypt_1.17.bb
index 66ad673ed6..1d0c664464 100644
--- a/packages/libtomcrypt/libtomcrypt_0.97b.bb
+++ b/packages/libtomcrypt/libtomcrypt_1.17.bb
@@ -7,7 +7,9 @@ routines."
SECTION = "libs/network"
PRIORITY = "optional"
LICENSE = "PD"
-SRC_URI = "http://libtomcrypt.org/files/crypt-${PV}.tar.bz2"
+PR = "r0"
+
+SRC_URI = "http://libtom.org/files/crypt-${PV}.tar.bz2"
inherit autotools
@@ -17,10 +19,9 @@ EXTRA_OEMAKE = "library"
do_stage() {
oe_libinstall -a libtomcrypt ${STAGING_LIBDIR}/
- install -m 0644 *.h ${STAGING_INCDIR}/
+ install -m 0644 ${S}/src/headers/*.h ${STAGING_INCDIR}/
}
do_install() {
:
}
-