All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] proj: Update to 4.8.0
@ 2013-06-23 23:57 Khem Raj
  2013-06-24 14:10 ` Paul Eggleton
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2013-06-23 23:57 UTC (permalink / raw)
  To: openembedded-devel

4.7.0 tars have disappeared on the download servers.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-navigation/proj/proj.inc      |   13 -------------
 meta-oe/recipes-navigation/proj/proj_4.7.0.bb |    7 -------
 meta-oe/recipes-navigation/proj/proj_4.8.0.bb |   13 +++++++++++++
 3 files changed, 13 insertions(+), 20 deletions(-)
 delete mode 100644 meta-oe/recipes-navigation/proj/proj.inc
 delete mode 100644 meta-oe/recipes-navigation/proj/proj_4.7.0.bb
 create mode 100644 meta-oe/recipes-navigation/proj/proj_4.8.0.bb

diff --git a/meta-oe/recipes-navigation/proj/proj.inc b/meta-oe/recipes-navigation/proj/proj.inc
deleted file mode 100644
index f6275d1..0000000
--- a/meta-oe/recipes-navigation/proj/proj.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "PROJ.4 - Cartographic Projections Library"
-HOMEPAGE = "http://trac.osgeo.org/proj/"
-SECTION = "libs"
-
-INC_PR = "r0"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=74d9aaec5fa0cd734341e8c4dc91b608"
-
-SRC_URI = "http://download.osgeo.org/proj/proj-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
diff --git a/meta-oe/recipes-navigation/proj/proj_4.7.0.bb b/meta-oe/recipes-navigation/proj/proj_4.7.0.bb
deleted file mode 100644
index 8e4f901..0000000
--- a/meta-oe/recipes-navigation/proj/proj_4.7.0.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require proj.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "927d34623b52e0209ba2bfcca18fe8cd"
-SRC_URI[sha256sum] = "fc5440002a496532bfaf423c28bdfaf9e26cc96c84ccefcdefde911efbd98986"
-
diff --git a/meta-oe/recipes-navigation/proj/proj_4.8.0.bb b/meta-oe/recipes-navigation/proj/proj_4.8.0.bb
new file mode 100644
index 0000000..6784dde
--- /dev/null
+++ b/meta-oe/recipes-navigation/proj/proj_4.8.0.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "PROJ.4 - Cartographic Projections Library"
+HOMEPAGE = "http://trac.osgeo.org/proj/"
+SECTION = "libs"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=74d9aaec5fa0cd734341e8c4dc91b608"
+
+SRC_URI = "http://download.osgeo.org/proj/proj-${PV}.tar.gz"
+SRC_URI[md5sum] = "d815838c92a29179298c126effbb1537"
+SRC_URI[sha256sum] = "2db2dbf0fece8d9880679154e0d6d1ce7c694dd8e08b4d091028093d87a9d1b5"
+
+inherit autotools pkgconfig
+
-- 
1.7.9.5



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

* Re: [meta-oe][PATCH] proj: Update to 4.8.0
  2013-06-23 23:57 [meta-oe][PATCH] proj: Update to 4.8.0 Khem Raj
@ 2013-06-24 14:10 ` Paul Eggleton
  2013-06-24 15:49   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2013-06-24 14:10 UTC (permalink / raw)
  To: Khem Raj, openembedded-devel

On Sunday 23 June 2013 16:57:21 Khem Raj wrote:
> 4.7.0 tars have disappeared on the download servers.
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-oe/recipes-navigation/proj/proj.inc      |   13 -------------
>  meta-oe/recipes-navigation/proj/proj_4.7.0.bb |    7 -------
>  meta-oe/recipes-navigation/proj/proj_4.8.0.bb |   13 +++++++++++++
>  3 files changed, 13 insertions(+), 20 deletions(-)
>  delete mode 100644 meta-oe/recipes-navigation/proj/proj.inc
>  delete mode 100644 meta-oe/recipes-navigation/proj/proj_4.7.0.bb
>  create mode 100644 meta-oe/recipes-navigation/proj/proj_4.8.0.bb

Just so I'm clear, are we embarking on a policy now of dropping inc files?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [meta-oe][PATCH] proj: Update to 4.8.0
  2013-06-24 14:10 ` Paul Eggleton
@ 2013-06-24 15:49   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2013-06-24 15:49 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel


On Jun 24, 2013, at 7:10 AM, Paul Eggleton <paul.eggleton@linux.intel.com> wrote:

> Just so I'm clear, are we embarking on a policy now of dropping inc files?
> 

depends. if recipes aren't updates frequent enough and chances of overrides existing in
remote layers is slim and we don't intend to carry multiple versions of the package
then carrying an .inc is not serving much purpose.

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

end of thread, other threads:[~2013-06-24 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-23 23:57 [meta-oe][PATCH] proj: Update to 4.8.0 Khem Raj
2013-06-24 14:10 ` Paul Eggleton
2013-06-24 15:49   ` Khem Raj

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.