Skip to content

Commit e216010

Browse files
author
Mike Looijmans
committed
openwebif: Sanitize version number
The version number automatically increments with each git release. Reset the PR number, and replace the "0.1" in the version number with a simple "1". This is to help migrate to newer OE versions where PR will be controlled by the build server.
1 parent 6480daa commit e216010

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

enigma2-plugin-extensions-openwebif.bb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ DEPENDS = "python-cheetah-native"
77
RDEPENDS_${PN} = "python-cheetah python-json python-unixadmin python-misc python-pyopenssl python-shell aio-grab"
88

99
inherit gitpkgv
10-
PV = "0.1+git${SRCPV}"
11-
PKGV = "0.1+git${GITPKGV}"
12-
PR = "r0.72"
10+
PV = "1+git${SRCPV}"
11+
PKGV = "1+git${GITPKGV}"
1312

1413
require openplugins-distutils.inc
1514

0 commit comments

Comments
 (0)