diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-05-09 14:46:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-15 10:00:30 +0100 |
commit | f3d223304e52b9be946e5bd849075147147cbbb3 (patch) | |
tree | 8a5b447043ca588b8e65973857480f31f2a5a6eb /meta/conf/distro | |
parent | d3653e8525e048d9968b949dbff5304c1fd94480 (diff) | |
download | openembedded-core-f3d223304e52b9be946e5bd849075147147cbbb3.tar.gz openembedded-core-f3d223304e52b9be946e5bd849075147147cbbb3.tar.bz2 openembedded-core-f3d223304e52b9be946e5bd849075147147cbbb3.zip |
rpm: move ASNEEDED over-ride into the rpm recipe
Move the recipe specific over-ride for ASNEEDED into the recipe to
make it more apparent that the over-ride is being applied (and that
it should be re-checked on version updates, etc).
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/as-needed.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/distro/include/as-needed.inc b/meta/conf/distro/include/as-needed.inc index f56d432bd5..9c235649b7 100644 --- a/meta/conf/distro/include/as-needed.inc +++ b/meta/conf/distro/include/as-needed.inc @@ -2,6 +2,5 @@ ASNEEDED = "-Wl,--as-needed" ASNEEDED_pn-openobex = "" -ASNEEDED_pn-rpm = "" TARGET_LDFLAGS += "${ASNEEDED}" |