diff options
| -rw-r--r-- | meta/recipes-devtools/chrpath/chrpath_0.13.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.13.bb b/meta/recipes-devtools/chrpath/chrpath_0.13.bb index 38ae2f797e..b812175c44 100644 --- a/meta/recipes-devtools/chrpath/chrpath_0.13.bb +++ b/meta/recipes-devtools/chrpath/chrpath_0.13.bb | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | DESCRIPTION = "chrpath allows you to change the rpath (where the application \ | 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 \ | 2 | looks for libraries) in an application. It does not (yet) allow you to add an \ |
| 3 | rpath if there isn't one already." | 3 | rpath if there isn't one already." |
| 4 | LICENSE = "GPL" | 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | PR = "r2" | 6 | PR = "r2" |
| 6 | 7 | ||
| 7 | SRC_URI = "${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz" | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz" |
