[oe-commits] Roman Khimov : bison-native_2.3.bb: Copy all bison data

GIT User account git at amethyst.openembedded.net
Sat Feb 14 06:22:38 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f03f431e75c4e8d5f811a95595821189315a0da1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f03f431e75c4e8d5f811a95595821189315a0da1

Author: Roman Khimov <roman at khimov.ru>
Date:   Fri Feb 13 22:21:19 2009 -0800

bison-native_2.3.bb: Copy all bison data

---

 packages/bison/bison-native_2.3.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/bison/bison-native_2.3.bb b/packages/bison/bison-native_2.3.bb
index ec2f269..af6249a 100644
--- a/packages/bison/bison-native_2.3.bb
+++ b/packages/bison/bison-native_2.3.bb
@@ -2,6 +2,7 @@ require bison_${PV}.bb
 SECTION = "devel"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/bison-${PV}"
 S = "${WORKDIR}/bison-${PV}"
+PR="r1"
 
 inherit native autotools
 
@@ -15,6 +16,7 @@ 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/
 }





More information about the Openembedded-commits mailing list