From 8cc6386cf9c8f4183868721f236684ff4155f113 Mon Sep 17 00:00:00 2001 From: Junqian Gordon Xu Date: Tue, 15 Apr 2008 03:44:57 +0000 Subject: [PATCH] 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. --- .../{libtomcrypt_0.97b.bb => libtomcrypt_1.17.bb} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename packages/libtomcrypt/{libtomcrypt_0.97b.bb => libtomcrypt_1.17.bb} (81%) diff --git a/packages/libtomcrypt/libtomcrypt_0.97b.bb b/packages/libtomcrypt/libtomcrypt_1.17.bb similarity index 81% rename from packages/libtomcrypt/libtomcrypt_0.97b.bb rename to 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() { : } - -- 2.39.5