libnids 1.18 explicitly DEPEND on libnet-1.0
authorMichael Lauer <mickey@vanille-media.de>
Sun, 29 Jun 2008 12:08:03 +0000 (12:08 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 29 Jun 2008 12:08:03 +0000 (12:08 +0000)
packages/libnids/libnids_1.18.bb

index 8323a7e..cf88745 100644 (file)
@@ -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 () {