Advertisement
Guest User

Untitled

a guest
Jun 6th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. --- ../poky/meta/recipes-core/psplash/psplash_git.bb 2014-06-05 16:53:16.971170688 -0400
  2. +++ ../poky/meta-nirs/recipes-core/psplash-desktop/psplash-desktop_git.bb 2014-06-06 15:14:59.309437735 -0400
  3. @@ -9,8 +9,9 @@
  4. PV = "0.1+git${SRCPV}"
  5. PR = "r15"
  6.  
  7. -SRC_URI = "git://git.yoctoproject.org/${BPN} \
  8. - file://psplash-init \
  9. +SRC_URI = "git://git.yoctoproject.org/psplash \
  10. + file://0001-Remove-the-progress-bar.patch \
  11. + file://0002-remove-psplash-write.patch \
  12. ${SPLASH_IMAGES}"
  13.  
  14. SPLASH_IMAGES = "file://psplash-poky-img.h;outsuffix=default"
  15. @@ -65,10 +66,10 @@
  16.  
  17. S = "${WORKDIR}/git"
  18.  
  19. -inherit autotools pkgconfig update-rc.d update-alternatives
  20. +inherit autotools pkgconfig
  21.  
  22. ALTERNATIVE_PRIORITY = "100"
  23. -ALTERNATIVE_LINK_NAME[psplash] = "${bindir}/psplash"
  24. +ALTERNATIVE_LINK_NAME[psplash] = "${bindir}/psplash-desktop"
  25.  
  26. python do_compile () {
  27. import shutil
  28. @@ -95,17 +96,9 @@
  29. }
  30.  
  31. do_install_append() {
  32. - install -d ${D}/mnt/.psplash/
  33. - install -d ${D}${sysconfdir}/init.d/
  34. - install -m 0755 ${WORKDIR}/psplash-init ${D}${sysconfdir}/init.d/psplash.sh
  35. install -d ${D}${bindir}
  36. for i in ${SPLASH_INSTALL} ; do
  37. install -m 0755 $i ${D}${bindir}/$i
  38. done
  39. rm -f ${D}${bindir}/psplash
  40. }
  41. -
  42. -FILES_${PN} += "/mnt/.psplash"
  43. -
  44. -INITSCRIPT_NAME = "psplash.sh"
  45. -INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement