diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-26 19:18:12 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-26 19:18:12 +0000 |
commit | 2fe85b7a8468403904f563aa9d5dfcfd9539826c (patch) | |
tree | 69a605bd6b2942632573c06eee0a9c9e36d3a92f /recipes/sdr/hamlib_1.2.9.bb | |
parent | 84efca2e2ad21d3d7cea68c0327f91aaf773eb67 (diff) |
many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
Diffstat (limited to 'recipes/sdr/hamlib_1.2.9.bb')
-rw-r--r-- | recipes/sdr/hamlib_1.2.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sdr/hamlib_1.2.9.bb b/recipes/sdr/hamlib_1.2.9.bb index 8815c622e6..b959cee3a0 100644 --- a/recipes/sdr/hamlib_1.2.9.bb +++ b/recipes/sdr/hamlib_1.2.9.bb @@ -1,7 +1,7 @@ DESCRIPTION = "The Ham Radio Control Libraries, Hamlib for short, is a development effort to provide a consistent interface for programmers wanting to incorporate radio control in their programs" LICENSE = "GPLv2" -DEPENDS = "swig-native perl python libusb-compat tcl gnuradio" +DEPENDS = "swig-native perl python virtual/libusb0 tcl gnuradio" SRC_URI = "${SOURCEFORGE_MIRROR}/hamlib/hamlib-${PV}.tar.gz" |