diff options
Diffstat (limited to 'packages/python/python-pysqlite2_2.4.0.bb')
-rw-r--r-- | packages/python/python-pysqlite2_2.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-pysqlite2_2.4.0.bb b/packages/python/python-pysqlite2_2.4.0.bb index 50adcba006..3beea9e93f 100644 --- a/packages/python/python-pysqlite2_2.4.0.bb +++ b/packages/python/python-pysqlite2_2.4.0.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "BSD" DEPENDS = "sqlite3" SRCNAME = "pysqlite" -PR = "ml1" +FILE_PR = "ml1" SRC_URI = "http://initd.org/pub/software/pysqlite/releases/2.4/${PV}/${SRCNAME}-${PV}.tar.gz \ file://fix-setup.patch;patch=1" |