diff options
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.24.29.bb (renamed from meta/recipes-gnome/gtk+/gtk+_2.24.28.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_git.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.28.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.29.bb index e343773662..675ef6d80b 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.24.28.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.24.29.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${PV}.tar.xz \ | |||
12 | file://strict-prototypes.patch \ | 12 | file://strict-prototypes.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "bfacf87b2ea67e4e5c7866a9003e6526" | 15 | SRC_URI[md5sum] = "1b7a3689f65617387b5b54520f4439e8" |
16 | SRC_URI[sha256sum] = "b2c6441e98bc5232e5f9bba6965075dcf580a8726398f7374d39f90b88ed4656" | 16 | SRC_URI[sha256sum] = "0741c59600d3d810a223866453dc2bbb18ce4723828681ba24aa6519c37631b8" |
17 | 17 | ||
18 | EXTRA_OECONF = "--enable-xkb --disable-glibtest --disable-cups --disable-xinerama" | 18 | EXTRA_OECONF = "--enable-xkb --disable-glibtest --disable-cups --disable-xinerama" |
19 | 19 | ||
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index dab5440d8f..346f43bc9c 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
@@ -21,7 +21,7 @@ PV = "0.0+git${SRCPV}" | |||
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | inherit autotools-brokensep distro_features_check | 24 | inherit autotools-brokensep distro_features_check pkgconfig |
25 | 25 | ||
26 | PACKAGECONFIG ??= "gtk2" | 26 | PACKAGECONFIG ??= "gtk2" |
27 | PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+," | 27 | PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+," |