From patchwork Wed Dec 5 18:30:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [66/77] gpm: include /usr/share/emacs/site-lisp in PN Date: Wed, 05 Dec 2012 18:30:24 -0000 From: Martin Jansa X-Patchwork-Id: 40465 Message-Id: <66c43de67ed507ac407eee7689a1cc2feb84bb2a.1354731625.git.Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * 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 --- meta-oe/recipes-support/gpm/gpm_1.99.7.bb | 3 +++ 1 file changed, 3 insertions(+) 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 bd42de3..38cd2c3 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"