* [PATCH 0/3] Upgrade lsof, libical, lsbinitscripts
@ 2015-08-20 11:37 Jussi Kukkonen
2015-08-20 11:39 ` [PATCH 1/3] lsof: Upgrade 4.88 -> 4.89 Jussi Kukkonen
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Jussi Kukkonen @ 2015-08-20 11:37 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 6b8bb442880ef18097e47761f4f3b6f555f2877c:
genericx86*: Update BSPs to use 4.1 Kernel (2015-08-19 18:05:56 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/lsof-lsb-libical
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/lsof-lsb-libical
Jussi Kukkonen (3):
lsof: Upgrade 4.88 -> 4.89
lsbinitscripts: Upgrade 9.63 -> 9.64
libical: Upgrade 1.0.0 -> 1.0.1
.../lsb/{lsbinitscripts_9.63.bb => lsbinitscripts_9.64.bb} | 6 +++---
meta/recipes-extended/lsof/{lsof_4.88.bb => lsof_4.89.bb} | 4 ++--
.../libical/{libical_1.0.0.bb => libical_1.0.1.bb} | 8 +++++---
3 files changed, 10 insertions(+), 8 deletions(-)
rename meta/recipes-extended/lsb/{lsbinitscripts_9.63.bb => lsbinitscripts_9.64.bb} (81%)
rename meta/recipes-extended/lsof/{lsof_4.88.bb => lsof_4.89.bb} (91%)
rename meta/recipes-support/libical/{libical_1.0.0.bb => libical_1.0.1.bb} (67%)
--
2.1.4
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH 1/3] lsof: Upgrade 4.88 -> 4.89
2015-08-20 11:37 [PATCH 0/3] Upgrade lsof, libical, lsbinitscripts Jussi Kukkonen
@ 2015-08-20 11:39 ` Jussi Kukkonen
2015-08-20 11:39 ` [PATCH 2/3] lsbinitscripts: Upgrade 9.63 -> 9.64 Jussi Kukkonen
2015-08-20 11:39 ` [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1 Jussi Kukkonen
2 siblings, 0 replies; 8+ messages in thread
From: Jussi Kukkonen @ 2015-08-20 11:39 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-extended/lsof/{lsof_4.88.bb => lsof_4.89.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/lsof/{lsof_4.88.bb => lsof_4.89.bb} (91%)
diff --git a/meta/recipes-extended/lsof/lsof_4.88.bb b/meta/recipes-extended/lsof/lsof_4.89.bb
similarity index 91%
rename from meta/recipes-extended/lsof/lsof_4.88.bb
rename to meta/recipes-extended/lsof/lsof_4.89.bb
index c0f34b6..9b7de9a 100644
--- a/meta/recipes-extended/lsof/lsof_4.88.bb
+++ b/meta/recipes-extended/lsof/lsof_4.89.bb
@@ -6,8 +6,8 @@ LICENSE = "BSD"
SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
-SRC_URI[md5sum] = "1b29c10db4aa88afcaeeaabeef6790db"
-SRC_URI[sha256sum] = "fe6f9b0e26b779ccd0ea5a0b6327c2b5c38d207a6db16f61ac01bd6c44e5c99b"
+SRC_URI[md5sum] = "1b9cd34f3fb86856a125abbf2be3a386"
+SRC_URI[sha256sum] = "81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718"
LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
S = "${WORKDIR}/lsof_${PV}_src"
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 2/3] lsbinitscripts: Upgrade 9.63 -> 9.64
2015-08-20 11:37 [PATCH 0/3] Upgrade lsof, libical, lsbinitscripts Jussi Kukkonen
2015-08-20 11:39 ` [PATCH 1/3] lsof: Upgrade 4.88 -> 4.89 Jussi Kukkonen
@ 2015-08-20 11:39 ` Jussi Kukkonen
2015-08-20 11:39 ` [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1 Jussi Kukkonen
2 siblings, 0 replies; 8+ messages in thread
From: Jussi Kukkonen @ 2015-08-20 11:39 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
.../lsb/{lsbinitscripts_9.63.bb => lsbinitscripts_9.64.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/lsb/{lsbinitscripts_9.63.bb => lsbinitscripts_9.64.bb} (81%)
diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.63.bb b/meta/recipes-extended/lsb/lsbinitscripts_9.64.bb
similarity index 81%
rename from meta/recipes-extended/lsb/lsbinitscripts_9.63.bb
rename to meta/recipes-extended/lsb/lsbinitscripts_9.64.bb
index b937c15..6db667c 100644
--- a/meta/recipes-extended/lsb/lsbinitscripts_9.63.bb
+++ b/meta/recipes-extended/lsb/lsbinitscripts_9.64.bb
@@ -6,13 +6,13 @@ DEPENDS = "popt glib-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=ebf4e8b49780ab187d51bd26aaa022c6"
S="${WORKDIR}/initscripts-${PV}"
-SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/initscripts/initscripts-9.63.tar.bz2/1ae0f15e54a904ac30185548d43daa1c/initscripts-9.63.tar.bz2 \
+SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/initscripts/initscripts-${PV}.tar.bz2/9cce2ae1009750e84be37c09a028757e/initscripts-${PV}.tar.bz2 \
file://functions.patch \
file://0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch \
"
-SRC_URI[md5sum] = "1ae0f15e54a904ac30185548d43daa1c"
-SRC_URI[sha256sum] = "39474c3a83e2e03077e27bf9418a4296651c421cf0ba7672e67fe2e3567b36e1"
+SRC_URI[md5sum] = "9cce2ae1009750e84be37c09a028757e"
+SRC_URI[sha256sum] = "48b59ce8157cfc58bbd4b1dfa58ad1087245761ae11c2033b66ae3864ea7e1cf"
inherit update-alternatives
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1
2015-08-20 11:37 [PATCH 0/3] Upgrade lsof, libical, lsbinitscripts Jussi Kukkonen
2015-08-20 11:39 ` [PATCH 1/3] lsof: Upgrade 4.88 -> 4.89 Jussi Kukkonen
2015-08-20 11:39 ` [PATCH 2/3] lsbinitscripts: Upgrade 9.63 -> 9.64 Jussi Kukkonen
@ 2015-08-20 11:39 ` Jussi Kukkonen
2015-08-20 16:11 ` Burton, Ross
2 siblings, 1 reply; 8+ messages in thread
From: Jussi Kukkonen @ 2015-08-20 11:39 UTC (permalink / raw)
To: openembedded-core
Build system changed to cmake.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
.../libical/{libical_1.0.0.bb => libical_1.0.1.bb} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
rename meta/recipes-support/libical/{libical_1.0.0.bb => libical_1.0.1.bb} (67%)
diff --git a/meta/recipes-support/libical/libical_1.0.0.bb b/meta/recipes-support/libical/libical_1.0.1.bb
similarity index 67%
rename from meta/recipes-support/libical/libical_1.0.0.bb
rename to meta/recipes-support/libical/libical_1.0.1.bb
index be6b635..6dee980 100644
--- a/meta/recipes-support/libical/libical_1.0.0.bb
+++ b/meta/recipes-support/libical/libical_1.0.1.bb
@@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \
SECTION = "libs"
SRC_URI = "https://github.com/${BPN}/${BPN}/archive/v${PV}.tar.gz"
-SRC_URI[md5sum] = "f4b8e33ae5efb2f025eb43ce69682a36"
-SRC_URI[sha256sum] = "0072e83834092315772e6719b85fc8b11530b1ff53f4d108315fb38cddbce8c2"
+SRC_URI[md5sum] = "af91db06b22559f863869c5a382ad08a"
+SRC_URI[sha256sum] = "7d5f613454ec6c7d1bcfb441c919215be53292aa15cd1cb14249d1413d6c610c"
-inherit autotools
+inherit cmake perlnative
+
+FILES_${PN}-dev += "${libdir}/cmake/*"
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1
2015-08-20 11:39 ` [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1 Jussi Kukkonen
@ 2015-08-20 16:11 ` Burton, Ross
2015-08-21 7:08 ` Jussi Kukkonen
0 siblings, 1 reply; 8+ messages in thread
From: Burton, Ross @ 2015-08-20 16:11 UTC (permalink / raw)
To: Jussi Kukkonen; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 196 bytes --]
On 20 August 2015 at 12:39, Jussi Kukkonen <jussi.kukkonen@intel.com> wrote:
> +inherit cmake perlnative
>
Why perlnative considering it doesn't depend on any native perl modules?
Ross
[-- Attachment #2: Type: text/html, Size: 611 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1
2015-08-20 16:11 ` Burton, Ross
@ 2015-08-21 7:08 ` Jussi Kukkonen
2015-08-21 7:13 ` Jussi Kukkonen
2015-08-21 13:02 ` Burton, Ross
0 siblings, 2 replies; 8+ messages in thread
From: Jussi Kukkonen @ 2015-08-21 7:08 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
On 20 August 2015 at 19:11, Burton, Ross <ross.burton@intel.com> wrote:
>
> On 20 August 2015 at 12:39, Jussi Kukkonen <jussi.kukkonen@intel.com> wrote:
>>
>> +inherit cmake perlnative
>
> Why perlnative considering it doesn't depend on any native perl modules?
It does some fairly simple header autogeneration during build (see
src/libical/Makefile.am and scripts/). As far as I can tell it does
not require modules other than core -- but I don't know much about
perl (especially in OE build) so let me know if there's gotchas I
should look out for.
Jussi
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1
2015-08-21 7:08 ` Jussi Kukkonen
@ 2015-08-21 7:13 ` Jussi Kukkonen
2015-08-21 13:02 ` Burton, Ross
1 sibling, 0 replies; 8+ messages in thread
From: Jussi Kukkonen @ 2015-08-21 7:13 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
On 21 August 2015 at 10:08, Jussi Kukkonen <jussi.kukkonen@intel.com> wrote:
> On 20 August 2015 at 19:11, Burton, Ross <ross.burton@intel.com> wrote:
>>
>> On 20 August 2015 at 12:39, Jussi Kukkonen <jussi.kukkonen@intel.com> wrote:
>>>
>>> +inherit cmake perlnative
>>
>> Why perlnative considering it doesn't depend on any native perl modules?
>
> It does some fairly simple header autogeneration during build (see
> src/libical/Makefile.am and scripts/). As far as I can tell it does
> not require modules other than core -- but I don't know much about
> perl (especially in OE build) so let me know if there's gotchas I
> should look out for.
Sorry, not Makefile.am but the cmake files under same directory.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1
2015-08-21 7:08 ` Jussi Kukkonen
2015-08-21 7:13 ` Jussi Kukkonen
@ 2015-08-21 13:02 ` Burton, Ross
1 sibling, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2015-08-21 13:02 UTC (permalink / raw)
To: Jussi Kukkonen; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 465 bytes --]
On 21 August 2015 at 08:08, Jussi Kukkonen <jussi.kukkonen@intel.com> wrote:
> It does some fairly simple header autogeneration during build (see
> src/libical/Makefile.am and scripts/). As far as I can tell it does
> not require modules other than core -- but I don't know much about
> perl (especially in OE build) so let me know if there's gotchas I
> should look out for.
>
In that case we can just the host perl, and don't need perlnative.
Ross
[-- Attachment #2: Type: text/html, Size: 892 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-08-21 13:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 11:37 [PATCH 0/3] Upgrade lsof, libical, lsbinitscripts Jussi Kukkonen
2015-08-20 11:39 ` [PATCH 1/3] lsof: Upgrade 4.88 -> 4.89 Jussi Kukkonen
2015-08-20 11:39 ` [PATCH 2/3] lsbinitscripts: Upgrade 9.63 -> 9.64 Jussi Kukkonen
2015-08-20 11:39 ` [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1 Jussi Kukkonen
2015-08-20 16:11 ` Burton, Ross
2015-08-21 7:08 ` Jussi Kukkonen
2015-08-21 7:13 ` Jussi Kukkonen
2015-08-21 13:02 ` Burton, Ross
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox