[OE-core] [PATCH 2/4] xdg-utils: update to 1.1.0 rc1

Saul Wold saul.wold at intel.com
Wed Oct 19 02:42:17 UTC 2011


On 10/18/2011 07:00 PM, Kang Kai wrote:
> Update xdg-utils to 1.1.0 rc1, set variable "S".
>
Why are we updating to an RC1, if you are tracking this upstream then 
should we not wait just a little longer for the actual 1.1 release?

> Signed-off-by: Kang Kai<kai.kang at windriver.com>
> ---
>   .../{xdg-utils_1.0.2.bb =>  xdg-utils_1.1.0rc1.bb}  |   20 +++++++++++---------
>   1 files changed, 11 insertions(+), 9 deletions(-)
>   rename meta/recipes-extended/xdg-utils/{xdg-utils_1.0.2.bb =>  xdg-utils_1.1.0rc1.bb} (57%)
>
> diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0rc1.bb
> similarity index 57%
> rename from meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb
> rename to meta/recipes-extended/xdg-utils/xdg-utils_1.1.0rc1.bb
> index f54d591..d7e4e47 100644
> --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb
> +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0rc1.bb
> @@ -4,13 +4,13 @@ DESCRIPTION = "The xdg-utils package is a set of simple scripts that provide bas
>   desktop integration functions for any Free Desktop, such as Linux. \
>   They are intended to provide a set of defacto standards. \
>   The following scripts are provided at this time: \
> -xdg-desktop-icon \
> -xdg-desktop-menu \
> -xdg-email \
> +xdg-desktop-icon \
> +xdg-desktop-menu \
> +xdg-email \
>   xdg-icon-resource \
> -xdg-mime \
> -xdg-open \
> -xdg-screensaver \
> +xdg-mime \
> +xdg-open \
> +xdg-screensaver \
>   "
White space changes?

Sau!

>
>   PR="r0"
> @@ -18,9 +18,11 @@ PR="r0"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014"
>
> -SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tgz"
> +SRC_URI = "http://portland.freedesktop.org/download/${BPN}-1.1.0-rc1.tar.gz"
> +
> +S = "${WORKDIR}/${PN}-1.1.0-rc1"
>
>   inherit autotools
>
> -SRC_URI[md5sum] = "348a5b91dc66426505022c74a64b2940"
> -SRC_URI[sha256sum] = "21aeb7d16b2529b8d3975118f59eec09953e09f9a68d718159e98c90474b01ac"
> +SRC_URI[md5sum] = "fadf5e7a08e0526fc60dbe3e5b7ef8d6"
> +SRC_URI[sha256sum] = "7b05558ae4bb8ede356863cae8c42e3e012aa421bf9d45130a570fd209d79102"





More information about the Openembedded-core mailing list