X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=inline;f=meta-openvuplus%2Frecipes-vuplus%2Fdreambox-dvbincludes%2Fdreambox-dvbincludes.bb;fp=meta-openvuplus%2Frecipes-vuplus%2Fdreambox-dvbincludes%2Fdreambox-dvbincludes.bb;h=7f5188a6081a7ab57f9744e9806f411057fc2396;hb=0e6c5d97c12ae5eb100dc835a2ec6df30c9ebb95;hp=0000000000000000000000000000000000000000;hpb=e56f897c120c6a2c70e6b3129dde975f92d105cc;p=vuplus_openvuplus diff --git a/meta-openvuplus/recipes-vuplus/dreambox-dvbincludes/dreambox-dvbincludes.bb b/meta-openvuplus/recipes-vuplus/dreambox-dvbincludes/dreambox-dvbincludes.bb new file mode 100644 index 0000000..7f5188a --- /dev/null +++ b/meta-openvuplus/recipes-vuplus/dreambox-dvbincludes/dreambox-dvbincludes.bb @@ -0,0 +1,34 @@ +SUMMARY = "This package provides dbox2/dreambox \ +compatible header files for the API to the drivers." + +MAINTAINER = "Felix Domke " + +PV="1" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://dbox/avs_core.h;beginline=1;endline=21;md5=b2ab401756a0768647ae13acb2e325ab" + +SRC_URI = "http://sources.dreamboxupdate.com/snapshots/include2.tar.gz" +SRC_URI[md5sum] = "9d236095a88d7ce9f3bf0503ee5237d6" +SRC_URI[sha256sum] = "739bc35bccdb1e4c6e14b77ab86808354eb6fd75434d3bd6236f3b3346805e02" + +S = "${WORKDIR}/include" + +ALLOW_EMPTY_dreambox-dvbincludes = "1" + +INPUT_FILES = "input_fake.h ci/ci.h dbox/avia_gt_pig.h dbox/avs_core.h \ + dbox/event.h dbox/fp.h dbox/info.h dbox/lcd.h dbox/saa7126_core.h \ + dbox/lcd-ks0713.h dbox/fb.h \ + dreambox/dreaminfo.h \ + tuxbox/hardware_dbox2.h tuxbox/hardware_dreambox.h tuxbox/hardware_pci.h \ + tuxbox/info.h tuxbox/info_dbox2.h tuxbox/kernel.h" + +do_install() { + install -d ${STAGING_INCDIR}/ci + install -d ${STAGING_INCDIR}/dbox + install -d ${STAGING_INCDIR}/dreambox + install -d ${STAGING_INCDIR}/tuxbox + for f in ${INPUT_FILES}; do + install -m 0644 ${S}/$f ${STAGING_INCDIR}/$f + done; +} +