diff options
Diffstat (limited to 'recipes/gpephone/firewall_svn.bb')
-rw-r--r-- | recipes/gpephone/firewall_svn.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/gpephone/firewall_svn.bb b/recipes/gpephone/firewall_svn.bb new file mode 100644 index 0000000000..b3d7aee848 --- /dev/null +++ b/recipes/gpephone/firewall_svn.bb @@ -0,0 +1,16 @@ +LICENSE = "LiPS" +DESCRIPTION = "Cellphone firewall tool" +SECTION = "gpe" +PRIORITY = "optional" +PR = "r0" +PV = "0.0+svnr-${SRCREV}" + +DEFAULT_PREFERENCE = "-1" + +DEPENDS = "gtk+ libmsgenabler libabenabler libiac libgpewidget libgpephone gconf-dbus" + +inherit gpephone autotools pkgconfig + +SRC_URI = "${GPEPHONE_SVN}" + +S = "${WORKDIR}/${PN}" |