| Submitter | Martin Jansa |
|---|---|
| Date | Nov. 2, 2011, 7:42 a.m. |
| Message ID | <1320219727-9233-1-git-send-email-Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/14195/ |
| State | Accepted |
| Commit | c67130e40018742463e1bd4914eb7c280425f4e8 |
| Headers | show |
Comments
On Wed, 2011-11-02 at 08:42 +0100, Martin Jansa wrote: > * COPYING is replaced by symlink to Copyright during do_configure > (see configure.in), then we end with link to nonexistent file like this: > > OE om-gta02@shr ~/shr-core $ ll tmp/deploy/licenses/libxslt/ > total 40 > drwxr-xr-x 2 bitbake bitbake 4096 Nov 2 00:27 ./ > drwxr-xr-x 818 bitbake bitbake 32768 Nov 2 00:27 ../ > lrwxrwxrwx 1 bitbake bitbake 9 Nov 2 00:27 COPYING -> Copyright > lrwxrwxrwx 1 bitbake bitbake 52 Nov 2 00:27 generic_MIT -> /OE/shr-core/tmp/deploy/licenses/common-licenses/MIT > > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Merged to master, thanks. Richard
Patch
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.26.bb b/meta/recipes-support/libxslt/libxslt_1.1.26.bb index 96bffc6..addc863 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.26.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.26.bb @@ -3,11 +3,11 @@ HOMEPAGE = "http://xmlsoft.org/XSLT/" BUGTRACKER = "https://bugzilla.gnome.org/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=0cd9a07afbeb24026c9b03aecfeba458" +LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458" SECTION = "libs" DEPENDS = "libxml2" -PR = "r3" +PR = "r4" SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ file://pkgconfig_fix.patch"
* COPYING is replaced by symlink to Copyright during do_configure (see configure.in), then we end with link to nonexistent file like this: OE om-gta02@shr ~/shr-core $ ll tmp/deploy/licenses/libxslt/ total 40 drwxr-xr-x 2 bitbake bitbake 4096 Nov 2 00:27 ./ drwxr-xr-x 818 bitbake bitbake 32768 Nov 2 00:27 ../ lrwxrwxrwx 1 bitbake bitbake 9 Nov 2 00:27 COPYING -> Copyright lrwxrwxrwx 1 bitbake bitbake 52 Nov 2 00:27 generic_MIT -> /OE/shr-core/tmp/deploy/licenses/common-licenses/MIT Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta/recipes-support/libxslt/libxslt_1.1.26.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)