summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/psplash/psplash_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/psplash/psplash_svn.bb')
-rw-r--r--meta/recipes-core/psplash/psplash_svn.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-core/psplash/psplash_svn.bb b/meta/recipes-core/psplash/psplash_svn.bb
index 8c7cc75532..0443fbb7c1 100644
--- a/meta/recipes-core/psplash/psplash_svn.bb
+++ b/meta/recipes-core/psplash/psplash_svn.bb
@@ -6,10 +6,11 @@ LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://psplash.h;md5=a87c39812c1e37f3451567cc29a29c8f" 6LIC_FILES_CHKSUM = "file://psplash.h;md5=a87c39812c1e37f3451567cc29a29c8f"
7 7
8PV = "0.0+svnr${SRCPV}" 8PV = "0.0+svnr${SRCPV}"
9PR = "r5" 9PR = "r6"
10 10
11SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ 11SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
12 file://psplash-init" 12 file://psplash-init \
13 file://psplash-poky-img.h"
13 14
14S = "${WORKDIR}/psplash" 15S = "${WORKDIR}/psplash"
15 16
@@ -17,6 +18,10 @@ inherit autotools pkgconfig update-rc.d
17 18
18FILES_${PN} += "/mnt/.psplash" 19FILES_${PN} += "/mnt/.psplash"
19 20
21do_configure_prepend () {
22 cp -f ${WORKDIR}/psplash-poky-img.h ${S}/
23}
24
20do_install_prepend() { 25do_install_prepend() {
21 install -d ${D}/mnt/.psplash/ 26 install -d ${D}/mnt/.psplash/
22 install -d ${D}${sysconfdir}/init.d/ 27 install -d ${D}${sysconfdir}/init.d/