diff options
| author | Saul Wold <sgw@linux.intel.com> | 2012-03-13 11:38:45 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 13:03:11 +0000 |
| commit | 0d1ea0ddcf3cb445a6b0bb3e1641aaa1de317a12 (patch) | |
| tree | 06a02efb7b438a3c17de8581bb85b792c6915ead | |
| parent | 8776baa31800578dc3b98dd656819151659d7630 (diff) | |
| download | poky-0d1ea0ddcf3cb445a6b0bb3e1641aaa1de317a12.tar.gz | |
autoconf: remove emacs mode files to fix warnings
WARNING: For recipe autoconf, the following files/directories were installed but not shipped in any package:
WARNING: /usr/share/emacs
WARNING: /usr/share/emacs/site-lisp
WARNING: /usr/share/emacs/site-lisp/autotest-mode.elc
WARNING: /usr/share/emacs/site-lisp/autotest-mode.el
WARNING: /usr/share/emacs/site-lisp/autoconf-mode.el
WARNING: /usr/share/emacs/site-lisp/autoconf-mode.elc
(From OE-Core rev: abbad3e5e799c7cda5543a48d68fdd0a7a642b96)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 4 | ||||
| -rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.68.bb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index e7ae3398ac..80a5d92914 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
| @@ -16,3 +16,7 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ | |||
| 16 | file://program_prefix.patch" | 16 | file://program_prefix.patch" |
| 17 | 17 | ||
| 18 | inherit autotools | 18 | inherit autotools |
| 19 | |||
| 20 | do_install_append() { | ||
| 21 | rm -rf ${D}${datadir}/emacs | ||
| 22 | } | ||
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb index 63db7d1b97..f1b506a946 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.68.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require autoconf.inc | 1 | require autoconf.inc |
| 2 | 2 | ||
| 3 | PR = "r5" | 3 | PR = "r6" |
| 4 | 4 | ||
| 5 | PARALLEL_MAKE = "" | 5 | PARALLEL_MAKE = "" |
| 6 | 6 | ||
