Quantcast
Channel: [EN] OpenPLi Third-Party Development
Viewing all articles
Browse latest Browse all 1689

include a patch in .bb ?

$
0
0

i wanna include a patch epgcache.h in enigma2.bb is that simple just add for exemple:

 

PR = "${INC_PR}.0"

SRC_URI = "file://small_hdd_bugfix.patch \
           file://fix_madwifi.patch \

           file://epgcache.patch \
           file://enigma2_de.mo"
SRC_URI[mips32el.md5sum] = "5d9c18719eb6914a8a7e75fef907dfa9"
SRC_URI[mips32el.sha256sum] = "0d42885d613404f591f9f4d0c3331e2c208fa81bb484b02e5a8faeaeeb0c2bbd"
SRC_URI[mips32el-nf.md5sum] = "652658db65788ef12388abe1918c43b3"
SRC_URI[mips32el-nf.sha256sum] = "341c8a8d2468dc3bb034d235c3a2c07017704d69a418ae6567ab879364040dc1"

do_install_append(){
        cp ${WORKDIR}/enigma2_de.mo ${D}/usr/share/enigma2/po/de/LC_MESSAGES/enigma2.mo
}

require enigma2-bin-3.2.inc

 

or i must make yocto and devshell and all this thing ..???

and i see epgcache.h in lib/dvb/epgcache.h is that means that i must create the folder lib then dvd and introduce the patch or just put it with the enigma2 folder ????


Viewing all articles
Browse latest Browse all 1689

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>