diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-04 00:00:59 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-04 00:00:59 +0000 |
commit | 78f5f8df30c8917900332138d6688b7470878d9e (patch) | |
tree | 18d17a59150bf8ac0cd7aa7235c899a13e0cb153 /meta/packages/glibc | |
parent | bb2a5c981019c80d319c6254c5994b7d158c65bd (diff) | |
download | poky-78f5f8df30c8917900332138d6688b7470878d9e.tar.gz |
Various fixes after recent commit breakage
Diffstat (limited to 'meta/packages/glibc')
-rw-r--r-- | meta/packages/glibc/ldconfig-native_2.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/glibc/ldconfig-native_2.5.bb b/meta/packages/glibc/ldconfig-native_2.5.bb index c221ba1608..1cd691e7bf 100644 --- a/meta/packages/glibc/ldconfig-native_2.5.bb +++ b/meta/packages/glibc/ldconfig-native_2.5.bb | |||
@@ -5,6 +5,8 @@ SRC_URI = "file://ldconfig-native-2.5.tar.bz2 \ | |||
5 | 5 | ||
6 | inherit native | 6 | inherit native |
7 | 7 | ||
8 | S = "${WORKDIR}/${PN}-${PV}" | ||
9 | |||
8 | do_compile () { | 10 | do_compile () { |
9 | $CC ldconfig.c -std=gnu99 chroot_canon.c xmalloc.c xstrdup.c cache.c readlib.c -I. dl-cache.c -o ldconfig | 11 | $CC ldconfig.c -std=gnu99 chroot_canon.c xmalloc.c xstrdup.c cache.c readlib.c -I. dl-cache.c -o ldconfig |
10 | } | 12 | } |