File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ mythtv-plugins_pkg_setup() {
5151 MYTHPLUGINS=" ${MYTHPLUGINS} mythmusic"
5252 MYTHPLUGINS=" ${MYTHPLUGINS} mythnetvision"
5353 MYTHPLUGINS=" ${MYTHPLUGINS} mythnews"
54- if [[ ${MY_PV} == " 0 .24.1 " ]]; then
54+ if [[ ${MY_PV} =~ 0 \ . 24\. [0-9] ]]; then
5555 MYTHPLUGINS=" ${MYTHPLUGINS} mythvideo"
5656 fi
5757 MYTHPLUGINS=" ${MYTHPLUGINS} mythweather"
@@ -77,7 +77,7 @@ mythtv-plugins_src_prepare() {
7777mythtv-plugins_src_configure () {
7878 cd " ${S} "
7979
80- if hasq ${PN} ${MYTHPLUGINS} ; then
80+ if has ${PN} ${MYTHPLUGINS} ; then
8181 for x in ${MYTHPLUGINS} ; do
8282 if [[ ${PN} == ${x} ]] ; then
8383 myconf=" ${myconf} --enable-${x} "
@@ -99,7 +99,7 @@ mythtv-plugins_src_compile() {
9999}
100100
101101mythtv-plugins_src_install () {
102- if hasq ${PN} ${MYTHPLUGINS}
102+ if has ${PN} ${MYTHPLUGINS}
103103 then
104104 cd " ${S} " /${PN}
105105 else
You can’t perform that action at this time.
0 commit comments