[oe-commits] Alex Ferguson : jlime-extras: Split machine-specific files, update recipes.

git version control git at git.openembedded.org
Mon Nov 8 15:08:06 UTC 2010


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

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Thu Nov  4 19:25:12 2010 +0200

jlime-extras: Split machine-specific files, update recipes.

jlime-extras is now split into two recipes, jlime-extras and
jlime-extras-${MACHINE}, which contains machine-specific files
and on which jlime-extras depends upon.

jlime-extras-ben-nanonote was created, recipes for other machines
are coming up.

jlime-extras was also updated to reflect changes in the source
archive.

Signed-off-by: Alex Ferguson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/jlime/jlime-extras-ben-nanonote_1.0.bb |   17 +++++++++++++++++
 recipes/jlime/jlime-extras_1.0.bb              |    6 ++++--
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/recipes/jlime/jlime-extras-ben-nanonote_1.0.bb b/recipes/jlime/jlime-extras-ben-nanonote_1.0.bb
new file mode 100644
index 0000000..7f5c878
--- /dev/null
+++ b/recipes/jlime/jlime-extras-ben-nanonote_1.0.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Various extras for the Ben Nanonote"
+PR = "r0"
+
+COMPATIBLE_MACHINE = "ben-nanonote"
+
+PACKAGE_ARCH = "all"
+SRC_URI = "http://jlime.com/downloads/development/software/jlime-extras-ben-nanonote-1.0.tar.gz"
+
+FILES_${PN} = "/etc /usr"
+
+do_install() {
+	install -d ${D}
+	cp -R etc usr ${D}
+}
+
+SRC_URI[md5sum] = "72815eed1688a268145bc924518061e9"
+SRC_URI[sha256sum] = "6fa29a42abf58f8a3137685af48e3cf647def7f111027deb39492bdd39f194a4"
diff --git a/recipes/jlime/jlime-extras_1.0.bb b/recipes/jlime/jlime-extras_1.0.bb
index 11ad4fa..1dc9948 100644
--- a/recipes/jlime/jlime-extras_1.0.bb
+++ b/recipes/jlime/jlime-extras_1.0.bb
@@ -1,6 +1,8 @@
 DESCRIPTION = "Various extras for the Jlime userlands"
 PR = "r0"
 
+RDEPENDS = "jlime-extras-${MACHINE}"
+
 PACKAGE_ARCH = "all"
 SRC_URI = "http://jlime.com/downloads/development/software/jlime-extras-1.0.tar.gz"
 
@@ -11,5 +13,5 @@ do_install() {
 	cp -R etc usr ${D}
 }
 
-SRC_URI[md5sum] = "a3a9179307ef2af13d535e2cd2d98e86"
-SRC_URI[sha256sum] = "388a03a6380890cf63239b8af351910eb9ad5247383b61f63fb1b4ee3de3cc88"
+SRC_URI[md5sum] = "27b38dbe209da42ee11977bfd1f69cd6"
+SRC_URI[sha256sum] = "40798e7246c44b4739ded837043a0fc527f2401f8cbac31f989f573a171a61c8"





More information about the Openembedded-commits mailing list