From e9ced814c59183a58f738889b9e0eb90b88e70a6 Mon Sep 17 00:00:00 2001 From: Alex Ferguson Date: Thu, 4 Nov 2010 19:25:12 +0200 Subject: 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 Signed-off-by: Kristoffer Ericson --- 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(-) create mode 100644 recipes/jlime/jlime-extras-ben-nanonote_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 index 0000000000..7f5c878d15 --- /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 11ad4fadbd..1dc9948505 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" -- cgit 1.2.3-korg