* [PATCH 0/3] meta: remove several duplicated lines
@ 2013-03-20 7:49 Robert Yang
2013-03-20 7:49 ` [PATCH 1/3] perl: remove the duplicated RDEPENDS Robert Yang
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Robert Yang @ 2013-03-20 7:49 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 6b8d7767ff14345af29d7774b7e16e29c3f7fa8e:
qemuimage-testlib: Fix IP address handling (2013-03-19 23:34:18 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib robert/duplicated
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/duplicated
Robert Yang (3):
perl: remove the duplicated RDEPENDS
perl-native: remove duplicated LIC_FILES_CHKSUM
pm-utils: remove duplicated RDEPENDS
meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 1 -
meta/recipes-devtools/perl/perl-native_5.14.3.bb | 2 --
.../recipes-devtools/perl/perl-rdepends_5.14.3.inc | 1 -
3 files changed, 0 insertions(+), 4 deletions(-)
--
1.7.7
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/3] perl: remove the duplicated RDEPENDS
2013-03-20 7:49 [PATCH 0/3] meta: remove several duplicated lines Robert Yang
@ 2013-03-20 7:49 ` Robert Yang
2013-03-20 7:49 ` [PATCH 2/3] perl-native: remove duplicated LIC_FILES_CHKSUM Robert Yang
2013-03-20 7:49 ` [PATCH 3/3] pm-utils: remove duplicated RDEPENDS Robert Yang
2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2013-03-20 7:49 UTC (permalink / raw)
To: openembedded-core
Remove a duplicated line:
RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load"
[YOCTO #4064]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
.../recipes-devtools/perl/perl-rdepends_5.14.3.inc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc b/meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc
index 87d7a32..62712ed 100644
--- a/meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc
+++ b/meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc
@@ -383,7 +383,6 @@ RDEPENDS_${PN}-module-cpanplus += "${PN}-module-log-message"
RDEPENDS_${PN}-module-cpanplus += "${PN}-module-build"
RDEPENDS_${PN}-module-cpanplus += "${PN}-module-corelist"
RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load"
-RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load"
RDEPENDS_${PN}-module-cpanplus += "${PN}-module-loaded"
RDEPENDS_${PN}-module-cpanplus += "${PN}-module-pluggable"
RDEPENDS_${PN}-module-cpanplus += "${PN}-module-object-accessor"
--
1.7.7
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] perl-native: remove duplicated LIC_FILES_CHKSUM
2013-03-20 7:49 [PATCH 0/3] meta: remove several duplicated lines Robert Yang
2013-03-20 7:49 ` [PATCH 1/3] perl: remove the duplicated RDEPENDS Robert Yang
@ 2013-03-20 7:49 ` Robert Yang
2013-03-20 7:49 ` [PATCH 3/3] pm-utils: remove duplicated RDEPENDS Robert Yang
2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2013-03-20 7:49 UTC (permalink / raw)
To: openembedded-core
Remove duplicated LIC_FILES_CHKSUM:
LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
[YOCTO #4064]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-devtools/perl/perl-native_5.14.3.bb | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/perl/perl-native_5.14.3.bb b/meta/recipes-devtools/perl/perl-native_5.14.3.bb
index 58bb916..9f0b8a1 100644
--- a/meta/recipes-devtools/perl/perl-native_5.14.3.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.14.3.bb
@@ -2,8 +2,6 @@ DESCRIPTION = "Perl is a popular scripting language."
HOMEPAGE = "http://www.perl.org/"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0"
-LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
- file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
PR = "r0"
LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
--
1.7.7
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] pm-utils: remove duplicated RDEPENDS
2013-03-20 7:49 [PATCH 0/3] meta: remove several duplicated lines Robert Yang
2013-03-20 7:49 ` [PATCH 1/3] perl: remove the duplicated RDEPENDS Robert Yang
2013-03-20 7:49 ` [PATCH 2/3] perl-native: remove duplicated LIC_FILES_CHKSUM Robert Yang
@ 2013-03-20 7:49 ` Robert Yang
2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2013-03-20 7:49 UTC (permalink / raw)
To: openembedded-core
Remove duplicated RDEPENDS_${PN} = "grep".
[YOCTO #4064]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
index faa0e4e..49c2228 100644
--- a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
+++ b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://src/pm-pmu.c;beginline=1;endline=22;md5=3c1ddbc54e735fb4a0386e14c78a3147"
PR = "r1"
-RDEPENDS_${PN} = "grep"
SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz"
--
1.7.7
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-03-20 8:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20 7:49 [PATCH 0/3] meta: remove several duplicated lines Robert Yang
2013-03-20 7:49 ` [PATCH 1/3] perl: remove the duplicated RDEPENDS Robert Yang
2013-03-20 7:49 ` [PATCH 2/3] perl-native: remove duplicated LIC_FILES_CHKSUM Robert Yang
2013-03-20 7:49 ` [PATCH 3/3] pm-utils: remove duplicated RDEPENDS Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox