summaryrefslogtreecommitdiff
path: root/packages/chrpath/chrpath-native_0.13.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-04-26 18:55:36 +0000
committerKoen Kooi <koen@openembedded.org>2007-04-26 18:55:36 +0000
commit85b935ff16f306532c20d9e838aba3a1e0f86594 (patch)
tree67debe1ce74a79b42be82831892e491216bba99f /packages/chrpath/chrpath-native_0.13.bb
parentf85eb47f08abf99f426e0d533b0f4f05886775c0 (diff)
chrpath: add native version so we can munge bogus rpath entries
Diffstat (limited to 'packages/chrpath/chrpath-native_0.13.bb')
-rw-r--r--packages/chrpath/chrpath-native_0.13.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/chrpath/chrpath-native_0.13.bb b/packages/chrpath/chrpath-native_0.13.bb
new file mode 100644
index 0000000000..c9cc9112a3
--- /dev/null
+++ b/packages/chrpath/chrpath-native_0.13.bb
@@ -0,0 +1,10 @@
+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 = "http://ftp.debian.org/debian/pool/main/c/chrpath/chrpath_0.13.orig.tar.gz"
+
+inherit autotools native
+
+S = "${WORKDIR}/chrpath-${PV}"
+
+