* [PATCH 0/1] Update libxtrap lttng-control dpkg minicom Update four recipes license checksum information
@ 2010-11-22 16:35 Mei Lei
2010-11-22 16:32 ` [PATCH 1/1] This patch contains " Mei Lei
2010-11-22 22:29 ` [PATCH 0/1] Update libxtrap lttng-control dpkg minicom Update " Yu Ke
0 siblings, 2 replies; 3+ messages in thread
From: Mei Lei @ 2010-11-22 16:35 UTC (permalink / raw)
To: poky
libxtrap
lttng-control
dpkg
minicom
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: lmei3/chksum
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/chksum
Thanks,
Mei Lei <lei.mei@intel.com>
---
Mei Lei (1):
This patch contains four recipes license checksum information
meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb | 1 +
meta/recipes-extended/minicom/minicom_2.3.bb | 1 +
meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb | 2 +-
meta/recipes-kernel/lttng/lttng-control_0.87.bb | 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH 1/1] This patch contains four recipes license checksum information
2010-11-22 16:35 [PATCH 0/1] Update libxtrap lttng-control dpkg minicom Update four recipes license checksum information Mei Lei
@ 2010-11-22 16:32 ` Mei Lei
2010-11-22 22:29 ` [PATCH 0/1] Update libxtrap lttng-control dpkg minicom Update " Yu Ke
1 sibling, 0 replies; 3+ messages in thread
From: Mei Lei @ 2010-11-22 16:32 UTC (permalink / raw)
To: poky
libxtrap
lttng-control
dpkg
minicom
Signed-off-by: Mei Lei<lei.mei@intel.com>
---
meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb | 1 +
meta/recipes-extended/minicom/minicom_2.3.bb | 1 +
meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb | 2 +-
meta/recipes-kernel/lttng/lttng-control_0.87.bb | 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb b/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb
index c8069fe..43ab8f6 100644
--- a/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb
+++ b/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb
@@ -1,4 +1,5 @@
require dpkg.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
SRC_URI += "file://noman.patch;patch=1 \
file://check_snprintf.patch \
diff --git a/meta/recipes-extended/minicom/minicom_2.3.bb b/meta/recipes-extended/minicom/minicom_2.3.bb
index a114e30..a6d2224 100644
--- a/meta/recipes-extended/minicom/minicom_2.3.bb
+++ b/meta/recipes-extended/minicom/minicom_2.3.bb
@@ -1,6 +1,7 @@
SECTION = "console/network"
DEPENDS = "ncurses"
LICENSE = "GPL"
+LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645"
SRC_URI = "http://alioth.debian.org/frs/download.php/2332/minicom-${PV}.tar.gz \
file://rename-conflicting-functions.patch \
"
diff --git a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb b/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
index 7a25ae5..39c7bef 100644
--- a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
@@ -1,5 +1,5 @@
require xorg-lib-common.inc
-
+LIC_FILES_CHKSUM = "file://COPYING;md5=fe7cbb8cc97683303f7814685cc47305"
DESCRIPTION = "X11 event trapping extension library"
DEPENDS += "libxt trapproto libxext"
PR = "r1"
diff --git a/meta/recipes-kernel/lttng/lttng-control_0.87.bb b/meta/recipes-kernel/lttng/lttng-control_0.87.bb
index da6a6c6..6c162b4 100644
--- a/meta/recipes-kernel/lttng/lttng-control_0.87.bb
+++ b/meta/recipes-kernel/lttng/lttng-control_0.87.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
extract program execution details from the Linux operating system and \
interpret them."
LICENSE = "GPL"
-
+LIC_FILES_CHKSUM = "file://COPYING;md5=id32239bcb673463ab874e80d47fae504"
PR = "r0"
LTTDATE = "09062010"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 0/1] Update libxtrap lttng-control dpkg minicom Update four recipes license checksum information
2010-11-22 16:35 [PATCH 0/1] Update libxtrap lttng-control dpkg minicom Update four recipes license checksum information Mei Lei
2010-11-22 16:32 ` [PATCH 1/1] This patch contains " Mei Lei
@ 2010-11-22 22:29 ` Yu Ke
1 sibling, 0 replies; 3+ messages in thread
From: Yu Ke @ 2010-11-22 22:29 UTC (permalink / raw)
To: Mei Lei; +Cc: poky
Hi Meilei,
I notice you use the same lmei3/chksum branch for the last 3 patch push, this will override the patch you send previous. Usually we use different branch names for different patch push, or rebase the branch to have all the patches in the one branch. So could you please rebase the lmei3/chksum?
Regards
Ke
On Nov 23, 00:35, Mei Lei wrote:
> libxtrap
> lttng-control
> dpkg
> minicom
>
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: lmei3/chksum
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/chksum
>
> Thanks,
> Mei Lei <lei.mei@intel.com>
> ---
>
>
> Mei Lei (1):
> This patch contains four recipes license checksum information
>
> meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb | 1 +
> meta/recipes-extended/minicom/minicom_2.3.bb | 1 +
> meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb | 2 +-
> meta/recipes-kernel/lttng/lttng-control_0.87.bb | 2 +-
> 4 files changed, 4 insertions(+), 2 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-22 23:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-22 16:35 [PATCH 0/1] Update libxtrap lttng-control dpkg minicom Update four recipes license checksum information Mei Lei
2010-11-22 16:32 ` [PATCH 1/1] This patch contains " Mei Lei
2010-11-22 22:29 ` [PATCH 0/1] Update libxtrap lttng-control dpkg minicom Update " Yu Ke
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.