diff --git a/recipes-txt/pcr-calc/pcr-calc_git.bb b/recipes-txt/pcr-calc/pcr-calc_git.bb index 2d0976b..b0a7ab3 100644 --- a/recipes-txt/pcr-calc/pcr-calc_git.bb +++ b/recipes-txt/pcr-calc/pcr-calc_git.bb @@ -9,8 +9,8 @@ PR = "p0" LICENSE = "GPL-2.0" S = "${WORKDIR}/git" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -DEPENDS = "pyelftools-native" -RDEPENDS_${PN} = "python python-argparse python-compression python-mmap python-netclient python-textutils pyelftools" +DEPENDS = "python-pyelftools-native" +RDEPENDS_${PN} = "python python-argparse python-compression python-mmap python-netclient python-textutils python-pyelftools" SRC_URI += " \ git://github.com/flihp/pcr-calc.git \ "