diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-03-02 00:12:52 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-21 16:42:24 +0100 |
commit | f3d71ec0e087b0a0c5767a8b4d1c1f3375387fcd (patch) | |
tree | 1794b319093bfb2df33d4b98649df8389c563b16 /meta-xfce | |
parent | 18d9ac032014280e3f4c24959b42a8b039f902c8 (diff) | |
download | meta-openembedded-f3d71ec0e087b0a0c5767a8b4d1c1f3375387fcd.tar.gz |
xfce4-dev-tools: update to 4.12.0
to be honest: have no idea what the patch was for. Tested complete xfce 4.12
without issues. So remove it.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools-4.11.0/xdt-autogen_dependency.patch | 13 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.12.0.bb (renamed from meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.11.0.bb) | 9 |
2 files changed, 3 insertions, 19 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools-4.11.0/xdt-autogen_dependency.patch b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools-4.11.0/xdt-autogen_dependency.patch deleted file mode 100644 index 8e6bd3542..000000000 --- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools-4.11.0/xdt-autogen_dependency.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | diff --git a/scripts/Makefile.am b/scripts/Makefile.am | ||
2 | index f2f0600..8e677dc 100644 | ||
3 | --- a/scripts/Makefile.am | ||
4 | +++ b/scripts/Makefile.am | ||
5 | @@ -10,7 +10,7 @@ bin_SCRIPTS = \ | ||
6 | xdt-autogen \ | ||
7 | xdt-commit | ||
8 | |||
9 | -xdt-autogen: Makefile $(srcdir)/xdt-autogen.in | ||
10 | +xdt-autogen: Makefile xdt-autogen.in | ||
11 | rm -f xdt-autogen xdt-autogen.gen | ||
12 | sed -e 's,\@DATADIR\@,$(datadir),g' \ | ||
13 | xdt-autogen.in \ | ||
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.11.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.12.0.bb index 5884ef64c..5557f6df9 100644 --- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.11.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.12.0.bb | |||
@@ -9,12 +9,9 @@ inherit autotools pkgconfig | |||
9 | 9 | ||
10 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |
11 | 11 | ||
12 | SRC_URI = " \ | 12 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" |
13 | http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2 \ | 13 | SRC_URI[md5sum] = "559202c4d9650e23696c44aa94cfc5a9" |
14 | file://xdt-autogen_dependency.patch \ | 14 | SRC_URI[sha256sum] = "e2e3a654fe9110df81f8c2483c9cbfa6d656fed15d5e5e717d6ef10bd0f5b5cb" |
15 | " | ||
16 | SRC_URI[md5sum] = "36112d0256092c30bd1b47105c547edf" | ||
17 | SRC_URI[sha256sum] = "2dccdd4935716a97db28464ba2403572ce03134fd7adf294e1a59eaf297e6555" | ||
18 | 15 | ||
19 | do_install_append() { | 16 | do_install_append() { |
20 | install -d ${D}${datadir}/aclocal | 17 | install -d ${D}${datadir}/aclocal |