diff options
Diffstat (limited to 'recipes/feh/feh_1.2.6.bb')
-rw-r--r-- | recipes/feh/feh_1.2.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/feh/feh_1.2.6.bb b/recipes/feh/feh_1.2.6.bb index 7e104584e9..5077053668 100644 --- a/recipes/feh/feh_1.2.6.bb +++ b/recipes/feh/feh_1.2.6.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" DEPENDS = "virtual/imlib2 giblib jpeg virtual/libx11 libxext libxt" SRC_URI = "http://linuxbrit.co.uk/downloads/feh-${PV}.tar.gz \ - file://cross.patch;apply=yes" + file://cross.patch" S = "${WORKDIR}/feh-${PV}" inherit autotools |