[OE-core] [PATCH 04/16] texinfo: Fix case where ${B} != ${S}

Richard Purdie richard.purdie at linuxfoundation.org
Thu Mar 21 15:55:03 UTC 2013


The install function needs to reference generated files in ${B}.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/texinfo/texinfo_4.13a.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
index 960cc5e..febb85a 100644
--- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb
+++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
@@ -43,7 +43,7 @@ do_compile_prepend() {
 
 do_install_append() {
 	mkdir -p ${D}${datadir}/${tex_texinfo}
-	install -p -m644 doc/texinfo.tex doc/txi-??.tex ${D}${datadir}/${tex_texinfo} 	
+	install -p -m644 ${S}/doc/texinfo.tex ${S}/doc/txi-??.tex ${D}${datadir}/${tex_texinfo} 	
 }
 do_install_append_class-native() {
 	install -m 755 info/makedoc ${D}${bindir}
-- 
1.7.10.4





More information about the Openembedded-core mailing list