diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-08 20:16:28 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-08 20:16:28 -0700 |
commit | 9f6ae8707682ecb1afd1cad1370204f74742aa31 (patch) | |
tree | 07e5065f7898198112b345e5dd9c9f497a43c8aa /recipes/lilo-sh/lilo-sh_21.bb | |
parent | 14d7697f931ae22daa2209d392d13e42b4d0c734 (diff) |
lilo-sh_21.bb: Replace PAGE_SIZE
PAGE_SIZE is not available to usersplace anymore
struct partion in linux/genhd.h is defined conditional
if CONFIG_BLOCK is defined.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/lilo-sh/lilo-sh_21.bb')
-rw-r--r-- | recipes/lilo-sh/lilo-sh_21.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/lilo-sh/lilo-sh_21.bb b/recipes/lilo-sh/lilo-sh_21.bb index cc4fbac8a7..038573209a 100644 --- a/recipes/lilo-sh/lilo-sh_21.bb +++ b/recipes/lilo-sh/lilo-sh_21.bb @@ -12,7 +12,7 @@ the kernel. LILO can also boot other operating systems. LILO-sh is a \ port of LILO to the SH processor." SECTION = "bootloaders" LICENSE = "MIT" -PR = "r0" +PR = "r1" SRC_URI = "http://twibble.org/dist/sh4/src/lilosh/lilo-21.tar.gz \ file://lilo-0.21-include.patch;patch=1 \ @@ -23,7 +23,9 @@ SRC_URI = "http://twibble.org/dist/sh4/src/lilosh/lilo-21.tar.gz \ file://lilo-0.21-second.patch;patch=1;pnum=0 \ file://lilo-sh-linux.patch;patch=1 \ file://lilo-linkgear.patch;patch=1 \ - file://lilo-noconfig-h.patch;patch=1" + file://lilo-noconfig-h.patch;patch=1 \ + file://lilo-replace-PAGE_SIZE.patch;patch=1 \ + " S = "${WORKDIR}/lilo" |