diff options
Diffstat (limited to 'recipes/beep/beep_1.2.2.bb')
-rw-r--r-- | recipes/beep/beep_1.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/beep/beep_1.2.2.bb b/recipes/beep/beep_1.2.2.bb index e0ddfd972e..25d55dc200 100644 --- a/recipes/beep/beep_1.2.2.bb +++ b/recipes/beep/beep_1.2.2.bb @@ -6,7 +6,7 @@ LICENSE = "GPL" PR = "r3" SRC_URI = "http://johnath.com/beep/beep-${PV}.tar.gz" -SRC_URI += "file://linux-input.patch;patch=1" +SRC_URI += "file://linux-input.patch;apply=yes" S = "${WORKDIR}/beep-${PV}" |