summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/dietsplash
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-graphics/dietsplash
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-graphics/dietsplash')
-rw-r--r--meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb20
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 000000000..a88caf814
--- /dev/null
+++ b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Simple bootsplash for systemd systems"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4
5# Really, no depends besides a C library
6
7PV = "0.3"
8PR = "r1"
9
10SRCREV = "f7aadacbe3c19e37ea938e00a5141b577fb74a5e"
11SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git"
12
13inherit autotools
14
15S = "${WORKDIR}/git"
16
17EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
18 --disable-staticimages"
19
20FILES_${PN} += "${systemd_unitdir}/system/"