mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 07:19:39 +01:00
13 lines
358 B
BlitzBasic
13 lines
358 B
BlitzBasic
DESCRIPTION = "chrpath allows you to change the rpath (where the application \
|
|
looks for libraries) in an application. It does not (yet) allow you to add an \
|
|
rpath if there isn't one already."
|
|
LICENSE = "GPL"
|
|
|
|
SRC_URI = "${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz"
|
|
|
|
inherit autotools
|
|
|
|
S = "${WORKDIR}/chrpath-${PV}"
|
|
|
|
BBCLASSEXTEND = "native"
|