From eee1508e19a9cf2cbe906c40dff5844a17d0b660 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 24 Nov 2006 17:31:43 +0000 Subject: psplash: Set PV correctly git-svn-id: https://svn.o-hand.com/repos/poky/trunk@955 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/psplash/psplash_0.0.bb | 21 --------------------- meta/packages/psplash/psplash_svn.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 meta/packages/psplash/psplash_0.0.bb create mode 100644 meta/packages/psplash/psplash_svn.bb diff --git a/meta/packages/psplash/psplash_0.0.bb b/meta/packages/psplash/psplash_0.0.bb deleted file mode 100644 index 987f35627..000000000 --- a/meta/packages/psplash/psplash_0.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Userspace framebuffer boot logo based on usplash." -SECTION = "base" -LICENSE = "GPL" - -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ - file://psplash-init" - -S = "${WORKDIR}/psplash" - -inherit autotools pkgconfig update-rc.d - -FILES_${PN} += "/mnt/.psplash" - -do_install_prepend() { - install -d ${D}/mnt/.psplash/ - install -d ${D}${sysconfdir}/init.d/ - install -m 0755 ${WORKDIR}/psplash-init ${D}${sysconfdir}/init.d/psplash -} - -INITSCRIPT_NAME = "psplash" -INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ." diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb new file mode 100644 index 000000000..2c21c99d7 --- /dev/null +++ b/meta/packages/psplash/psplash_svn.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Userspace framebuffer boot logo based on usplash." +SECTION = "base" +LICENSE = "GPL" +PV = "0.0+svn${SRCDATE}" + +SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ + file://psplash-init" + +S = "${WORKDIR}/psplash" + +inherit autotools pkgconfig update-rc.d + +FILES_${PN} += "/mnt/.psplash" + +do_install_prepend() { + install -d ${D}/mnt/.psplash/ + install -d ${D}${sysconfdir}/init.d/ + install -m 0755 ${WORKDIR}/psplash-init ${D}${sysconfdir}/init.d/psplash +} + +INITSCRIPT_NAME = "psplash" +INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ." -- cgit v1.2.3