diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-10-08 08:25:20 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-10-08 08:25:20 +0000 |
commit | e5f329fd9e31c116ef8d27c5f79ce62a6789c7d6 (patch) | |
tree | 823e3c68424e098a155c3112dc9c0fb731c2f4b2 /meta/conf/distro/include/poky-eabi.inc | |
parent | ade5e7371c4f96f2f58940ff5950935b60443d61 (diff) | |
download | openembedded-core-e5f329fd9e31c116ef8d27c5f79ce62a6789c7d6.tar.gz openembedded-core-e5f329fd9e31c116ef8d27c5f79ce62a6789c7d6.tar.bz2 openembedded-core-e5f329fd9e31c116ef8d27c5f79ce62a6789c7d6.zip |
poky-eabi: as-needed breaks parted configure stage
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5444 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/include/poky-eabi.inc')
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index 56d23dc658..dca2c2ebb0 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc @@ -44,5 +44,6 @@ ASNEEDED_pn-minimo = "" ASNEEDED_pn-pciutils = "" ASNEEDED_pn-puzzles = "" ASNEEDED_pn-dialer = "" +ASNEEDED_pn-parted = "" TARGET_LDFLAGS += "${ASNEEDED}" |