[oe-commits] Koen Kooi : dietsplash: add git version

git version control git at git.openembedded.org
Fri Jul 1 17:48:15 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: a8252c8ecf841a05e6eeb1c478a2c4b3050d38c6
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a8252c8ecf841a05e6eeb1c478a2c4b3050d38c6

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Jul  1 19:35:16 2011 +0200

dietsplash: add git version

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-graphics/dietsplash/dietsplash_git.bb  |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb
new file mode 100644
index 0000000..2e77058
--- /dev/null
+++ b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Simple bootsplash for systemd systems"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+# Really, no depends besides a C library
+
+PV = "0.3"
+PR = "r1"
+
+SRCREV = "3098e4ad8aa07ad90b2a4413c0abeb6dcd8f1233"
+SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git;protocol=git"
+
+inherit autotools
+
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF = " --with-systemdsystemunitdir=${base_libdir}/systemd/system \
+                 --disable-staticimages"
+
+FILES_${PN} += "${base_libdir}/systemd/system/"





More information about the Openembedded-commits mailing list