[oe-commits] org.oe.dev libtomcrypt: fix SRC_URI (close oebug 4159), bump to 1.17, fix staging

xjqian commit oe at amethyst.openembedded.net
Tue Apr 15 03:49:50 UTC 2008


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.

Author: xjqian at openembedded.org
Branch: org.openembedded.dev
Revision: 88f857b2dc1652b371d6a20b4ce3911a67549b55
ViewMTN: http://monotone.openembedded.org/revision/info/88f857b2dc1652b371d6a20b4ce3911a67549b55
Files:
1
packages/libtomcrypt/libtomcrypt_0.97b.bb
packages/libtomcrypt/libtomcrypt_1.17.bb
Diffs:

#
# mt diff -r4eb848408ff75a545988f7aa62b8d36f130ccea0 -r88f857b2dc1652b371d6a20b4ce3911a67549b55
#
#
#
# rename "packages/libtomcrypt/libtomcrypt_0.97b.bb"
#     to "packages/libtomcrypt/libtomcrypt_1.17.bb"
# 
# patch "packages/libtomcrypt/libtomcrypt_1.17.bb"
#  from [3402d7398b04139518b06b8a2b1b5c3706ff9977]
#    to [35f3eaae8f6022c26e9a249282808e9e8cdf8575]
#
============================================================
--- packages/libtomcrypt/libtomcrypt_0.97b.bb	3402d7398b04139518b06b8a2b1b5c3706ff9977
+++ packages/libtomcrypt/libtomcrypt_1.17.bb	35f3eaae8f6022c26e9a249282808e9e8cdf8575
@@ -7,8 +7,10 @@ LICENSE = "PD"
 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
 
 EXTRA_OEMAKE = "library"
@@ -17,10 +19,9 @@ do_stage() {
 
 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() {
 	:
 }
-






More information about the Openembedded-commits mailing list