diff options
Diffstat (limited to 'recipes/python/python-pyserial_2.4.bb')
-rw-r--r-- | recipes/python/python-pyserial_2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pyserial_2.4.bb b/recipes/python/python-pyserial_2.4.bb index 1e16a2b5cf..4e1b30f16f 100644 --- a/recipes/python/python-pyserial_2.4.bb +++ b/recipes/python/python-pyserial_2.4.bb @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" LICENSE = "PSF" SRCNAME = "pyserial" -PR = "ml1" +PR = "ml2" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" |