Skip to content

Commit

Permalink
libmetal: Change DEPENDS from eudev to udev
Browse files Browse the repository at this point in the history
Starting gatesgarth, we will be moving to SYSTEMD. systemd provides udev
package. eudev is sysvinit fork for systemd's udev and conflicts when
DISTRO_FEATURE is set to systemd.  Update the DEPENDENCY package in libmetal

Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
  • Loading branch information
ckalluri73 committed Jul 14, 2021
1 parent bb519f0 commit 7f94402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-openamp/libmetal/libmetal.inc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ S = "${WORKDIR}/git"

# if user want to enable hugetlbfs support, please
# add "DEPENDS_append_pn-libmetal = " libhugetlbfs "" to your local.conf
DEPENDS = "sysfsutils eudev"
DEPENDS = "sysfsutils udev"
RDEPENDS_${PN} += "libudev"

PROVIDES = "libmetal"
Expand Down

0 comments on commit 7f94402

Please sign in to comment.