* [PATCH 0/4] Additional recipe fixes for LIC_FILES_CHKSUM
@ 2010-12-23 15:07 Saul Wold
2010-12-23 15:07 ` [PATCH 1/4] cross-localedef: add LIC_FILES_CHKCSUM Saul Wold
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Saul Wold @ 2010-12-23 15:07 UTC (permalink / raw)
To: poky
More recipes missing LIC_FILES_CHKSUM and a fix to apr-util
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: distro/master
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/master
Thanks,
Saul Wold <sgw@linux.intel.com>
---
Saul Wold (4):
cross-localedef: add LIC_FILES_CHKCSUM
qemu-helper: add LIC_FILES_CHKSUM
unifdef: add LIC_FILES_CHKSUM
apr-util: add --without-odbc to EXTRA_OECONF
.../eglibc/cross-localedef-native_2.12.bb | 7 +++++++
.../qemu/qemu-helper-native_1.0.bb | 2 +-
.../unifdef/unifdef-native_2.6.18+git.bb | 2 +-
meta/recipes-support/apr/apr-util_1.3.4.bb | 3 ++-
4 files changed, 11 insertions(+), 3 deletions(-)
--
1.7.2.3
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/4] cross-localedef: add LIC_FILES_CHKCSUM
2010-12-23 15:07 [PATCH 0/4] Additional recipe fixes for LIC_FILES_CHKSUM Saul Wold
@ 2010-12-23 15:07 ` Saul Wold
2010-12-23 15:07 ` [PATCH 2/4] qemu-helper: add LIC_FILES_CHKSUM Saul Wold
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2010-12-23 15:07 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../eglibc/cross-localedef-native_2.12.bb | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb b/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb
index e2247dc..096c082 100644
--- a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb
+++ b/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb
@@ -4,6 +4,13 @@ SECTION = "libs"
PRIORITY = "required"
LICENSE = "LGPL"
+LIC_DIR = "${WORKDIR}/${EGLIBC_BRANCH}/libc"
+LIC_FILES_CHKSUM = "file://${LIC_DIR}/LICENSES;md5=07a394b26e0902b9ffdec03765209770 \
+ file://${LIC_DIR}/COPYING;md5=393a5ca445f6965873eca0259a17f833 \
+ file://${LIC_DIR}/posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
+ file://${LIC_DIR}/COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff "
+
+
inherit native
inherit autotools
--
1.7.2.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/4] qemu-helper: add LIC_FILES_CHKSUM
2010-12-23 15:07 [PATCH 0/4] Additional recipe fixes for LIC_FILES_CHKSUM Saul Wold
2010-12-23 15:07 ` [PATCH 1/4] cross-localedef: add LIC_FILES_CHKCSUM Saul Wold
@ 2010-12-23 15:07 ` Saul Wold
2010-12-23 15:07 ` [PATCH 3/4] unifdef: " Saul Wold
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2010-12-23 15:07 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../qemu/qemu-helper-native_1.0.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
index 7b15dfe..87e96f3 100644
--- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
RDEPENDS = "qemu-native"
PR = "r0"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5="
+LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"
FILESPATH = "${FILE_DIRNAME}/qemu-helper"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/4] unifdef: add LIC_FILES_CHKSUM
2010-12-23 15:07 [PATCH 0/4] Additional recipe fixes for LIC_FILES_CHKSUM Saul Wold
2010-12-23 15:07 ` [PATCH 1/4] cross-localedef: add LIC_FILES_CHKCSUM Saul Wold
2010-12-23 15:07 ` [PATCH 2/4] qemu-helper: add LIC_FILES_CHKSUM Saul Wold
@ 2010-12-23 15:07 ` Saul Wold
2010-12-23 15:07 ` [PATCH 4/4] apr-util: add --without-odbc to EXTRA_OECONF Saul Wold
2010-12-23 15:54 ` [PATCH 0/4] Additional recipe fixes for LIC_FILES_CHKSUM Richard Purdie
4 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2010-12-23 15:07 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../unifdef/unifdef-native_2.6.18+git.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb b/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb
index d8719a2..1b93816 100644
--- a/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb
+++ b/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Kernel header preprocessor"
SECTION = "devel"
LICENSE = "GPL"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/unifdef.c;endline=32;md5="
+LIC_FILES_CHKSUM = "file://${WORKDIR}/unifdef.c;endline=32;md5=1a33f5c39aa718a89058721df61979bd"
SRC_URI = "file://unifdef.c"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 4/4] apr-util: add --without-odbc to EXTRA_OECONF
2010-12-23 15:07 [PATCH 0/4] Additional recipe fixes for LIC_FILES_CHKSUM Saul Wold
` (2 preceding siblings ...)
2010-12-23 15:07 ` [PATCH 3/4] unifdef: " Saul Wold
@ 2010-12-23 15:07 ` Saul Wold
2010-12-23 15:54 ` [PATCH 0/4] Additional recipe fixes for LIC_FILES_CHKSUM Richard Purdie
4 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2010-12-23 15:07 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-support/apr/apr-util_1.3.4.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/apr/apr-util_1.3.4.bb b/meta/recipes-support/apr/apr-util_1.3.4.bb
index b2d6cc4..cefdfe6 100644
--- a/meta/recipes-support/apr/apr-util_1.3.4.bb
+++ b/meta/recipes-support/apr/apr-util_1.3.4.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
DEPENDS = "apr expat gdbm"
LICENSE = "Apache License, Version 2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb"
-PR = "r5"
+PR = "r7"
SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
file://configfix.patch;patch=1 \
@@ -13,6 +13,7 @@ SRC_URI[md5sum] = "a10e2ca150ff07f484c724c36142211f"
SRC_URI[sha256sum] = "3f07ffdb18fb853290c9b83e82cd5cae66b8fbc357bd391e846c0afdd24fed7e"
EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
+ --without-odbc \
--with-dbm=gdbm \
--with-gdbm=${STAGING_DIR_HOST}${prefix} \
--without-sqlite2 \
--
1.7.2.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 0/4] Additional recipe fixes for LIC_FILES_CHKSUM
2010-12-23 15:07 [PATCH 0/4] Additional recipe fixes for LIC_FILES_CHKSUM Saul Wold
` (3 preceding siblings ...)
2010-12-23 15:07 ` [PATCH 4/4] apr-util: add --without-odbc to EXTRA_OECONF Saul Wold
@ 2010-12-23 15:54 ` Richard Purdie
4 siblings, 0 replies; 6+ messages in thread
From: Richard Purdie @ 2010-12-23 15:54 UTC (permalink / raw)
To: Saul Wold; +Cc: poky
On Thu, 2010-12-23 at 07:07 -0800, Saul Wold wrote:
> More recipes missing LIC_FILES_CHKSUM and a fix to apr-util
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: distro/master
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/master
>
> Thanks,
> Saul Wold <sgw@linux.intel.com>
Merged into master, thanks!
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-12-23 15:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-23 15:07 [PATCH 0/4] Additional recipe fixes for LIC_FILES_CHKSUM Saul Wold
2010-12-23 15:07 ` [PATCH 1/4] cross-localedef: add LIC_FILES_CHKCSUM Saul Wold
2010-12-23 15:07 ` [PATCH 2/4] qemu-helper: add LIC_FILES_CHKSUM Saul Wold
2010-12-23 15:07 ` [PATCH 3/4] unifdef: " Saul Wold
2010-12-23 15:07 ` [PATCH 4/4] apr-util: add --without-odbc to EXTRA_OECONF Saul Wold
2010-12-23 15:54 ` [PATCH 0/4] Additional recipe fixes for LIC_FILES_CHKSUM Richard Purdie
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.