diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-29 12:08:03 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-29 12:08:03 +0000 |
commit | f14a7cc1eeb78a19a5156fff554ead68c213bf2b (patch) | |
tree | 98ef59e7d505595889d37223352ce63bdc640aa0 | |
parent | 4f94b1678a5ed7e10c9cf7e3eae506d4fe50d696 (diff) |
libnids 1.18 explicitly DEPEND on libnet-1.0
-rw-r--r-- | packages/libnids/libnids_1.18.bb | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/packages/libnids/libnids_1.18.bb b/packages/libnids/libnids_1.18.bb index 8323a7ec7d..cf887457a2 100644 --- a/packages/libnids/libnids_1.18.bb +++ b/packages/libnids/libnids_1.18.bb @@ -1,17 +1,21 @@ -LICENSE = "GPL" -SECTION = "libs" -DEPENDS = "libnet libpcap" DESCRIPTION = "Libnids performs assembly of TCP segments \ into TCP streams, IP defragmentation, and TCP port \ scan detection." +LICENSE = "GPL" +SECTION = "libs" +DEPENDS = "libnet-1.0 libpcap" +PR = "r1" -SRC_URI = "${SOURCEFORGE_MIRROR}/libnids/libnids-${PV}.tar.gz \ - file://configure.patch;patch=1" +SRC_URI = "\ + ${SOURCEFORGE_MIRROR}/libnids/libnids-${PV}.tar.gz \ + file://configure.patch;patch=1" inherit autotools -EXTRA_OECONF = "--with-libpcap=${STAGING_LIBDIR}/.. \ - --with-libnet=${STAGING_LIBDIR}/.." +EXTRA_OECONF = "\ + --with-libpcap=${STAGING_LIBDIR}/.. \ + --with-libnet=${STAGING_LIBDIR}/.. \ +" EXTRA_OEMAKE = "'install_prefix=${D}'" do_stage () { |