All of lore.kernel.org
 help / color / mirror / Atom feed
From: Karthik Ramanan <a0393906@ti.com>
To: Denys Dmytriyenko <denys@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [rocko 2/3] wayland-ivi-extension: Update to version 2.1.0
Date: Wed, 27 Jun 2018 13:50:55 +0530	[thread overview]
Message-ID: <03a197a0-6488-34c0-939a-d1df03dfcd4c@ti.com> (raw)
In-Reply-To: <20180625180739.GB2344@beryl>



On 25-Jun-18 11:37 PM, Denys Dmytriyenko wrote:
> On Fri, Jun 22, 2018 at 10:47:47AM +0530, Karthik Ramanan wrote:
>> This version is compatible with weston 2.0.0
>>
>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>> ---
>>   .../wayland/wayland-ivi-extension_1.11.0.bb        | 33 ----------------------
>>   .../wayland/wayland-ivi-extension_2.1.0.bb         | 31 ++++++++++++++++++++
>>   2 files changed, 31 insertions(+), 33 deletions(-)
>>   delete mode 100644 meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bb
>>   create mode 100644 meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension_2.1.0.bb
> To simplify review, please make it as a diff (-M/-C flags) between old and new.
Done. Submitted v2.
>
>
>> diff --git a/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bb b/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bb
>> deleted file mode 100644
>> index 75e284f..0000000
>> --- a/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bb
>> +++ /dev/null
>> @@ -1,33 +0,0 @@
>> -SUMMARY = "Wayland IVI Extension"
>> -DESCRIPTION = "GENIVI Layer Management API based on Wayland IVI Extension"
>> -HOMEPAGE = "http://projects.genivi.org/wayland-ivi-extension"
>> -BUGTRACKER = "http://bugs.genivi.org/enter_bug.cgi?product=Wayland%20IVI%20Extension"
>> -LICENSE = "Apache-2.0"
>> -LIC_FILES_CHKSUM = "file://LICENSE;md5=1f1a56bb2dadf5f2be8eb342acf4ed79"
>> -
>> -SRCREV = "c9001582b10ce209c37b42dd560947c5aa8928b3"
>> -
>> -SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=http \
>> -           file://force-type-conversion.patch \
>> -           file://0001-layer-add-surfaces-Add-screenId-as-an-argument.patch \
>> -           file://0002-layer-add-surfaces-surface-layer-management.patch \
>> -    "
>> -
>> -S = "${WORKDIR}/git"
>> -
>> -DEPENDS = "weston virtual/libgles2 pixman wayland-native"
>> -
>> -inherit cmake
>> -
>> -EXTRA_OECMAKE := "-DWITH_ILM_INPUT=1"
>> -
>> -FILES_${PN} += "${libdir}/weston/*"
>> -FILES_${PN}-dbg += "${libdir}/weston/.debug/*"
>> -
>> -EXTRA_OECMAKE += "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}"
>> -
>> -PR = "r3"
>> -
>> -# Need these temporarily to prevent a non-fatal do_package_qa issue
>> -INSANE_SKIP_${PN} += "dev-deps"
>> -INSANE_SKIP_${PN}-dev += "dev-elf dev-so"
>> diff --git a/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension_2.1.0.bb b/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension_2.1.0.bb
>> new file mode 100644
>> index 0000000..894d1b8
>> --- /dev/null
>> +++ b/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension_2.1.0.bb
>> @@ -0,0 +1,31 @@
>> +SUMMARY = "Wayland IVI Extension"
>> +DESCRIPTION = "GENIVI Layer Management API based on Wayland IVI Extension"
>> +HOMEPAGE = "http://projects.genivi.org/wayland-ivi-extension"
>> +BUGTRACKER = "http://bugs.genivi.org/enter_bug.cgi?product=Wayland%20IVI%20Extension"
>> +LICENSE = "Apache-2.0"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=1f1a56bb2dadf5f2be8eb342acf4ed79"
>> +
>> +SRCREV = "d2c2e262f3bdc9db33b3014293fcdbcfdc90ab27"
>> +
>> +SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=http \
>> +           file://force-type-conversion.patch \
>> +    "
>> +
>> +S = "${WORKDIR}/git"
>> +
>> +DEPENDS = "weston virtual/libgles2 pixman wayland-native"
>> +
>> +inherit cmake
>> +
>> +EXTRA_OECMAKE := "-DWITH_ILM_INPUT=1"
>> +
>> +FILES_${PN} += "${libdir}/weston/*"
>> +FILES_${PN}-dbg += "${libdir}/weston/.debug/*"
>> +
>> +EXTRA_OECMAKE += "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}"
>> +
>> +PR = "r1"
>> +
>> +# Need these temporarily to prevent a non-fatal do_package_qa issue
>> +INSANE_SKIP_${PN} += "dev-deps"
>> +INSANE_SKIP_${PN}-dev += "dev-elf dev-so"
>> -- 
>> 1.9.1
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



  reply	other threads:[~2018-06-27  8:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-22  5:17 [rocko 1/3] weston: Addition of add_screen_remove_layer API Karthik Ramanan
2018-06-22  5:17 ` [rocko 2/3] wayland-ivi-extension: Update to version 2.1.0 Karthik Ramanan
2018-06-25 18:07   ` Denys Dmytriyenko
2018-06-27  8:20     ` Karthik Ramanan [this message]
2018-06-22  5:17 ` [rocko 3/3] packagegroup*-graphics: Enable wayland-ivi-extension Karthik Ramanan
2018-06-25 18:06 ` [rocko 1/3] weston: Addition of add_screen_remove_layer API Denys Dmytriyenko
2018-06-27  8:20   ` Karthik Ramanan
2018-06-27  8:18 Karthik Ramanan
2018-06-27  8:18 ` [rocko 2/3] wayland-ivi-extension: Update to version 2.1.0 Karthik Ramanan
2018-06-27 15:54   ` Denys Dmytriyenko
2018-06-27 16:20     ` Karthik Ramanan
2018-06-27 16:20       ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=03a197a0-6488-34c0-939a-d1df03dfcd4c@ti.com \
    --to=a0393906@ti.com \
    --cc=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.