[OE-core] [PATCH RFC 1/3] opkg: Update to version 0.2.0

Saul Wold sgw at linux.intel.com
Wed Nov 20 18:33:33 UTC 2013


On 11/20/2013 08:41 AM, Paul Barker wrote:
> Signed-off-by: Paul Barker <paul at paulbarker.me.uk>
> ---
>   meta/recipes-devtools/opkg/opkg_0.2.0.bb | 14 ++++++++++++++
>   meta/recipes-devtools/opkg/opkg_svn.bb   | 14 --------------
>   2 files changed, 14 insertions(+), 14 deletions(-)
>   create mode 100644 meta/recipes-devtools/opkg/opkg_0.2.0.bb
>   delete mode 100644 meta/recipes-devtools/opkg/opkg_svn.bb
>
> diff --git a/meta/recipes-devtools/opkg/opkg_0.2.0.bb b/meta/recipes-devtools/opkg/opkg_0.2.0.bb
> new file mode 100644
> index 0000000..7affbff
> --- /dev/null
> +++ b/meta/recipes-devtools/opkg/opkg_0.2.0.bb
> @@ -0,0 +1,14 @@
> +require opkg.inc
> +
> +SRC_URI = "https://opkg.googlecode.com/files/${BPN}-${PV}.tar.gz \
> +           file://no-install-recommends.patch \
> +           file://add-exclude.patch \
> +           file://opkg-configure.service \
> +"
> +
> +S = "${WORKDIR}/${BPN}-${PV}"
> +
> +SRC_URI[md5sum] = "e8a6fd34fb2529191fe09dc14c934cc3"
> +SRC_URI[sha256sum] = "81b7055eb4c12c5e5652339305c9236cf357890717d4bea063963f3f434d966f"
> +
> +PR = "${INC_PR}.0"

Since we are creating new version, we can completely drop the PR here 
and the INC_PR in the opkg.inc.

Sau!

> diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb
> deleted file mode 100644
> index cd0485f..0000000
> --- a/meta/recipes-devtools/opkg/opkg_svn.bb
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -require opkg.inc
> -
> -SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
> -           file://no-install-recommends.patch \
> -           file://add-exclude.patch \
> -           file://opkg-configure.service \
> -"
> -
> -S = "${WORKDIR}/trunk"
> -
> -SRCREV = "653"
> -PV = "0.1.8+svnr${SRCPV}"
> -
> -PR = "${INC_PR}.0"
>



More information about the Openembedded-core mailing list