[oe-commits] org.oe.dev chrpath: add cross version

koen commit openembedded-commits at lists.openembedded.org
Sat May 5 14:57:25 UTC 2007


chrpath: add cross version

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

#
# mt diff -r01934ad009d7360bf545928c2bcd36cb01025282 -rad0a43b0a94e40adf9266413b01b10d23ad394f7
#
# 
# 
# add_file "packages/chrpath/chrpath.inc"
#  content [26bd318a3407d764b00ea5400ae95bc8c94f8180]
# 
# add_file "packages/chrpath/chrpath_0.13.bb"
#  content [b7875a84e6eb9006b314e083547a2777a5becb51]
# 
# patch "packages/chrpath/chrpath-native_0.13.bb"
#  from [8d22a6dd6ee40d2f5a541e2d585f7a17f395b8de]
#    to [6e47279c5eb3211040386ac314b996c7ffb1cf6e]
# 
============================================================
--- packages/chrpath/chrpath.inc	26bd318a3407d764b00ea5400ae95bc8c94f8180
+++ packages/chrpath/chrpath.inc	26bd318a3407d764b00ea5400ae95bc8c94f8180
@@ -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_${PV}.orig.tar.gz"
+
+inherit autotools
+
+S = "${WORKDIR}/chrpath-${PV}"
+
+
============================================================
--- packages/chrpath/chrpath_0.13.bb	b7875a84e6eb9006b314e083547a2777a5becb51
+++ packages/chrpath/chrpath_0.13.bb	b7875a84e6eb9006b314e083547a2777a5becb51
@@ -0,0 +1 @@
+require chrpath.inc
============================================================
--- packages/chrpath/chrpath-native_0.13.bb	8d22a6dd6ee40d2f5a541e2d585f7a17f395b8de
+++ packages/chrpath/chrpath-native_0.13.bb	6e47279c5eb3211040386ac314b996c7ffb1cf6e
@@ -1,10 +1,3 @@
-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"
+require chrpath.inc
 
+inherit native
-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