[oe] [PATCH] bison-native-2.3 missing data

Roman I Khimov roman at khimov.ru
Fri Feb 13 10:29:27 UTC 2009


Hello again.

Third one is bug 5012 (http://bugs.openembedded.net/show_bug.cgi?id=5012):

Current bison-native installation script misses several data files.
This might break packages requiring them.

--- a/packages/bison/bison-native_2.3.bb	2009-02-03 12:27:57.808843341 +0300
+++ b/packages/bison/bison-native_2.3.bb	2009-02-03 16:22:50.611053189 +0300
@@ -15,6 +15,6 @@ exec ${STAGING_BINDIR}/bison -y "\$@"
 EOF
 	chmod a+rx ${STAGING_BINDIR}/yacc
 	install -d ${STAGING_DATADIR}/bison/m4sugar
-	install -m 0755 data/c.m4 data/glr.c data/lalr1.cc data/yacc.c ${STAGING_DATADIR}/bison/
+	install -m 0755 data/c.m4 data/c++.m4 data/glr.c data/glr.cc data/lalr1.cc data/location.cc data/yacc.c ${STAGING_DATADIR}/bison/
 	install -m 0755 data/m4sugar/m4sugar.m4 ${STAGING_DATADIR}/bison/m4sugar/
 }


-- 
                            Roman
 http://roman.khimov.ru
mailto: roman at khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090213/d1a7556a/attachment-0002.sig>


More information about the Openembedded-devel mailing list