blob: 124f0101051c2fc259c5eaec13eadfb76858aa47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "GPE network security tool"
SECTION = "gpe"
LICENSE = "GPL"
DEPENDS = "libgpewidget iptables virtual/kernel"
RDEPENDS = "iptables"
RRECOMMENDS = "kernel-module-ipt-state"
PR = "r1"
inherit gpe pkgconfig
SRC_URI += " file://uncrypt-startup-error.patch;patch=1 "
|