]> code.ossystems Code Review - openembedded-core.git/commitdiff
chrpath: Add chrpath 0.13 based on recipe from OE.dev
authorJoshua Lock <josh@linux.intel.com>
Tue, 15 Dec 2009 11:10:56 +0000 (11:10 +0000)
committerJoshua Lock <josh@linux.intel.com>
Tue, 15 Dec 2009 13:16:13 +0000 (13:16 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/chrpath/chrpath_0.13.bb [new file with mode: 0644]

diff --git a/meta/packages/chrpath/chrpath_0.13.bb b/meta/packages/chrpath/chrpath_0.13.bb
new file mode 100644 (file)
index 0000000..e843de6
--- /dev/null
@@ -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"