1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

chrpath: Add chrpath 0.13 based on recipe from OE.dev

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-15 11:10:56 +00:00
parent dd2a0e06f5
commit aa65b67722
+12
View File
@@ -0,0 +1,12 @@
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"