diff options
Diffstat (limited to 'recipes/time/time_1.7.bb')
-rw-r--r-- | recipes/time/time_1.7.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/time/time_1.7.bb b/recipes/time/time_1.7.bb index f8843283ca..6e0253ff4e 100644 --- a/recipes/time/time_1.7.bb +++ b/recipes/time/time_1.7.bb @@ -1,9 +1,9 @@ require time.inc SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \ - file://debian.patch;apply=yes" -# file://autofoo.patch;apply=yes \ -# file://compile.patch;apply=yes" + file://debian.patch" +# file://autofoo.patch \ +# file://compile.patch" S = "${WORKDIR}/time-${PV}" inherit autotools |