diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-18 17:30:25 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-18 17:30:25 +0000 |
commit | 68eba7458a98d2dc2e3f835d8b3a54e811e6b950 (patch) | |
tree | b64e4f6241deafc4e92b0eff4b85933bb47b7266 /meta | |
parent | 8318e9aaabcf0ee3500316b1fba678269d3fe0f4 (diff) | |
download | poky-68eba7458a98d2dc2e3f835d8b3a54e811e6b950.tar.gz |
glibc: remove old ld.so.conf which adds /opt/QtPalmtop to library search path
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3551 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/glibc/glibc-2.4/etc/ld.so.conf | 3 | ||||
-rw-r--r-- | meta/packages/glibc/glibc_2.4.bb | 2 | ||||
-rw-r--r-- | meta/packages/glibc/glibc_2.5.bb | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/meta/packages/glibc/glibc-2.4/etc/ld.so.conf b/meta/packages/glibc/glibc-2.4/etc/ld.so.conf deleted file mode 100644 index 3f9b41aabb..0000000000 --- a/meta/packages/glibc/glibc-2.4/etc/ld.so.conf +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | /usr/local/lib | ||
2 | /opt/QtPalmtop/lib | ||
3 | |||
diff --git a/meta/packages/glibc/glibc_2.4.bb b/meta/packages/glibc/glibc_2.4.bb index c492444937..6a5e9f37d7 100644 --- a/meta/packages/glibc/glibc_2.4.bb +++ b/meta/packages/glibc/glibc_2.4.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require glibc.inc | 1 | require glibc.inc |
2 | 2 | ||
3 | PR = "r12" | 3 | PR = "r13" |
4 | 4 | ||
5 | # the -isystem in bitbake.conf screws up glibc do_stage | 5 | # the -isystem in bitbake.conf screws up glibc do_stage |
6 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" | 6 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" |
diff --git a/meta/packages/glibc/glibc_2.5.bb b/meta/packages/glibc/glibc_2.5.bb index 38602212c1..e353840a12 100644 --- a/meta/packages/glibc/glibc_2.5.bb +++ b/meta/packages/glibc/glibc_2.5.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require glibc.inc | 1 | require glibc.inc |
2 | 2 | ||
3 | PR = "r6" | 3 | PR = "r8" |
4 | 4 | ||
5 | # the -isystem in bitbake.conf screws up glibc do_stage | 5 | # the -isystem in bitbake.conf screws up glibc do_stage |
6 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" | 6 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" |