aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gpm
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-05 02:10:02 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-11 01:52:58 +0100
commit2d75424332db9ca78ebc4b909dffc70c8403b771 (patch)
tree4e99a2cf77e4fd250740f30469e7aab11c2fc96b /meta-oe/recipes-support/gpm
parent47e94807f7cf79e75f2a81036a71fc714087ae6f (diff)
downloadmeta-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/recipes-support/gpm')
-rw-r--r--meta-oe/recipes-support/gpm/gpm_1.99.7.bb3
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 bd42de3dc8..38cd2c3fde 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"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://gpm2/core/main.c;endline=19;md5=66d3c205c4e7ee5704b2ee351dfed72f"
+PR = "r1"
+
DEPENDS = "ncurses"
SRC_URI = "ftp://arcana.linux.it/pub/gpm/gpm-${PV}.tar.bz2 \
@@ -41,3 +43,4 @@ do_install () {
SRC_URI[md5sum] = "9fdddf5f53cb11d40bb2bb671d3ac544"
SRC_URI[sha256sum] = "6071378b24494e36ca3ef6377606e7e565040413c86704753a162d2180af32ee"
+FILES_${PN} += "${datadir}/emacs"