diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-04-18 21:52:38 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2005-04-18 21:52:38 +0000 |
commit | 6cd231e76313efe966147b12ac992ab99235ec7d (patch) | |
tree | 74c3021a7dcdc0950bdbfe83316c162b8f52b9cb | |
parent | 029b25c4f326aa7ad4b206c7b6a5f8a9ec78ec54 (diff) |
gpe-bootsplash: fix rotation for c7x0 under 2.6 kernel
BKrev: 42642c26GFDvc596nzV7JL0jkWh0fg
-rw-r--r-- | packages/gpe-bootsplash/files/c7x0-rotation.patch | 0 | ||||
-rw-r--r-- | packages/gpe-bootsplash/gpe-bootsplash_1.14.bb | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/gpe-bootsplash/files/c7x0-rotation.patch b/packages/gpe-bootsplash/files/c7x0-rotation.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gpe-bootsplash/files/c7x0-rotation.patch diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb index 0e59b0bfa5..311dafbeb3 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb @@ -7,7 +7,8 @@ PRIORITY = "optional" LICENSE = "GPL" PR = "r2" -SRC_URI += "file://splash-p.svg file://splash-l.svg" +SRC_URI += "file://splash-p.svg file://splash-l.svg \ + file://c7x0-rotation.patch;patch=1" SRC_URI_append_ramses = " file://ramses.patch;patch=1" FILES_${PN} += "${datadir}/gpe" |