fixed do_install bug.
authorkos <kos@dev3>
Fri, 1 Feb 2013 10:01:58 +0000 (19:01 +0900)
committerkos <kos@dev3>
Fri, 1 Feb 2013 10:01:58 +0000 (19:01 +0900)
meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins.bb
meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins/Makefile.am

index ea99d0b..ae9e05c 100755 (executable)
@@ -11,7 +11,7 @@ SRCREV="c8fc96e8e51e1ef71e1709f9dd6f733007f9463e"
 SRCDATE="20110215"
 BRANCH="master"
 PV = "experimental-git${SRCDATE}"
 SRCDATE="20110215"
 BRANCH="master"
 PV = "experimental-git${SRCDATE}"
-PR = "r8"
+PR = "r9"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
@@ -85,8 +85,8 @@ do_unpack_append(){
        modify_po()
 }
 
        modify_po()
 }
 
-do_install_prepend_vuplus() {
-       mv ${WORKDIR}/Makefile.am ${S}/easymedia/po
+do_configure_prepend_vuplus() {
+       cp -av ${WORKDIR}/Makefile.am ${S}/easymedia/po/
 }
 
 do_install_append_vuplus() {
 }
 
 do_install_append_vuplus() {
index c6e5fb4..73fc76a 100644 (file)
@@ -24,7 +24,7 @@ default: $(DOMAIN).pot $(LANGPO) merge $(LANGMO)
        done
 
 merge:
        done
 
 merge:
-       #for lang in $(LANGS); do msgmerge --no-location -s -N -U $$lang.po $(DOMAIN).pot; done
+       echo "dummy"
 
 
 # the TRANSLATORS: allows putting translation comments before the to-be-translated line.
 
 
 # the TRANSLATORS: allows putting translation comments before the to-be-translated line.