diff options
Diffstat (limited to 'recipes/shr/shr-splash-theme-tux_git.bb')
-rw-r--r-- | recipes/shr/shr-splash-theme-tux_git.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/shr/shr-splash-theme-tux_git.bb b/recipes/shr/shr-splash-theme-tux_git.bb new file mode 100644 index 0000000000..743dacd2b4 --- /dev/null +++ b/recipes/shr/shr-splash-theme-tux_git.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "SHR splash screen - SHR Tux theme" +SECTION = "x11/data" +LICENSE = "MIT BSD" +PV = "0.1+gitr${SRCPV}" +PR = "r0" + +SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master" +S = "${WORKDIR}/git/shr-splash/${PN}" + +require shr-splash-theme.inc + |