* [meta-oe] xf86-input-tslib: Use correct name for checksum calculation
@ 2011-12-07 14:19 ulf
2011-12-07 14:45 ` Martin Jansa
2011-12-07 14:45 ` Koen Kooi
0 siblings, 2 replies; 4+ messages in thread
From: ulf @ 2011-12-07 14:19 UTC (permalink / raw)
To: openembedded-devel; +Cc: Ulf Samuelsson
From: Ulf Samuelsson <ulf@emagii.com>
Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
---
.../xorg-driver/xf86-input-tslib_0.0.6.bb | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
index de0eb6f..768453a 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
@@ -17,12 +17,14 @@ SRC_URI = "http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-inp
file://99-xf86-input-tslib.rules \
file://xf86-input-tslib-port-ABI-12-r48.patch \
"
-SRC_URI[md5sum] = "b7a4d2f11637ee3fcf432e044b1d017f"
-SRC_URI[sha256sum] = "5f46fdef095a6e44a69e0f0b57c7d665224b26d990d006611236d8332e85b105"
+
+SRC_URI[archive.md5sum] = "b7a4d2f11637ee3fcf432e044b1d017f"
+SRC_URI[archive.sha256sum] = "5f46fdef095a6e44a69e0f0b57c7d665224b26d990d006611236d8332e85b105"
do_configure_prepend() {
rm -rf ${S}/m4/ || true
}
+
do_install_append() {
install -d ${D}/${datadir}/hal/fdi/policy/20thirdparty
install -m 0644 ${WORKDIR}/10-x11-input-tslib.fdi ${D}/${datadir}/hal/fdi/policy/20thirdparty
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-oe] xf86-input-tslib: Use correct name for checksum calculation
2011-12-07 14:19 [meta-oe] xf86-input-tslib: Use correct name for checksum calculation ulf
@ 2011-12-07 14:45 ` Martin Jansa
2011-12-07 14:45 ` Koen Kooi
1 sibling, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-12-07 14:45 UTC (permalink / raw)
To: openembedded-devel; +Cc: Ulf Samuelsson
[-- Attachment #1: Type: text/plain, Size: 1871 bytes --]
On Wed, Dec 07, 2011 at 03:19:14PM +0100, ulf@emagii.com wrote:
> From: Ulf Samuelsson <ulf@emagii.com>
>
> Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
> ---
> .../xorg-driver/xf86-input-tslib_0.0.6.bb | 6 ++++--
> 1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
> index de0eb6f..768453a 100644
> --- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
> +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
> @@ -17,12 +17,14 @@ SRC_URI = "http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-inp
> file://99-xf86-input-tslib.rules \
> file://xf86-input-tslib-port-ABI-12-r48.patch \
> "
> -SRC_URI[md5sum] = "b7a4d2f11637ee3fcf432e044b1d017f"
> -SRC_URI[sha256sum] = "5f46fdef095a6e44a69e0f0b57c7d665224b26d990d006611236d8332e85b105"
> +
> +SRC_URI[archive.md5sum] = "b7a4d2f11637ee3fcf432e044b1d017f"
> +SRC_URI[archive.sha256sum] = "5f46fdef095a6e44a69e0f0b57c7d665224b26d990d006611236d8332e85b105"
This is not correct after
http://git.openembedded.org/meta-openembedded/commit/?id=2162f0140d72a5976278d63e7eb2d4eb032ded4f
Cheers,
>
> do_configure_prepend() {
> rm -rf ${S}/m4/ || true
> }
> +
> do_install_append() {
> install -d ${D}/${datadir}/hal/fdi/policy/20thirdparty
> install -m 0644 ${WORKDIR}/10-x11-input-tslib.fdi ${D}/${datadir}/hal/fdi/policy/20thirdparty
> --
> 1.7.4.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe] xf86-input-tslib: Use correct name for checksum calculation
2011-12-07 14:19 [meta-oe] xf86-input-tslib: Use correct name for checksum calculation ulf
2011-12-07 14:45 ` Martin Jansa
@ 2011-12-07 14:45 ` Koen Kooi
2011-12-08 0:23 ` Ulf Samuelsson
1 sibling, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-12-07 14:45 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 07-12-11 15:19, ulf@emagii.com schreef:
> From: Ulf Samuelsson <ulf@emagii.com>
>
> Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
Please don't send patches against stale repos that don't apply.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org
iEYEARECAAYFAk7ffBYACgkQMkyGM64RGpGj6wCdFhKh+e4m+pGqa/Ajy4CUWWom
CXYAniSOS2oeQWYRXPf72ZJM3qECeeR6
=z7en
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe] xf86-input-tslib: Use correct name for checksum calculation
2011-12-07 14:45 ` Koen Kooi
@ 2011-12-08 0:23 ` Ulf Samuelsson
0 siblings, 0 replies; 4+ messages in thread
From: Ulf Samuelsson @ 2011-12-08 0:23 UTC (permalink / raw)
To: openembedded-devel
On 2011-12-07 15:45, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 07-12-11 15:19, ulf@emagii.com schreef:
>> From: Ulf Samuelsson<ulf@emagii.com>
>>
>> Signed-off-by: Ulf Samuelsson<ulf@emagii.com>
> Please don't send patches against stale repos that don't apply.
Good practice of course, Then again:
Several times when I have run "./oebb.sh update", the git trees become
non-functional
which is kind of negative feedback.
The "stale" tree I used was from yesterday so it is not that old.
Ulf
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iEYEARECAAYFAk7ffBYACgkQMkyGM64RGpGj6wCdFhKh+e4m+pGqa/Ajy4CUWWom
> CXYAniSOS2oeQWYRXPf72ZJM3qECeeR6
> =z7en
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Best Regards
Ulf Samuelsson
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-12-08 0:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07 14:19 [meta-oe] xf86-input-tslib: Use correct name for checksum calculation ulf
2011-12-07 14:45 ` Martin Jansa
2011-12-07 14:45 ` Koen Kooi
2011-12-08 0:23 ` Ulf Samuelsson
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.