diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-09-09 11:58:12 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-09-09 11:58:12 +0000 |
commit | b7b9e11f6f7dcee422e51654099340c67c002e33 (patch) | |
tree | 9b76d63f631754738e04bc94b126df7364dd5b08 /packages/pme | |
parent | 7ac8c483e8b8ae61b971000cf245bde7bf52275b (diff) |
many recipes: change pcre to libpcre in DEPENDS
Diffstat (limited to 'packages/pme')
-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 3992c44b61..9cfad5dfdd 100644 --- a/packages/pme/pme_1.0.3.bb +++ b/packages/pme/pme_1.0.3.bb @@ -1,5 +1,5 @@ SECTION = "unknown" -DEPENDS = "pcre" +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" |