diff options
Diffstat (limited to 'recipes/cetools')
-rw-r--r-- | recipes/cetools/cetools_0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/cetools/cetools_0.3.bb b/recipes/cetools/cetools_0.3.bb index b31074df8a..a3ccb89ee2 100644 --- a/recipes/cetools/cetools_0.3.bb +++ b/recipes/cetools/cetools_0.3.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Ethload for Linux is a tool to send ROM images over ethernet usin SECTION = "console/network" LICENSE = "GPL" SRC_URI = "http://linuxsh.free.fr/tools/cetools-${PV}.tar.gz \ - file://sean-hsieh.patch;patch=1" + file://sean-hsieh.patch;apply=yes" S = "${WORKDIR}/cetools-${PV}" PR = "r1" |