diff options
Diffstat (limited to 'recipes/qpe-nmap/qpe-nmap_0.02.bb')
-rw-r--r-- | recipes/qpe-nmap/qpe-nmap_0.02.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qpe-nmap/qpe-nmap_0.02.bb b/recipes/qpe-nmap/qpe-nmap_0.02.bb index c607776bc9..9afb4789f3 100644 --- a/recipes/qpe-nmap/qpe-nmap_0.02.bb +++ b/recipes/qpe-nmap/qpe-nmap_0.02.bb @@ -2,7 +2,7 @@ DESCRIPTION = "A frontend for the nmap port scanner, Qt/Embedded Palmtop Environ SECTION = "opie/applications" PRIORITY = "optional" LICENSE = "GPL" -RDEPENDS = "nmap" +RDEPENDS_${PN} = "nmap" PR = "r0" SRC_URI = "http://www.bluelightning.org/qpe-nmap/files/qpe-nmap-${PV}.tar.bz2" |