jlime-extras: Split machine-specific files, update recipes.
authorAlex Ferguson <thoughtmonster@gmail.com>
Thu, 4 Nov 2010 17:25:12 +0000 (19:25 +0200)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Fri, 5 Nov 2010 09:41:16 +0000 (10:41 +0100)
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@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
recipes/jlime/jlime-extras-ben-nanonote_1.0.bb [new file with mode: 0644]
recipes/jlime/jlime-extras_1.0.bb

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 (file)
index 0000000..7f5c878
--- /dev/null
@@ -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"
index 11ad4fa..1dc9948 100644 (file)
@@ -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"