diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/tslib/tslib_1.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_5.0.4.bb | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb index 54ff3d4a9f..2c4b325e20 100644 --- a/meta/recipes-graphics/tslib/tslib_1.0.bb +++ b/meta/recipes-graphics/tslib/tslib_1.0.bb | |||
@@ -21,8 +21,8 @@ SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \ | |||
21 | 21 | ||
22 | SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e" | 22 | SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e" |
23 | SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8" | 23 | SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8" |
24 | SRC_URI_append_qemumips += " file://32bitBE-support.patch" | 24 | SRC_URI_append_qemumips = " file://32bitBE-support.patch" |
25 | SRC_URI_append_qemuppc += " file://32bitBE-support.patch" | 25 | SRC_URI_append_qemuppc = " file://32bitBE-support.patch" |
26 | 26 | ||
27 | 27 | ||
28 | inherit autotools pkgconfig | 28 | inherit autotools pkgconfig |
diff --git a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb index 3d1bc43e47..273cc726a1 100644 --- a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb +++ b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | |||
@@ -15,7 +15,7 @@ SRC_URI[md5sum] = "254a72fc67505e3aa52884c729cd7b97" | |||
15 | SRC_URI[sha256sum] = "959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c" | 15 | SRC_URI[sha256sum] = "959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c" |
16 | PR = "r2" | 16 | PR = "r2" |
17 | 17 | ||
18 | SRC_URI_append_poky += " file://owl-menu.patch;apply=yes " | 18 | SRC_URI_append_poky = " file://owl-menu.patch;apply=yes " |
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||
diff --git a/meta/recipes-support/gmp/gmp_5.0.4.bb b/meta/recipes-support/gmp/gmp_5.0.4.bb index cb2ca5b983..f79443827f 100644 --- a/meta/recipes-support/gmp/gmp_5.0.4.bb +++ b/meta/recipes-support/gmp/gmp_5.0.4.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
4 | file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" | 4 | file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" |
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | SRC_URI_append += "file://use-includedir.patch \ | 7 | SRC_URI_append = " file://use-includedir.patch \ |
8 | file://gmp_fix_for_x32.patch \ | 8 | file://gmp_fix_for_x32.patch \ |
9 | file://gmp_fix_for_automake-1.12.patch \ | 9 | file://gmp_fix_for_automake-1.12.patch \ |
10 | " | 10 | " |