summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.12.bb
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-08-04 18:36:23 +0800
committerSaul Wold <sgw@linux.intel.com>2011-08-04 09:08:00 -0700
commit3d5666a68f44229294be1a1a994e23ab142b5bb4 (patch)
tree78756f859aaf46a73ed0ce1a7efd57073e37c9f5 /meta/recipes-core/eglibc/eglibc_2.12.bb
parentd3e0b0bfb7a42c2235a4fd17ce13ca0c949dccba (diff)
downloadpoky-3d5666a68f44229294be1a1a994e23ab142b5bb4.tar.gz
eglibc-package.inc: Fixed error in referencing PKGSUFFIX
[YOCTO #1329] Added the missing $ when referencing PKGSUFFIX in FILES_* variables set. [RP: Added PR bumps] (From OE-Core rev: cd5440f6fa4b1d470c722039b4d2ea6f9b4bfd88) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.12.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
index 1ada8927b0..3a95b59fb9 100644
--- a/meta/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
@@ -1,7 +1,7 @@
1require eglibc.inc 1require eglibc.inc
2 2
3DEPENDS += "gperf-native" 3DEPENDS += "gperf-native"
4PR = "r20" 4PR = "r21"
5 5
6SRCREV = "14158" 6SRCREV = "14158"
7 7