]> code.ossystems Code Review - openembedded-core.git/commitdiff
groff: clean up FILE after PACKAGE reorder
authorSaul Wold <sgw@linux.intel.com>
Wed, 6 Jun 2012 01:21:39 +0000 (18:21 -0700)
committerSaul Wold <sgw@linux.intel.com>
Wed, 20 Jun 2012 04:59:51 +0000 (21:59 -0700)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/groff/groff_1.20.1.bb

index ef2254815df6ff1391e3c6f2a62e168015bac8b6..c5a475a348a45c054cdbbb3c92f4c6b75691f8f2 100644 (file)
@@ -62,5 +62,7 @@ do_install_append_virtclass-native() {
                -M${STAGING_DIR_NATIVE}${datadir_native}/groff/${PV}/tmac
 }
 
+FILES_${PN} += "${libdir}/${BPN}/site-tmac \
+                ${libdir}/${BPN}/groffer/"
 
 BBCLASSEXTEND = "native"