summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/newt/files/fix_SHAREDDIR.patch
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-06-17 15:01:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-17 17:56:21 +0100
commitcb25932e731c212d059548bec727917b6d32ece5 (patch)
tree3916e12643810c26d0267b6aa25fca06a3d080a4 /meta/recipes-extended/newt/files/fix_SHAREDDIR.patch
parent55c85889811c769aa841bd74b43294e1f982368f (diff)
downloadpoky-cb25932e731c212d059548bec727917b6d32ece5.tar.gz
libnewt/libnewt-python: upgrade to 0.52.17
- The company address has changed in COPYING. - Rebase fix_SHAREDDIR.patch to 0.52.17 - Rebase cross_ar.patch to 0.52.17 - Obsolete fix_python_fpic.patch, since the patch has been merged by upstream; - The upstream rename snackmodule to snack in 0.52.17, so tweak libnewt-python_0.52.17.bb; (From OE-Core rev: 46ec6e5601b88d4270d58586f25626349474d769) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/newt/files/fix_SHAREDDIR.patch')
-rw-r--r--meta/recipes-extended/newt/files/fix_SHAREDDIR.patch12
1 files changed, 10 insertions, 2 deletions
diff --git a/meta/recipes-extended/newt/files/fix_SHAREDDIR.patch b/meta/recipes-extended/newt/files/fix_SHAREDDIR.patch
index 7795260388..b0a1e8c105 100644
--- a/meta/recipes-extended/newt/files/fix_SHAREDDIR.patch
+++ b/meta/recipes-extended/newt/files/fix_SHAREDDIR.patch
@@ -9,17 +9,22 @@ ensure the directory ${SHAREDDIR} exists.
9We need to push the patch to upstream. 9We need to push the patch to upstream.
10 10
11Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> 11Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
12Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
13---
14 Makefile.in | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
12 16
17diff --git a/Makefile.in b/Makefile.in
13--- a/Makefile.in 18--- a/Makefile.in
14+++ b/Makefile.in 19+++ b/Makefile.in
15@@ -114,12 +114,12 @@ 20@@ -128,12 +128,12 @@ $(SHAREDDIR):
16 21
17 sharedlib: $(LIBNEWTSH) 22 sharedlib: $(LIBNEWTSH)
18 23
19-$(LIBNEWTSH): $(SHAREDDIR) $(SHAREDOBJS) 24-$(LIBNEWTSH): $(SHAREDDIR) $(SHAREDOBJS)
20+$(LIBNEWTSH): $(SHAREDOBJS) 25+$(LIBNEWTSH): $(SHAREDOBJS)
21 $(CC) -shared -o $(LIBNEWTSH) $(SHLIBFLAGS) $(SHAREDOBJS) $(LDFLAGS) $(LIBS) 26 $(CC) -shared -o $(LIBNEWTSH) $(SHLIBFLAGS) $(SHAREDOBJS) $(LDFLAGS) $(LIBS)
22 ln -fs $(LIBNEWTSONAME) libnewt.so 27 ln -fs $(LIBNEWTSONAME) libnewt.$(SOEXT)
23 ln -fs $(LIBNEWTSH) $(LIBNEWTSONAME) 28 ln -fs $(LIBNEWTSH) $(LIBNEWTSONAME)
24 29
25-$(SHAREDDIR)/%.o : %.c 30-$(SHAREDDIR)/%.o : %.c
@@ -27,3 +32,6 @@ Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
27 $(CC) $(SHCFLAGS) -c $(CFLAGS) $(CPPFLAGS) -o $@ $< 32 $(CC) $(SHCFLAGS) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<
28 33
29 install: $(LIBNEWT) install-sh whiptail 34 install: $(LIBNEWT) install-sh whiptail
35--
361.8.1.2
37