diff options
Diffstat (limited to 'packages/pme')
-rw-r--r-- | packages/pme/pme_1.0.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/pme/pme_1.0.3.bb b/packages/pme/pme_1.0.3.bb index 9cfad5dfdd..2e1cab6117 100644 --- a/packages/pme/pme_1.0.3.bb +++ b/packages/pme/pme_1.0.3.bb @@ -1,8 +1,9 @@ -SECTION = "unknown" +SECTION = "libs" 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" +PR = "r1" inherit autotools |