diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2014-04-02 12:25:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-04 11:53:50 +0100 |
| commit | c04e085bee3aac14096bbdd3ef38ed540db2a670 (patch) | |
| tree | 58013011390f3a8ec759f5de17b9a81737a0f763 | |
| parent | 71bed6516ac23a7dd3e1b9af0b308ee539dc0d6f (diff) | |
| download | poky-c04e085bee3aac14096bbdd3ef38ed540db2a670.tar.gz | |
ed: remove infodir
* unlike 0.5 version, this doesn't use autotools.bbclass which removes infodir automatically
* fixes QA warning:
ed-1.9: The /usr/share/info/dir file is not meant to be shipped in a particular package.
(From OE-Core rev: 205621e3b9358a455e73122941fbbdcde9b2f2a3)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/ed/ed_1.9.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/ed/ed_1.9.bb b/meta/recipes-extended/ed/ed_1.9.bb index 8ae99cc3e8..d1621548dc 100644 --- a/meta/recipes-extended/ed/ed_1.9.bb +++ b/meta/recipes-extended/ed/ed_1.9.bb | |||
| @@ -22,4 +22,8 @@ do_configure() { | |||
| 22 | 22 | ||
| 23 | do_install() { | 23 | do_install() { |
| 24 | oe_runmake 'DESTDIR=${D}' install | 24 | oe_runmake 'DESTDIR=${D}' install |
| 25 | # Info dir listing isn't interesting at this point so remove it if it exists. | ||
| 26 | if [ -e "${D}${infodir}/dir" ]; then | ||
| 27 | rm -f ${D}${infodir}/dir | ||
| 28 | fi | ||
| 25 | } | 29 | } |
