diff options
Diffstat (limited to 'recipes/bt-gps')
-rw-r--r-- | recipes/bt-gps/bt-gps.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/bt-gps/bt-gps.bb b/recipes/bt-gps/bt-gps.bb index afcae4a708..51b4937d33 100644 --- a/recipes/bt-gps/bt-gps.bb +++ b/recipes/bt-gps/bt-gps.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Turns your Neo Freerunner into a bluetooth GPS" SECTION = "console/network" PRIORITY = "optional" LICENSE = "GPL" -RDEPENDS = "python python-pygtk gps-utils" +RDEPENDS_${PN} = "python python-pygtk gps-utils" SRC_URI = "http://handheldshell.com/software/fso/btgps.tgz \ " |