[oe-commits] Martin Jansa : json-c: move and rename to libjson as older version was

git version control git at git.openembedded.org
Wed Jun 16 08:31:26 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fe6e78787087c203fc53079e236bc8310a8c370f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fe6e78787087c203fc53079e236bc8310a8c370f

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jun 16 10:28:23 2010 +0200

json-c: move and rename to libjson as older version was

* also convert old version to new staging

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/libjson/libjson_0.6.bb                     |    6 +-----
 .../json-c_0.9.bb => libjson/libjson_0.9.bb}       |    3 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/recipes/libjson/libjson_0.6.bb b/recipes/libjson/libjson_0.6.bb
index aefeed3..edc4fdc 100644
--- a/recipes/libjson/libjson_0.6.bb
+++ b/recipes/libjson/libjson_0.6.bb
@@ -3,16 +3,12 @@ HOMEPAGE = "http://oss.metaparadigm.com/json-c/"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "BSD"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
 S = "${WORKDIR}/json-c-${PV}"
 
 inherit autotools 
 
-do_stage() {
-	autotools_stage_all
-}
-
 SRC_URI[md5sum] = "2d8b899aeeebbbe68158d25adf8a4f1e"
 SRC_URI[sha256sum] = "915ee6c4b8f1ffd5313d990875cd44e5e7092a51de259707daca797fd5c42b46"
diff --git a/recipes/json-c/json-c_0.9.bb b/recipes/libjson/libjson_0.9.bb
similarity index 76%
rename from recipes/json-c/json-c_0.9.bb
rename to recipes/libjson/libjson_0.9.bb
index 1619485..2afc923 100644
--- a/recipes/json-c/json-c_0.9.bb
+++ b/recipes/libjson/libjson_0.9.bb
@@ -4,7 +4,8 @@ AUTHOR = "Michael Clark and C. Watford"
 LICENSE = "MIT/X11"
 SECTION = "libs"
 
-SRC_URI = "http://oss.metaparadigm.com/json-c/${P}.tar.gz"
+SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
+S = "${WORKDIR}/json-c-${PV}"
 
 SRC_URI[md5sum] = "3a13d264528dcbaf3931b0cede24abae"
 SRC_URI[sha256sum] = "702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475"





More information about the Openembedded-commits mailing list