Skip to content

Commit

Permalink
Updated redhawk dependencies to reflect new meta-redhawk-sdr.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcamwol committed Jun 1, 2018
1 parent ab3aa71 commit df44571
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions recipes-components/psd/psd_2.0.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LICENSE = "CLOSED"
# NOTE: This recipe requires the USRP UHD driver and hardware installed
# which is provided by the meta-sdr layer which relies on meta-ettus.

DEPENDS = "redhawk-bulkio redhawk-core uhd"
RDEPENDS_${PN} = "redhawk-bulkio redhawk-core uhd"
DEPENDS = "bulkioInterfaces uhd"
RDEPENDS_${PN} = "bulkioInterfaces uhd"

RH_COMPONENT_NAME="psd"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LICENSE = "CLOSED"
# NOTE: This recipe requires the USRP UHD driver and hardware installed
# which is provided by the meta-sdr layer which relies on meta-ettus.

DEPENDS = "redhawk-core redhawk-bulkio uhd"
RDEPENDS_${PN} = "redhawk-core redhawk-bulkio uhd"
DEPENDS = "bulkioInterfaces uhd"
RDEPENDS_${PN} = "bulkioInterfaces uhd"

RH_COMPONENT_NAME="RFNoC_TestComponent"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LICENSE = "CLOSED"
# NOTE: This recipe requires the USRP UHD driver and hardware installed
# which is provided by the meta-sdr layer which relies on meta-ettus.

DEPENDS = "redhawk-bulkio redhawk-core uhd liquid-dsp fftwf"
RDEPENDS_${PN} = "redhawk-bulkio redhawk-core uhd liquid-dsp fftwf"
DEPENDS = "bulkioInterfaces uhd liquid-dsp fftwf"
RDEPENDS_${PN} = "bulkioInterfaces uhd liquid-dsp fftwf"

RH_COMPONENT_NAME="TuneFilterDecimate"

Expand Down
4 changes: 2 additions & 2 deletions recipes-dependencies/rf-noc-rh/rf-noc-rh_1.0.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LICENSE = "CLOSED"
# NOTE: This recipe requires the USRP UHD driver and hardware installed
# which is provided by the meta-sdr layer which relies on meta-ettus.

DEPENDS = "redhawk-core uhd"
RDEPENDS_${PN} = "redhawk-core uhd"
DEPENDS = "redhawk uhd"
RDEPENDS_${PN} = "redhawk uhd"

RH_DEPS_NAME="RFNoC_RH"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LICENSE = "CLOSED"
# NOTE: This recipe requires the USRP UHD driver and hardware installed
# which is provided by the meta-sdr layer which relies on meta-ettus.

DEPENDS = "redhawk-core rf-noc-rh uhd"
RDEPENDS_${PN} = "redhawk-core rf-noc-rh uhd"
DEPENDS = "redhawk rf-noc-rh uhd"
RDEPENDS_${PN} = "redhawk rf-noc-rh uhd"

RH_DEVICE_NAME="RFNoC_DefaultPersona"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LICENSE = "CLOSED"
# NOTE: This recipe requires the USRP UHD driver and hardware installed
# which is provided by the meta-sdr layer which relies on meta-ettus.

DEPENDS = "redhawk-core redhawk-bulkio redhawk-frontend rf-noc-rh uhd"
RDEPENDS_${PN} = "redhawk-core redhawk-bulkio redhawk-frontend rf-noc-rh uhd"
DEPENDS = "frontendInterfaces rf-noc-rh uhd"
RDEPENDS_${PN} = "frontendInterfaces rf-noc-rh uhd"

RH_DEVICE_NAME="RFNoC_ProgrammableDevice"

Expand Down
2 changes: 1 addition & 1 deletion recipes-softpkg/liquid-dsp-rh/liquid-dsp-rh_1.2.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LICENSE = "CLOSED"
# which is provided by the meta-sdr layer which relies on meta-ettus.

DEPENDS = ""
RDEPENDS_${PN} = "boost-filesystem boost-serialization boost-system boost-thread libfftwf omniorb redhawk-core util-linux-libuuid"
RDEPENDS_${PN} = "boost-filesystem boost-serialization boost-system boost-thread libfftwf omniorb redhawk util-linux-libuuid"

RH_DEPS_NAME="liquid-dsp-rh"

Expand Down

0 comments on commit df44571

Please sign in to comment.