From aa65b6772212c3ca6596bbc1059e27fdf12baf94 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 15 Dec 2009 11:10:56 +0000 Subject: chrpath: Add chrpath 0.13 based on recipe from OE.dev Signed-off-by: Joshua Lock --- meta/packages/chrpath/chrpath_0.13.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/packages/chrpath/chrpath_0.13.bb (limited to 'meta/packages/chrpath') diff --git a/meta/packages/chrpath/chrpath_0.13.bb b/meta/packages/chrpath/chrpath_0.13.bb new file mode 100644 index 000000000..e843de687 --- /dev/null +++ b/meta/packages/chrpath/chrpath_0.13.bb @@ -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" -- cgit v1.2.3