chrpath: add native version so we can munge bogus rpath entries
authorKoen Kooi <koen@openembedded.org>
Thu, 26 Apr 2007 18:55:36 +0000 (18:55 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 26 Apr 2007 18:55:36 +0000 (18:55 +0000)
packages/chrpath/.mtn2git_empty [new file with mode: 0644]
packages/chrpath/chrpath-native_0.13.bb [new file with mode: 0644]

diff --git a/packages/chrpath/.mtn2git_empty b/packages/chrpath/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/chrpath/chrpath-native_0.13.bb b/packages/chrpath/chrpath-native_0.13.bb
new file mode 100644 (file)
index 0000000..c9cc911
--- /dev/null
@@ -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}"
+
+