libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / initrdscripts / initramfs-module-psplash_1.0.bb
blob9f9dc471c4e48b9f3ac66b57ceeb9537d0c49db3
1 SRC_URI = "file://00-psplash.sh file://99-psplash.sh"
2 PR = "r6"
3 RDEPENDS_${PN} = "initramfs-uniboot virtual-psplash"
4 DESCRIPTION = "An initramfs module to enable psplash."
6 do_install() {
7 install -d ${D}/initrd.d
8 install -m 0755 ${WORKDIR}/00-psplash.sh ${D}/initrd.d/
9 install -m 0755 ${WORKDIR}/99-psplash.sh ${D}/initrd.d/
12 PACKAGE_ARCH = "all"
13 FILES_${PN} += " /initrd.d/* "