diff options
Diffstat (limited to 'meta/recipes-sato/puzzles/puzzles_r10116.bb')
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_r10116.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_r10116.bb b/meta/recipes-sato/puzzles/puzzles_r10116.bb index ef5392b68f..6ee4d962b2 100644 --- a/meta/recipes-sato/puzzles/puzzles_r10116.bb +++ b/meta/recipes-sato/puzzles/puzzles_r10116.bb | |||
@@ -7,7 +7,9 @@ MOD_PV = "${@d.getVar('PV',1)[1:]}" | |||
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc" | 8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV}" | 10 | SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV} \ |
11 | file://fix-compiling-failure-with-option-g-O.patch \ | ||
12 | " | ||
11 | 13 | ||
12 | S = "${WORKDIR}/${BPN}" | 14 | S = "${WORKDIR}/${BPN}" |
13 | 15 | ||