[oe-commits] org.oe.dev chrpath: add native version so we can munge bogus rpath entries

koen commit openembedded-commits at lists.openembedded.org
Fri Apr 27 00:06:34 UTC 2007


chrpath: add native version so we can munge bogus rpath entries

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: e0e204be080e4ef9a975b39de650caf997f08be1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e0e204be080e4ef9a975b39de650caf997f08be1
Files:
1
packages/chrpath
packages/chrpath/chrpath-native_0.13.bb
Diffs:

#
# mt diff -r08cbc30674ce310546ef66d2e6c26231d5c7b7a0 -re0e204be080e4ef9a975b39de650caf997f08be1
#
# 
# 
# add_dir "packages/chrpath"
# 
# add_file "packages/chrpath/chrpath-native_0.13.bb"
#  content [8d22a6dd6ee40d2f5a541e2d585f7a17f395b8de]
# 
============================================================
--- packages/chrpath/chrpath-native_0.13.bb	8d22a6dd6ee40d2f5a541e2d585f7a17f395b8de
+++ packages/chrpath/chrpath-native_0.13.bb	8d22a6dd6ee40d2f5a541e2d585f7a17f395b8de
@@ -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}"
+
+






More information about the Openembedded-commits mailing list