mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
libhugetlbfs: remove obsolete python/perl dependencies
There is no perl used in the build, and no python installed in ${PN}.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/libhugetlbfs/libhugetlbfs"
|
|||||||
LICENSE = "LGPL-2.1-only"
|
LICENSE = "LGPL-2.1-only"
|
||||||
LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "bash python3-core"
|
RDEPENDS:${PN} += "bash"
|
||||||
RDEPENDS:${PN}-tests += "bash python3-core python3-resource"
|
RDEPENDS:${PN}-tests += "bash python3-core python3-resource"
|
||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
@@ -47,7 +47,7 @@ TARGET_CC_ARCH += "${LDFLAGS}"
|
|||||||
|
|
||||||
LDFLAGS += "-B${S}"
|
LDFLAGS += "-B${S}"
|
||||||
|
|
||||||
inherit autotools-brokensep cpan-base
|
inherit autotools-brokensep
|
||||||
|
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
ln -sf ld.hugetlbfs ${S}/ld
|
ln -sf ld.hugetlbfs ${S}/ld
|
||||||
|
|||||||
Reference in New Issue
Block a user