summaryrefslogtreecommitdiff
path: root/packages/libtomcrypt/libtomcrypt_1.17.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-04-15libtomcrypt: fix SRC_URI (close oebug 4159), bump to 1.17, fix stagingJunqian Gordon Xu1
* no idea why the previous maintainer leave do_install empty, but assuming there is a legit reason.