diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2014-01-30 23:28:30 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-02-16 21:34:49 +0000 |
commit | dd1ca18fb9ced69f027897d97e073d2107a9f1fd (patch) | |
tree | 4e9a5365440f30c8063f0e02a17eeef5515c59e8 | |
parent | 5b499287f2be91a898507b668d492b20eb7e8b24 (diff) | |
download | meta-openembedded-dd1ca18fb9ced69f027897d97e073d2107a9f1fd.tar.gz |
klibc.inc: remove ${PR} leftover
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index bf37c0e84..c2eabfa48 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -53,4 +53,4 @@ do_configure () { | |||
53 | ln -sf "${STAGING_DIR_TARGET}${exec_prefix}" linux | 53 | ln -sf "${STAGING_DIR_TARGET}${exec_prefix}" linux |
54 | } | 54 | } |
55 | 55 | ||
56 | THIS_LIBKLIBC = "libklibc (= ${PV}-${PR})" | 56 | THIS_LIBKLIBC = "libklibc (= ${PV})" |