I built a enigma2 directory in the path / meta-openpli/recips-openpli/enigma2 , put GBK patch file into and modify enigma2.bb file. when compiling the patch prompted GBK patch is empty. How to deal with
How to join gbk encoding patch into openpli3.0 build environment?
Started by gegone, 22 Feb 2014 03:56
3 replies to this topic
Re: How to join gbk encoding patch into openpli3.0 build environment? #2
Posted 22 February 2014 - 04:13
gst-plugins-ugly-mad \
gst-plugins-ugly-mpegaudioparse \
gst-plugins-ugly-mpegstream \
"
+SRC_URI += " \
+ file://gbk.patch \
+ "
# DVD playback is integrated, we need the libraries
RDEPENDS_${PN} += "libdreamdvd"
RRECOMMENDS_${PN} += "libdvdcss"
install -d ${D}${sysconfdir}/enigma2
}
addtask openpli_preinstall after do_compile before do_install
+addtask openpli_precompile after do_patch before do_configure
do_openpli_branding() {
Re: How to join gbk encoding patch into openpli3.0 build environment? #3
Re: How to join gbk encoding patch into openpli3.0 build environment? #4
Posted 12 March 2014 - 14:00
SRC_URI = "git://.... \
and put the patch "xx.patch" to subdir enigma2
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users