diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-07-09 04:25:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:03 +0100 |
commit | 33ec0e115c5c2e3c86d9389b6cb9e92811385b8f (patch) | |
tree | 449aaed693498d208cb62d87278d46fdeaa1f0df /meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb | |
parent | cd3fcdd4c18ba75944615fb4f2eed4e77828a2a2 (diff) | |
download | poky-33ec0e115c5c2e3c86d9389b6cb9e92811385b8f.tar.gz |
pcmanfm: fix build with automake 1.12.x
Added a patch:
pcmanfm_fix_for_automake_1.12.patch
More information in the patch header.
(From OE-Core rev: fee7861dcaef40ab86888a12fc2550d03463f98a)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb')
-rw-r--r-- | meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb b/meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb index 545367a943..576b4baa43 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb | |||
@@ -11,7 +11,7 @@ SECTION = "x11" | |||
11 | DEPENDS = "gtk+ startup-notification libfm" | 11 | DEPENDS = "gtk+ startup-notification libfm" |
12 | DEPENDS_append_poky = " libowl" | 12 | DEPENDS_append_poky = " libowl" |
13 | 13 | ||
14 | PR = "r0" | 14 | PR = "r1" |
15 | 15 | ||
16 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|mips.*|powerpc.*|sh.*)-(linux|freebsd.*)' | 16 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|mips.*|powerpc.*|sh.*)-(linux|freebsd.*)' |
17 | 17 | ||
@@ -20,7 +20,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ | |||
20 | file://gnome-fs-regular.png \ | 20 | file://gnome-fs-regular.png \ |
21 | file://gnome-mime-text-plain.png \ | 21 | file://gnome-mime-text-plain.png \ |
22 | file://emblem-symbolic-link.png \ | 22 | file://emblem-symbolic-link.png \ |
23 | file://cross-compile-fix.patch" | 23 | file://cross-compile-fix.patch \ |
24 | file://pcmanfm_fix_for_automake_1.12.patch" | ||
24 | 25 | ||
25 | SRC_URI_append_poky = " file://owl-window-menu.patch" | 26 | SRC_URI_append_poky = " file://owl-window-menu.patch" |
26 | 27 | ||