chrpath: add cross version
authorKoen Kooi <koen@openembedded.org>
Sat, 5 May 2007 14:59:56 +0000 (14:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 5 May 2007 14:59:56 +0000 (14:59 +0000)
packages/chrpath/chrpath-native_0.13.bb
packages/chrpath/chrpath.inc [new file with mode: 0644]
packages/chrpath/chrpath_0.13.bb [new file with mode: 0644]

index c9cc911..6ba8feb 100644 (file)
@@ -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"
-
-SRC_URI = "http://ftp.debian.org/debian/pool/main/c/chrpath/chrpath_0.13.orig.tar.gz"
-
-inherit autotools native
-
-S = "${WORKDIR}/chrpath-${PV}"
-
+require chrpath.inc
 
+inherit native
diff --git a/packages/chrpath/chrpath.inc b/packages/chrpath/chrpath.inc
new file mode 100644 (file)
index 0000000..1858d47
--- /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_${PV}.orig.tar.gz"
+
+inherit autotools
+
+S = "${WORKDIR}/chrpath-${PV}"
+
+
diff --git a/packages/chrpath/chrpath_0.13.bb b/packages/chrpath/chrpath_0.13.bb
new file mode 100644 (file)
index 0000000..15392d9
--- /dev/null
@@ -0,0 +1 @@
+require chrpath.inc