aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/psplash/psplash-kaeilos_git.bb
blob: 6993aebe5194dfb42312c9225823959e2d8a895c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require psplash.inc
require psplash-ua.inc

ALTERNATIVE_PRIORITY = "20"

SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
          file://logo-math.patch \
          file://psplash-poky-img.h \
          file://psplash-bar-img.h \
          file://psplash-default \
          file://splashfuncs \
          file://psplash-init \
          file://psplash-18bpp.patch \
          file://psplash-24bpp-BGR666.patch"

S = "${WORKDIR}/git"