diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-12-23 03:53:11 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-12-23 03:53:11 +0100 |
commit | e67586ef836f3b960c23f7d4fa509a33b510cf0d (patch) | |
tree | 2f196e0ee07b735eb591daa3862d1969949e27dd /packages/psplash/psplash_svn.bb | |
parent | 8e655cf40735ed91c162e75701ed94c927fb93f2 (diff) |
psplash: add 1bpp support for boc01
Diffstat (limited to 'packages/psplash/psplash_svn.bb')
-rw-r--r-- | packages/psplash/psplash_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/psplash/psplash_svn.bb b/packages/psplash/psplash_svn.bb index fdd4aea244..0fd386492a 100644 --- a/packages/psplash/psplash_svn.bb +++ b/packages/psplash/psplash_svn.bb @@ -21,6 +21,7 @@ S = "${WORKDIR}/psplash" # This really should be default, but due yo openmoko hack below, can't be easily SRC_URI_append_angstrom = " file://logo-math.patch;patch=1 " SRC_URI_append_openmoko = " file://configurability.patch;patch=1 " +SRC_URI_append_boc01 = " file://psplash_1bpp.patch;patch=1 " inherit autotools pkgconfig update-rc.d |