diff options
Diffstat (limited to 'recipes/fbgetty')
-rw-r--r-- | recipes/fbgetty/fbgetty_0.1.698.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/fbgetty/fbgetty_0.1.698.bb b/recipes/fbgetty/fbgetty_0.1.698.bb index eb2e7dbca3..f00bbab1d0 100644 --- a/recipes/fbgetty/fbgetty_0.1.698.bb +++ b/recipes/fbgetty/fbgetty_0.1.698.bb @@ -3,7 +3,7 @@ DESCRIPTION = "framebuffer getty." LICENSE = "GPL" SRC_URI = "http://ftp3.ie.freebsd.org/pub/gentoo/distfiles/fbgetty-${PV}.tar.gz \ - file://compile.patch;apply=yes" + file://compile.patch" B = "${WORKDIR}/build.${HOST_SYS}.${TARGET_SYS}" inherit autotools |