diff options
Diffstat (limited to 'meta/recipes-support/libfm')
| -rw-r--r-- | meta/recipes-support/libfm/libfm-1.1.2.2/ignore_automake_warnings.patch | 14 | ||||
| -rw-r--r-- | meta/recipes-support/libfm/libfm_1.1.2.2.bb | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-support/libfm/libfm-1.1.2.2/ignore_automake_warnings.patch b/meta/recipes-support/libfm/libfm-1.1.2.2/ignore_automake_warnings.patch new file mode 100644 index 0000000000..58a2f09d66 --- /dev/null +++ b/meta/recipes-support/libfm/libfm-1.1.2.2/ignore_automake_warnings.patch | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
| 4 | diff -Nurd libfm-1.1.2.2/configure.ac libfm-1.1.2.2/configure.ac | ||
| 5 | --- libfm-1.1.2.2/configure.ac 2013-08-22 23:16:09.000000000 +0300 | ||
| 6 | +++ libfm-1.1.2.2/configure.ac 2013-10-25 01:35:18.110323079 +0300 | ||
| 7 | @@ -3,7 +3,7 @@ | ||
| 8 | |||
| 9 | AC_PREREQ([2.63]) | ||
| 10 | AC_INIT([libfm], [1.1.2.2], [http://pcmanfm.sourceforge.net/]) | ||
| 11 | -AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | ||
| 12 | +AM_INIT_AUTOMAKE([-Wall foreign]) | ||
| 13 | AC_CONFIG_MACRO_DIR(m4) | ||
| 14 | AC_CONFIG_HEADERS([config.h]) | ||
diff --git a/meta/recipes-support/libfm/libfm_1.1.2.2.bb b/meta/recipes-support/libfm/libfm_1.1.2.2.bb index 1146d16503..8460223ee3 100644 --- a/meta/recipes-support/libfm/libfm_1.1.2.2.bb +++ b/meta/recipes-support/libfm/libfm_1.1.2.2.bb | |||
| @@ -12,6 +12,7 @@ DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native libexif" | |||
| 12 | 12 | ||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \ |
| 14 | file://fix-make-parallelism-issue.patch \ | 14 | file://fix-make-parallelism-issue.patch \ |
| 15 | file://ignore_automake_warnings.patch \ | ||
| 15 | " | 16 | " |
| 16 | 17 | ||
| 17 | SRC_URI[md5sum] = "ea3d09b23ef4c37cb84ae57ea16b8f08" | 18 | SRC_URI[md5sum] = "ea3d09b23ef4c37cb84ae57ea16b8f08" |
