diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/chrpath/chrpath_0.13.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/chrpath/chrpath_0.13.bb b/meta/packages/chrpath/chrpath_0.13.bb new file mode 100644 index 0000000000..e843de6872 --- /dev/null +++ b/meta/packages/chrpath/chrpath_0.13.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "chrpath allows you to change the rpath (where the application \ | ||
2 | looks for libraries) in an application. It does not (yet) allow you to add an \ | ||
3 | rpath if there isn't one already." | ||
4 | LICENSE = "GPL" | ||
5 | |||
6 | SRC_URI = "${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz" | ||
7 | |||
8 | inherit autotools | ||
9 | |||
10 | S = "${WORKDIR}/chrpath-${PV}" | ||
11 | |||
12 | BBCLASSEXTEND = "native" | ||