[oe-commits] org.oe.dreambox enigma2: install header files into staging

tmbinc commit oe at amethyst.openembedded.net
Tue May 6 14:40:51 UTC 2008


enigma2: install header files into staging

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 1a00ff48fcf47e86ba4fec4bc409f19480582af6
ViewMTN: http://monotone.openembedded.org/revision/info/1a00ff48fcf47e86ba4fec4bc409f19480582af6
Files:
1
packages/enigma2/enigma2.bb
Diffs:

#
# mt diff -r3a88f17ad3397e69eefe79d7d72aef24244a4e55 -r1a00ff48fcf47e86ba4fec4bc409f19480582af6
#
#
#
# patch "packages/enigma2/enigma2.bb"
#  from [ffc3781d1becb6b20b1510d9f24690e552b695cb]
#    to [cbbd08129f0f7340cd838cda54348e11663a2885]
#
============================================================
--- packages/enigma2/enigma2.bb	ffc3781d1becb6b20b1510d9f24690e552b695cb
+++ packages/enigma2/enigma2.bb	cbbd08129f0f7340cd838cda54348e11663a2885
@@ -72,3 +72,12 @@ python populate_packages_prepend () {
 
 	do_split_packages(d, enigma2_plugindir, '(.*?/.*?)/.*', 'enigma2-plugin-%s', '%s ', recursive=True, match_path=True, prepend=True)
 }
+
+do_stage_append() {
+	install -d ${STAGING_INCDIR}/enigma2
+	install -m 0644 ${WORKDIR}/enigma2/include/*.h ${STAGING_INCDIR}/enigma2
+	for dir in actions base components driver dvb dvb/lowlevel dvb_ci gdi gui mmi nav python service; do
+		install -d ${STAGING_INCDIR}/enigma2/lib/$dir;
+		install -m 0644 ${WORKDIR}/enigma2/lib/$dir/*.h ${STAGING_INCDIR}/enigma2/lib/$dir;
+	done
+}






More information about the Openembedded-commits mailing list