Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Update alsa-tools to 1.0.25
@ 2012-04-27  9:41 Kang Kai
  2012-04-27  9:41 ` [PATCH 1/1] alsa-tools: update " Kang Kai
  2012-05-01 18:35 ` [PATCH 0/1] Update alsa-tools " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Kang Kai @ 2012-04-27  9:41 UTC (permalink / raw)
  To: saul.wold, openembedded-core

Hi Saul,

This update alsa-tools to 1.0.25.

Regards,

The following changes since commit 492a58cabdc053b2312712681dbcffa8270d4ea4:

  self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-24 10:21:11 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib kangkai/update-alsa-tools
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/update-alsa-tools

Kang Kai (1):
  alsa-tools: update to 1.0.25

 .../autotools.patch                                |    0
 ...alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} |   10 ++++++----
 2 files changed, 6 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/alsa/{alsa-tools-1.0.24.1 => alsa-tools-1.0.25}/autotools.patch (100%)
 rename meta/recipes-multimedia/alsa/{alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} (73%)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] alsa-tools: update to 1.0.25
  2012-04-27  9:41 [PATCH 0/1] Update alsa-tools to 1.0.25 Kang Kai
@ 2012-04-27  9:41 ` Kang Kai
  2012-05-01 18:35 ` [PATCH 0/1] Update alsa-tools " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Kang Kai @ 2012-04-27  9:41 UTC (permalink / raw)
  To: saul.wold, openembedded-core

Update to version 1.0.25.
Add option "--prefix" to GITCOMPILE_ARGS and FILES_${PN} to package
the installed but not shipped files.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
 .../autotools.patch                                |    0
 ...alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} |   10 ++++++----
 2 files changed, 6 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/alsa/{alsa-tools-1.0.24.1 => alsa-tools-1.0.25}/autotools.patch (100%)
 rename meta/recipes-multimedia/alsa/{alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} (73%)

diff --git a/meta/recipes-multimedia/alsa/alsa-tools-1.0.24.1/autotools.patch b/meta/recipes-multimedia/alsa/alsa-tools-1.0.25/autotools.patch
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-tools-1.0.24.1/autotools.patch
rename to meta/recipes-multimedia/alsa/alsa-tools-1.0.25/autotools.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb
similarity index 73%
rename from meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb
rename to meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb
index 4c3e9dc..7d96b85 100644
--- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb
+++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb
@@ -7,7 +7,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2 & LGPLv2+"
 DEPENDS = "alsa-lib ncurses"
 
-PR = "r4"
+PR = "r0"
 
 LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://ld10k1/COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
@@ -15,9 +15,11 @@ LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae1
 SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2 \
            file://autotools.patch"
 
-SRC_URI[md5sum] = "08fe93a12006093e590d7ecc02b119dd"
-SRC_URI[sha256sum] = "17d43de93ab2db98886d89a53e45341daa46a4ef6edd405db87f4b5a5dc64a05"
+SRC_URI[md5sum] = "57bfec98a814d12e0f7ab379aaeccd87"
+SRC_URI[sha256sum] = "a974d0f3e837796f67d04df88c783aebcf4ac3c5f9ac31e2b65c10e8cb4b1dca"
 
 inherit autotools
 
-EXTRA_OEMAKE += "GITCOMPILE_ARGS='--host=${HOST_SYS} --build=${BUILD_SYS} --target=${TARGET_SYS} --with-libtool-sysroot=${STAGING_DIR_HOST}' ACLOCAL_FLAGS='-I ${STAGING_DATADIR}/aclocal'"
+EXTRA_OEMAKE += "GITCOMPILE_ARGS='--host=${HOST_SYS} --build=${BUILD_SYS} --target=${TARGET_SYS} --with-libtool-sysroot=${STAGING_DIR_HOST} --prefix=${prefix}' ACLOCAL_FLAGS='-I ${STAGING_DATADIR}/aclocal'"
+
+FILES_${PN} += "${datadir}/ld10k1"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] Update alsa-tools to 1.0.25
  2012-04-27  9:41 [PATCH 0/1] Update alsa-tools to 1.0.25 Kang Kai
  2012-04-27  9:41 ` [PATCH 1/1] alsa-tools: update " Kang Kai
@ 2012-05-01 18:35 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-05-01 18:35 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 04/27/2012 02:41 AM, Kang Kai wrote:
> Hi Saul,
>
> This update alsa-tools to 1.0.25.
>
> Regards,
>
> The following changes since commit 492a58cabdc053b2312712681dbcffa8270d4ea4:
>
>    self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-24 10:21:11 +0100)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib kangkai/update-alsa-tools
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/update-alsa-tools
>
> Kang Kai (1):
>    alsa-tools: update to 1.0.25
>
>   .../autotools.patch                                |    0
>   ...alsa-tools_1.0.24.1.bb =>  alsa-tools_1.0.25.bb} |   10 ++++++----
>   2 files changed, 6 insertions(+), 4 deletions(-)
>   rename meta/recipes-multimedia/alsa/{alsa-tools-1.0.24.1 =>  alsa-tools-1.0.25}/autotools.patch (100%)
>   rename meta/recipes-multimedia/alsa/{alsa-tools_1.0.24.1.bb =>  alsa-tools_1.0.25.bb} (73%)
>

Merged into OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-01 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-27  9:41 [PATCH 0/1] Update alsa-tools to 1.0.25 Kang Kai
2012-04-27  9:41 ` [PATCH 1/1] alsa-tools: update " Kang Kai
2012-05-01 18:35 ` [PATCH 0/1] Update alsa-tools " Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox