From: Koen Kooi Date: Thu, 26 Apr 2007 18:55:36 +0000 (+0000) Subject: chrpath: add native version so we can munge bogus rpath entries X-Git-Tag: Release-2010-05/1~8868^2~660^2~45 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85b935ff16f306532c20d9e838aba3a1e0f86594;p=openembedded.git chrpath: add native version so we can munge bogus rpath entries --- diff --git a/packages/chrpath/.mtn2git_empty b/packages/chrpath/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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}" + +