mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
tangogps: fix doc instalation
* incorectly installs doc to /usr/doc and isn't picked by FILES_ tangogps-0.99.4: tangogps: Files/directories were installed but not shipped /usr/doc /usr/doc/tangogps /usr/doc/tangogps/INSTALL /usr/doc/tangogps/NEWS /usr/doc/tangogps/TODO /usr/doc/tangogps/README /usr/doc/tangogps/ChangeLog /usr/doc/tangogps/AUTHORS /usr/doc/tangogps/COPYING Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ SECTION = "x11/applications"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
DEPENDS = "curl gtk+ sqlite3 libexif libsoup-2.4 bluez4"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz \
|
||||
file://remove.unused.header.patch \
|
||||
@@ -17,3 +17,7 @@ SRC_URI[sha256sum] = "660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec
|
||||
inherit autotools pkgconfig gconf
|
||||
|
||||
RRECOMMENDS_${PN} = "gpsd"
|
||||
|
||||
do_install_append() {
|
||||
mv ${D}${prefix}/doc ${D}${datadir} || true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user