[oe-commits] Stanislav Brabec : tcl-native, tk-native: New packages. Needed for compilation of geda/pcb.

GIT User account git at amethyst.openembedded.net
Tue Dec 16 15:22:47 UTC 2008


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

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Tue Dec 16 14:39:41 2008 +0000

tcl-native, tk-native: New packages. Needed for compilation of geda/pcb.

---

 packages/tcltk/tcl-native_8.4.11.bb |   22 ++++++++++++++++++++++
 packages/tcltk/tk-native_8.4.11.bb  |   22 ++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/packages/tcltk/tcl-native_8.4.11.bb b/packages/tcltk/tcl-native_8.4.11.bb
new file mode 100644
index 0000000..9b1df81
--- /dev/null
+++ b/packages/tcltk/tcl-native_8.4.11.bb
@@ -0,0 +1,22 @@
+inherit native
+include tcl_8.4.11.bb
+
+do_stage() {
+	oe_libinstall -a libtclstub8.4 ${STAGING_LIBDIR}
+	oe_libinstall -so libtcl8.4 ${STAGING_LIBDIR}
+	sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh
+        sed -i "s,-L${libdir},," tclConfig.sh
+	install -d ${STAGING_BINDIR}/
+	install -m 0755 tclConfig.sh ${STAGING_BINDIR}
+	install -m 0755 tclsh ${STAGING_BINDIR}/tclsh8.4
+        ln -s tclsh8.4 ${STAGING_BINDIR}/tclsh
+	cd ..
+	for dir in compat generic unix
+	do
+		install -d ${STAGING_INCDIR}/tcl${PV}/$dir
+		install -m 0644 $dir/*.h ${STAGING_INCDIR}/tcl${PV}/$dir/
+	done
+	install -m 0644 generic/tcl.h ${STAGING_INCDIR}
+	install -m 0644 generic/tclDecls.h ${STAGING_INCDIR}
+	install -m 0644 generic/tclPlatDecls.h ${STAGING_INCDIR}
+}
diff --git a/packages/tcltk/tk-native_8.4.11.bb b/packages/tcltk/tk-native_8.4.11.bb
new file mode 100644
index 0000000..cd02008
--- /dev/null
+++ b/packages/tcltk/tk-native_8.4.11.bb
@@ -0,0 +1,22 @@
+DEPENDS = "tcl-native"
+inherit native
+include tk_8.4.11.bb
+
+do_stage() {
+        oe_libinstall -a libtkstub8.4 ${STAGING_LIBDIR}
+        oe_libinstall -so libtk8.4 ${STAGING_LIBDIR}
+        sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tkConfig.sh
+        install -m 0755 tkConfig.sh ${STAGING_BINDIR}
+	install -m 0755 wish ${STAGING_BINDIR}/wish8.4
+	ln -s wish8.4 ${STAGING_BINDIR}/wish
+	cd ..
+	#for dir in compat generic unix
+	#do
+	#	install -d ${STAGING_INCDIR}/tk${PV}/$dir
+	#install -m 0644 $dir/*.h ${STAGING_INCDIR}/tk${PV}/$dir/
+	#done
+	install -m 0644 generic/tk.h ${STAGING_INCDIR}
+	install -m 0644 generic/tkDecls.h ${STAGING_INCDIR}
+	install -m 0644 generic/tkPlatDecls.h ${STAGING_INCDIR}
+
+}





More information about the Openembedded-commits mailing list