diff options
author | Koen Kooi <koen@openembedded.org> | 2005-11-28 12:42:00 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-28 12:42:00 +0000 |
commit | 6aa46d0452f49f35b94a13689fa556177f1eda28 (patch) | |
tree | e417c48505c90f3f392bd32889f5a3552ce08465 | |
parent | bd35f0e9a18c9680830d59f0879dc0341caf1dee (diff) |
ghettotooth: RPEDEPEND on perl and some style fixes
-rw-r--r-- | packages/ghettotooth/ghettotooth.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/ghettotooth/ghettotooth.bb b/packages/ghettotooth/ghettotooth.bb index f20f4580c7..02bf533e4f 100644 --- a/packages/ghettotooth/ghettotooth.bb +++ b/packages/ghettotooth/ghettotooth.bb @@ -1,6 +1,8 @@ SECTION = "net/misc" DESCRIPTION = "Bluetooth scanner" -MAINTAINER = "Bob Davies (tyggerbob@gmail.com)" +MAINTAINER = "Bob Davies <tyggerbob@gmail.com>" +LICENSE = "GPL" +RDEPENDS = "perl" SRC_URI = "http://www.wardriving.ch/hpneu/blue/perl/ghettotooth.pl" @@ -8,7 +10,6 @@ DEFAULT_PREFERENCE="-1" S = "${WORKDIR}" -LICENSE = "GPL" do_install() { install -d ${D}${bindir} install -m 0755 ghettotooth.pl ${D}${bindir}/ |