diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-07-14 14:54:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-14 14:24:24 +0200 |
commit | f265206496b333ee9f9f190a4b0ca610be0bd855 (patch) | |
tree | ff0c14a00add6a6f2516206c91ea9f4064fd73aa /meta-oe/recipes-extended | |
parent | fd183cfb3a092300f529634c39933c56558fb290 (diff) | |
download | meta-openembedded-f265206496b333ee9f9f190a4b0ca610be0bd855.tar.gz |
classes/testlab: Enhance to dump license information
It will now additionally create a new file which will
contain list of licenses of installed packages in a given
image.
The fix to get the package name is there because the packages
which contains epoch PE in the version string were not
being constructed correctly since opkg-cl would dump
'epoch:version' for Version string but the real ipk
did not have 'epoch' in its name. e.g.
for armv5te/libopkg0_0.1.8+svnr609-r2_armv5te.ipk
Package: libopkg0
Version: 1:0.1.8+svnr609-r2
as you can see version contained in ipk is not
containing the 'epoch'
so we have to eliminate 'epoch' from version we get from
opkg-cl to for the installed ipk name correctly.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-extended')
0 files changed, 0 insertions, 0 deletions