* WARNING: Could not copy license file LICENSE -> Downloaded archive structure?
@ 2015-02-20 14:44 Kai Ulrich
2015-02-20 21:17 ` akuster808
0 siblings, 1 reply; 2+ messages in thread
From: Kai Ulrich @ 2015-02-20 14:44 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]
Hi,
I working on a smstools3 recipe.
after running bitbake smstools3
I got following
WARNING: Could not copy license file LICENSE: [Errno 2] No such file or
directory:
'/home/kulrich/Develpment/yocto/dizzy/poky/build_test/tmp/work/i586-poky-linux/smstools3/3.1.15-r0/smstools3-3.1.15/LICENSE'
Function failed: smstools3: LIC_FILES_CHKSUM points to an invalid file:
.../yocto/dizzy/poky/build_test/tmp/work/i586-poky-linux/smstools3/3.1.15-r0/smstools3-3.1.15/LICENSE
After looking for the LICENSE found it under
.../yocto/dizzy/poky/build_test/tmp/work/i586-poky-linux/smstools3/3.1.15-r0/smstools/LICENSE
It seams the reason is the Package structure of the smstools3-3.1.15.tar.gz.
it is
smstools3-3.1.15.tar.gz.
---smstools3
-------src
-------scripts
-------examples
-------doc
-------uninstall.sh
-------README
-------package.sh
-------Makefile
-------LICENSE
with a struktur (2) like
smstools3-3.1.15.tar.gz.
---smstools3-3.1.15
-------src
-------scripts
-------examples
-------doc
-------uninstall.sh
-------README
-------package.sh
-------Makefile
-------LICENSE
it works fine.
Any idea how I can configure my recipe that that it works with the original
package structure?
Kai Ulrich
[-- Attachment #2: Type: text/html, Size: 1519 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: WARNING: Could not copy license file LICENSE -> Downloaded archive structure?
2015-02-20 14:44 WARNING: Could not copy license file LICENSE -> Downloaded archive structure? Kai Ulrich
@ 2015-02-20 21:17 ` akuster808
0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2015-02-20 21:17 UTC (permalink / raw)
To: kaiu, yocto@yoctoproject.org
Kai,
On 02/20/2015 06:44 AM, Kai Ulrich wrote:
> Hi,
>
> I working on a smstools3 recipe.
>
> after running bitbake smstools3
>
> I got following
> WARNING: Could not copy license file LICENSE: [Errno 2] No such file or
> directory:
> '/home/kulrich/Develpment/yocto/dizzy/poky/build_test/tmp/work/i586-poky-linux/smstools3/3.1.15-r0/smstools3-3.1.15/LICENSE'
> Function failed: smstools3: LIC_FILES_CHKSUM points to an invalid file:
> .../yocto/dizzy/poky/build_test/tmp/work/i586-poky-linux/smstools3/3.1.15-r0/smstools3-3.1.15/LICENSE
>
> After looking for the LICENSE found it under
> .../yocto/dizzy/poky/build_test/tmp/work/i586-poky-linux/smstools3/3.1.15-r0/smstools/LICENSE
>
> It seams the reason is the Package structure of the smstools3-3.1.15.tar.gz.
> it is
>
> smstools3-3.1.15.tar.gz.
> ---smstools3
> -------src
> -------scripts
> -------examples
> -------doc
> -------uninstall.sh
> -------README
> -------package.sh
> -------Makefile
> -------LICENSE
>
> with a struktur (2) like
>
> smstools3-3.1.15.tar.gz.
> ---smstools3-3.1.15
> -------src
> -------scripts
> -------examples
> -------doc
> -------uninstall.sh
> -------README
> -------package.sh
> -------Makefile
> -------LICENSE
>
> it works fine.
>
> Any idea how I can configure my recipe that that it works with the
> original package structure?
>
You might need to override the source directory in the recipe.
S = "${WORKDIR}/${BP}"
- Armin
> Kai Ulrich
>
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-20 21:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 14:44 WARNING: Could not copy license file LICENSE -> Downloaded archive structure? Kai Ulrich
2015-02-20 21:17 ` akuster808
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.