* [PATCH 1/3] kbd: upgrade to 2.0.1
@ 2013-11-06 22:02 Saul Wold
2013-11-06 22:02 ` [PATCH 2/3] nspr: Update to 4.10.1 Saul Wold
2013-11-06 22:02 ` [PATCH 3/3] binutils: remove embedsp Saul Wold
0 siblings, 2 replies; 4+ messages in thread
From: Saul Wold @ 2013-11-06 22:02 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-core/kbd/{kbd_2.0.0.bb => kbd_2.0.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-core/kbd/{kbd_2.0.0.bb => kbd_2.0.1.bb} (87%)
diff --git a/meta/recipes-core/kbd/kbd_2.0.0.bb b/meta/recipes-core/kbd/kbd_2.0.1.bb
similarity index 87%
rename from meta/recipes-core/kbd/kbd_2.0.0.bb
rename to meta/recipes-core/kbd/kbd_2.0.1.bb
index e66018f..d39f4c8 100644
--- a/meta/recipes-core/kbd/kbd_2.0.0.bb
+++ b/meta/recipes-core/kbd/kbd_2.0.1.bb
@@ -12,8 +12,8 @@ RCONFLICTS_${PN} = "console-tools"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/${BP}.tar.bz2"
-SRC_URI[md5sum] = "1d9bbc36506b8c25740d028b0f6d2839"
-SRC_URI[sha256sum] = "f5eb125d5154bc0fe6f38175de9fcd394879485dadbba75c350d4ab050684a42"
+SRC_URI[md5sum] = "f80b93a6abddb6cc2a3652daaf7562ba"
+SRC_URI[sha256sum] = "223d60bb6882323cca161aeb5965590768b2f590fd7cddbf27511ad0ba7a429e"
PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
PACKAGECONFIG[pam] = "--enable-vlock, --disable-vlock, libpam,"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH 2/3] nspr: Update to 4.10.1
2013-11-06 22:02 [PATCH 1/3] kbd: upgrade to 2.0.1 Saul Wold
@ 2013-11-06 22:02 ` Saul Wold
2013-11-06 22:02 ` [PATCH 3/3] binutils: remove embedsp Saul Wold
1 sibling, 0 replies; 4+ messages in thread
From: Saul Wold @ 2013-11-06 22:02 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-support/nspr/{nspr_4.10.bb => nspr_4.10.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/nspr/{nspr_4.10.bb => nspr_4.10.1.bb} (96%)
diff --git a/meta/recipes-support/nspr/nspr_4.10.bb b/meta/recipes-support/nspr/nspr_4.10.1.bb
similarity index 96%
rename from meta/recipes-support/nspr/nspr_4.10.bb
rename to meta/recipes-support/nspr/nspr_4.10.1.bb
index 4247fd0..017bb8a 100644
--- a/meta/recipes-support/nspr/nspr_4.10.bb
+++ b/meta/recipes-support/nspr/nspr_4.10.1.bb
@@ -13,8 +13,8 @@ SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/nspr-$
SRC_URI += "file://nspr.pc.in"
-SRC_URI[md5sum] = "f5466def95726b3c900d8a0227bdd034"
-SRC_URI[sha256sum] = "0cfbe561676b92e5af3ddc7ac77452014e3da8885da66baec811e7354138cc16"
+SRC_URI[md5sum] = "2e354084ca2bc5fbbb820762597f3890"
+SRC_URI[sha256sum] = "0c2f8dc265f1e9b2600fd519430a1f960799888857bbb1538343a1b16ba41b20"
S = "${WORKDIR}/nspr-${PV}/nspr"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH 3/3] binutils: remove embedsp
2013-11-06 22:02 [PATCH 1/3] kbd: upgrade to 2.0.1 Saul Wold
2013-11-06 22:02 ` [PATCH 2/3] nspr: Update to 4.10.1 Saul Wold
@ 2013-11-06 22:02 ` Saul Wold
2013-11-07 7:27 ` Phil Blundell
1 sibling, 1 reply; 4+ messages in thread
From: Saul Wold @ 2013-11-06 22:02 UTC (permalink / raw)
To: openembedded-core
This is only built for PPC and not needed, so remove it to fix the QA Issue
ERROR: QA Issue: binutils: Files/directories were installed but not shipped
/usr/bin/embedspu
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/binutils/binutils_2.23.2.bb | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/meta/recipes-devtools/binutils/binutils_2.23.2.bb b/meta/recipes-devtools/binutils/binutils_2.23.2.bb
index 1523e87..faeba20 100644
--- a/meta/recipes-devtools/binutils/binutils_2.23.2.bb
+++ b/meta/recipes-devtools/binutils/binutils_2.23.2.bb
@@ -10,6 +10,12 @@ EXTRA_OECONF += "--with-sysroot=/ \
EXTRA_OECONF_class-native = "--enable-targets=all --enable-64-bit-bfd --enable-install-libbfd"
+do_install_append_class-target () {
+ # we dont really care about embedsp for ppc so remove it
+ rm -f ${D}/${bindir}/embedsp || :
+}
+
+
do_install_class-native () {
autotools_do_install
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 3/3] binutils: remove embedsp
2013-11-06 22:02 ` [PATCH 3/3] binutils: remove embedsp Saul Wold
@ 2013-11-07 7:27 ` Phil Blundell
0 siblings, 0 replies; 4+ messages in thread
From: Phil Blundell @ 2013-11-07 7:27 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core
On Wed, 2013-11-06 at 14:02 -0800, Saul Wold wrote:
> This is only built for PPC and not needed, so remove it to fix the QA Issue
>
> ERROR: QA Issue: binutils: Files/directories were installed but not shipped
> /usr/bin/embedspu
The QA error above talks about "embedspu", but both the subject line of
your message and the patch itself say that they are removing "embedsp".
Is that correct?
Also, please add some commentary to the patch explaining why simply
adding embedsp{u} to FILES isn't the right thing to do.
> +do_install_append_class-target () {
> + # we dont really care about embedsp for ppc so remove it
> + rm -f ${D}/${bindir}/embedsp || :
> +}
> +
"rm -f" already ignores nonexistent files so I don't think that the
"|| :" construct is buying anything.
p.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-11-07 7:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06 22:02 [PATCH 1/3] kbd: upgrade to 2.0.1 Saul Wold
2013-11-06 22:02 ` [PATCH 2/3] nspr: Update to 4.10.1 Saul Wold
2013-11-06 22:02 ` [PATCH 3/3] binutils: remove embedsp Saul Wold
2013-11-07 7:27 ` Phil Blundell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox