aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jlime/jlime-extras_1.0.3.bb
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-12-08 19:36:57 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-12-11 17:25:18 +0100
commitbea7b1b6d3d3694ac5a5f3547bb154bcfd905d82 (patch)
treef36e66fd52d62ca7ef7e2f280766f62d404a4a4d /recipes/jlime/jlime-extras_1.0.3.bb
parentd4c6d828306fdbf9082ef4ff2edb0ec4a5092a99 (diff)
downloadopenembedded-bea7b1b6d3d3694ac5a5f3547bb154bcfd905d82.tar.gz
jlime-extras: Bump from version 1.0.2 to version 1.0.3.
New version adds a small script which runs at the near end of rcS and stops psplash cleanly. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/jlime/jlime-extras_1.0.3.bb')
-rw-r--r--recipes/jlime/jlime-extras_1.0.3.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/jlime/jlime-extras_1.0.3.bb b/recipes/jlime/jlime-extras_1.0.3.bb
new file mode 100644
index 0000000000..bdcd3c439b
--- /dev/null
+++ b/recipes/jlime/jlime-extras_1.0.3.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Various extras for the Jlime userlands"
+PR = "r0"
+
+RRECOMMENDS_${PN} = "jlime-extras-${MACHINE}"
+
+PACKAGE_ARCH = "all"
+SRC_URI = "http://jlime.com/downloads/development/software/${PN}-${PV}.tar.gz"
+
+FILES_${PN} = "/etc /usr"
+
+do_install() {
+ install -d ${D}
+ cp -R etc usr ${D}
+}
+
+SRC_URI[md5sum] = "da56fc17d634eca0d91e5fb2439d0f1b"
+SRC_URI[sha256sum] = "6bec27a320b1c8a61f625fa1c1f521a876caaae01cca5cb26bc548c33866c06c"