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/ngrep | |
parent | 7ac8c483e8b8ae61b971000cf245bde7bf52275b (diff) |
many recipes: change pcre to libpcre in DEPENDS
Diffstat (limited to 'packages/ngrep')
-rw-r--r-- | packages/ngrep/ngrep_1.42.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ngrep/ngrep_1.42.bb b/packages/ngrep/ngrep_1.42.bb index 64970ab994..7ff9aa1e6b 100644 --- a/packages/ngrep/ngrep_1.42.bb +++ b/packages/ngrep/ngrep_1.42.bb @@ -2,7 +2,7 @@ DESCRIPTION = "ngrep strives to provide most of GNU grep's \ common features, applying them to the network layer." SECTION = "console/network" PRIORITY = "optional" -DEPENDS = "libpcap pcre" +DEPENDS = "libpcap libpcre" LICENSE="ngrep" SRC_URI = "${SOURCEFORGE_MIRROR}/ngrep/ngrep-${PV}.tar.bz2 \ file://use-our-pcre.patch;patch=1" |