Jump to content


Photo

How to join gbk encoding patch into openpli3.0 build environment?


  • Please log in to reply
3 replies to this topic

#1 gegone

  • Member
  • 8 posts

0
Neutral

Posted 22 February 2014 - 03:56

 

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



Re: How to join gbk encoding patch into openpli3.0 build environment? #2 gegone

  • Member
  • 8 posts

0
Neutral

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 avp3

  • Senior Member
  • 32 posts

0
Neutral

Posted 4 March 2014 - 13:47

I think a better way is to change the file of libdvdsi++.



Re: How to join gbk encoding patch into openpli3.0 build environment? #4 eastnj

  • Member
  • 4 posts

0
Neutral

Posted 12 March 2014 - 14:00

SRC_URI = "git://.... \

     file://xx.patch;apply=yes \ "

 

and put the patch "xx.patch" to subdir enigma2




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users