mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libetpan: fix build with B!=S
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
00d884a616
commit
01eb0f9192
@@ -0,0 +1,16 @@
|
||||
Index: libetpan-0.57/rules.mk
|
||||
===================================================================
|
||||
--- libetpan-0.57.orig/rules.mk
|
||||
+++ libetpan-0.57/rules.mk
|
||||
@@ -134,9 +134,9 @@ prepare-am: prepare-local
|
||||
if test -e ../../$(subdir)/$${hdr}; then \
|
||||
echo "$(LN_S) -f ../../$(subdir)/$${hdr} ."; \
|
||||
$(LN_S) -f ../../$(subdir)/$${hdr} .; \
|
||||
else \
|
||||
- echo "$(LN_S) -f ../../$(subdir)/$(srcdir)/$${hdr} ."; \
|
||||
- $(LN_S) -f ../../$(subdir)/$(srcdir)/$${hdr} .; \
|
||||
+ echo "$(LN_S) -f $(srcdir)/$${hdr} ."; \
|
||||
+ $(LN_S) -f $(srcdir)/$${hdr} .; \
|
||||
fi; \
|
||||
fi; \
|
||||
done; \
|
||||
@@ -10,7 +10,8 @@ PR = "r1"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \
|
||||
file://libetpan-autoreconf.patch \
|
||||
file://libetpan-ldflags.patch"
|
||||
file://libetpan-ldflags.patch \
|
||||
file://sepbuild.patch"
|
||||
|
||||
inherit autotools pkgconfig gettext binconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user