Skip to content

Commit

Permalink
[openaaf + openmips] fix bootlogo/openaaf-bootlogo.bb
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain committed Dec 21, 2012
1 parent aa12d82 commit e259593
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions recipes-distros/openaaf/bootlogo/openaaf-bootlogo.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require conf/license/license-gplv2.inc
RDEPENDS_${PN} += "showiframe"

PV = "2.0"
PR = "r21"
PR = "r22"

S = "${WORKDIR}"

Expand All @@ -18,7 +18,7 @@ INITSCRIPT_PARAMS = "start 05 S ."

inherit update-rc.d

SRC_URI = "file://bootlogo.mvi file://radio.mvi file://bootlogo.sh ${@base_contains("MACHINE_FEATURES", "bootsplash", "file://splash.bin" , "", d)}"
SRC_URI = "file://bootlogo.mvi file://radio.mvi file://bootlogo.sh ${@base_contains("MACHINE_FEATURES", "bootsplash", "file://splash.bin" , "", d)} "
SRC_URI_append_gb800ue = "file://lcdsplash.bin"
SRC_URI_append_gbquad = "file://lcdsplash.bin"

Expand Down
4 changes: 2 additions & 2 deletions recipes-distros/openmips/bootlogo/openmips-bootlogo.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require conf/license/license-gplv2.inc
RDEPENDS_${PN} += "showiframe"

PV = "1.0"
PR = "r7"
PR = "r8"

S = "${WORKDIR}"

Expand All @@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "start 05 S ."

inherit update-rc.d

SRC_URI = "file://bootlogo.mvi file://bootlogo.sh ${@base_contains("MACHINE_FEATURES", "bootsplash", "file://splash.bin" , "", d)}"
SRC_URI = "file://bootlogo.mvi file://bootlogo.sh ${@base_contains("MACHINE_FEATURES", "bootsplash", "file://splash.bin" , "", d)} "
SRC_URI_append_gb800ue = "file://lcdsplash.bin"
SRC_URI_append_gbquad = "file://lcdsplash.bin"

Expand Down

0 comments on commit e259593

Please sign in to comment.