diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-05 02:10:02 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:52:58 +0100 |
commit | 2d75424332db9ca78ebc4b909dffc70c8403b771 (patch) | |
tree | 4e99a2cf77e4fd250740f30469e7aab11c2fc96b /meta-oe | |
parent | 47e94807f7cf79e75f2a81036a71fc714087ae6f (diff) | |
download | meta-openembedded-2d75424332db9ca78ebc4b909dffc70c8403b771.tar.gz |
gpm: include /usr/share/emacs/site-lisp in PN
* fixes:
gpm-1.99.7: gpm: Files/directories were installed but not shipped
/usr/share
/usr/share/emacs
/usr/share/emacs/site-lisp
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/gpm/gpm_1.99.7.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb index bd42de3dc..38cd2c3fd 100644 --- a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb +++ b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb | |||
@@ -5,6 +5,8 @@ SECTION = "console/utils" | |||
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://gpm2/core/main.c;endline=19;md5=66d3c205c4e7ee5704b2ee351dfed72f" | 6 | LIC_FILES_CHKSUM = "file://gpm2/core/main.c;endline=19;md5=66d3c205c4e7ee5704b2ee351dfed72f" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | DEPENDS = "ncurses" | 10 | DEPENDS = "ncurses" |
9 | 11 | ||
10 | SRC_URI = "ftp://arcana.linux.it/pub/gpm/gpm-${PV}.tar.bz2 \ | 12 | SRC_URI = "ftp://arcana.linux.it/pub/gpm/gpm-${PV}.tar.bz2 \ |
@@ -41,3 +43,4 @@ do_install () { | |||
41 | SRC_URI[md5sum] = "9fdddf5f53cb11d40bb2bb671d3ac544" | 43 | SRC_URI[md5sum] = "9fdddf5f53cb11d40bb2bb671d3ac544" |
42 | SRC_URI[sha256sum] = "6071378b24494e36ca3ef6377606e7e565040413c86704753a162d2180af32ee" | 44 | SRC_URI[sha256sum] = "6071378b24494e36ca3ef6377606e7e565040413c86704753a162d2180af32ee" |
43 | 45 | ||
46 | FILES_${PN} += "${datadir}/emacs" | ||