diff options
-rw-r--r-- | meta/recipes-sato/pimlico/dates/make-382.patch | 16 | ||||
-rw-r--r-- | meta/recipes-sato/pimlico/dates_git.bb | 5 |
2 files changed, 19 insertions, 2 deletions
diff --git a/meta/recipes-sato/pimlico/dates/make-382.patch b/meta/recipes-sato/pimlico/dates/make-382.patch new file mode 100644 index 0000000000..9147361261 --- /dev/null +++ b/meta/recipes-sato/pimlico/dates/make-382.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | Make 3.82 is offended by the use of spaces instead of tabs. This has been fixed | ||
2 | in upstream git. | ||
3 | |||
4 | JL - 15/12/10 | ||
5 | |||
6 | Index: git/Makefile.am | ||
7 | =================================================================== | ||
8 | --- git.orig/Makefile.am | ||
9 | +++ git/Makefile.am | ||
10 | @@ -7,5 +7,5 @@ DISTCLEANFILES = intltool-extract intlto | ||
11 | MAINTAINERCLEANFILES = $(DISTCLEANFILES) aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing | ||
12 | |||
13 | snapshot: | ||
14 | - $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||
15 | + $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||
16 | |||
diff --git a/meta/recipes-sato/pimlico/dates_git.bb b/meta/recipes-sato/pimlico/dates_git.bb index 49ca4eca86..d09f4e6216 100644 --- a/meta/recipes-sato/pimlico/dates_git.bb +++ b/meta/recipes-sato/pimlico/dates_git.bb | |||
@@ -6,8 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |||
6 | file://src/gconf-bridge.c;endline=22;md5=ad7626c6daf4aec590474a243f4912fa" | 6 | file://src/gconf-bridge.c;endline=22;md5=ad7626c6daf4aec590474a243f4912fa" |
7 | 7 | ||
8 | PV = "0.4.11+git${SRCPV}" | 8 | PV = "0.4.11+git${SRCPV}" |
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | SRC_URI = "git://git.gnome.org/${PN};protocol=git" | 13 | SRC_URI = "git://git.gnome.org/${PN};protocol=git \ |
14 | file://make-382.patch" | ||