diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-27 13:01:05 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 13:01:05 +0000 |
commit | 901ffa524e8e012d2352f4c62a1c8dbac418432a (patch) | |
tree | aaeeadf35ec2486779985156389f2af2d68eb047 /packages/nonworking/libbtctl | |
parent | a25707631d7354c6b64a27d8622d9bc8556646d8 (diff) |
nonworking: remove a couple of obsolete files. please don't put files loosely here, put them into directories
Diffstat (limited to 'packages/nonworking/libbtctl')
-rw-r--r-- | packages/nonworking/libbtctl/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/libbtctl/libbtctl_0.4.1.bb | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packages/nonworking/libbtctl/.mtn2git_empty b/packages/nonworking/libbtctl/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/libbtctl/.mtn2git_empty diff --git a/packages/nonworking/libbtctl/libbtctl_0.4.1.bb b/packages/nonworking/libbtctl/libbtctl_0.4.1.bb new file mode 100644 index 0000000000..0d507c8e10 --- /dev/null +++ b/packages/nonworking/libbtctl/libbtctl_0.4.1.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "Bluetooth helper library for Glib/GTK/GNOME applications" +HOMEPAGE = "http://usefulinc.com/software/gnome-bluetooth/" +LICENSE="GPLv2" + +DEPENDS = "glib-2.0 bluez-libs" + +SRC_URI = "http://downloads.usefulinc.com/libbtctl/libbtctl-0.4.1.tar.gz" + +inherit pkgconfig autotools |