summaryrefslogtreecommitdiff
path: root/meta/packages/chrpath
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2009-12-15 11:10:56 +0000
committerJoshua Lock <josh@linux.intel.com>2009-12-15 13:16:13 +0000
commitaa65b6772212c3ca6596bbc1059e27fdf12baf94 (patch)
treef40f23b3bca1713ef56322edcf8f20c588511e33 /meta/packages/chrpath
parentdd2a0e06f5392c57708965898844ee28dee0881f (diff)
downloadopenembedded-core-aa65b6772212c3ca6596bbc1059e27fdf12baf94.tar.gz
openembedded-core-aa65b6772212c3ca6596bbc1059e27fdf12baf94.tar.bz2
openembedded-core-aa65b6772212c3ca6596bbc1059e27fdf12baf94.tar.xz
openembedded-core-aa65b6772212c3ca6596bbc1059e27fdf12baf94.zip
chrpath: Add chrpath 0.13 based on recipe from OE.dev
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/chrpath')
-rw-r--r--meta/packages/chrpath/chrpath_0.13.bb12
1 files changed, 12 insertions, 0 deletions
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"