diff options
author | Greg Gilbert <greg@treke.net> | 2004-11-11 07:58:02 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2004-11-11 07:58:02 +0000 |
commit | dd81b9c0783482953b934ad6f9db20af42bc649a (patch) | |
tree | bae3c52c29e6110e92394e5e8d058935efa1b235 /bluez-utils | |
parent | b8c6f9c62a4d235d9a40508e60e711e187428ca5 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into olddog.home.treke.net:/home/ggilbert/oe/packages
2004/11/10 23:56:46-08:00 treke.net!ggilbert
Adding license field to numerous oe's
BKrev: 41931b8aM9b0i5CGPNUKzDjvOBgvjw
Diffstat (limited to 'bluez-utils')
-rw-r--r-- | bluez-utils/bluez-utils_2.10.oe | 1 | ||||
-rw-r--r-- | bluez-utils/bluez-utils_2.9.oe | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bluez-utils/bluez-utils_2.10.oe b/bluez-utils/bluez-utils_2.10.oe index d8da9337dc..d5f974791a 100644 --- a/bluez-utils/bluez-utils_2.10.oe +++ b/bluez-utils/bluez-utils_2.10.oe @@ -4,6 +4,7 @@ PRIORITY = "optional" DEPENDS = "bluez-libs pcmcia-cs dbus" RPROVIDES = "bluez-pan bluez-sdp" PR = "r2" +LICENSE = "GPL" SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://dbus.patch;patch=1 \ diff --git a/bluez-utils/bluez-utils_2.9.oe b/bluez-utils/bluez-utils_2.9.oe index 18244f6a2d..e907bb6973 100644 --- a/bluez-utils/bluez-utils_2.9.oe +++ b/bluez-utils/bluez-utils_2.9.oe @@ -4,6 +4,7 @@ PRIORITY = "optional" DEPENDS = "bluez-libs pcmcia-cs" RPROVIDES = "bluez-pan bluez-sdp" PR = "r3" +LICENSE = "GPL" SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://bluetooth_conf.patch;patch=1" |