diff options
author | Philip Balister <philip@balister.org> | 2006-10-22 22:26:13 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2006-10-22 22:26:13 +0000 |
commit | c14983a0af980ae070a362de170f4ce2e1441fbf (patch) | |
tree | a0c045af4db228b16e98ef50a99c8bb87c023b64 /packages | |
parent | 7f69380511203ec4a0ee5ce48d949495bc322492 (diff) |
packages/usrp/usrp_0.12.bb : Install the usrp test programs in the image.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/usrp/usrp_0.12.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/usrp/usrp_0.12.bb b/packages/usrp/usrp_0.12.bb index fcaeebbde4..5fc6969f8c 100644 --- a/packages/usrp/usrp_0.12.bb +++ b/packages/usrp/usrp_0.12.bb @@ -7,7 +7,9 @@ RDEPENDS = "python-core" PR = "r0" SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/usrp-${PV}.tar.gz \ - file://usb11.patch;patch=1" + file://usb11.patch;patch=1" \ + file://install_test.patch;patch=1" + S = "${WORKDIR}/usrp-${PV}" inherit autotools pkgconfig |