diff options
Diffstat (limited to 'packages/pme/pme_1.0.3.bb')
-rw-r--r-- | packages/pme/pme_1.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pme/pme_1.0.3.bb b/packages/pme/pme_1.0.3.bb index a9adcbf513..75269c3432 100644 --- a/packages/pme/pme_1.0.3.bb +++ b/packages/pme/pme_1.0.3.bb @@ -3,7 +3,7 @@ DEPENDS = "libpcre" LICENSE = "BSD" DESCRIPTION = "PME is a C++ wrapper around the PCRE library." SRC_URI = "http://xaxxon.slackworks.com/pme/pme-${PV}.tar.gz" -FILE_PR = "r1" +PR = "r1" inherit autotools |