* [PATCH 0/2] Recipe removals
@ 2014-03-06 15:25 Paul Eggleton
2014-03-06 15:26 ` [PATCH 1/2] zaurusd: remove Paul Eggleton
2014-03-06 15:26 ` [PATCH 2/2] js: remove Paul Eggleton
0 siblings, 2 replies; 3+ messages in thread
From: Paul Eggleton @ 2014-03-06 15:25 UTC (permalink / raw)
To: openembedded-core
The following changes since commit c6825ec6e92e20bb64a051d1576f363c16e98d68:
recipes: bump PRs (2014-03-05 17:26:24 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/cleanup5
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/cleanup5
Paul Eggleton (2):
zaurusd: remove
js: remove
meta/recipes-bsp/zaurusd/zaurusd_git.bb | 20 ------
meta/recipes-support/js/files/buildcc.patch | 22 -------
meta/recipes-support/js/files/configure.ac | 28 ---------
meta/recipes-support/js/files/jsautocfg.h | 74 -----------------------
meta/recipes-support/js/files/link_with_gcc.patch | 15 -----
meta/recipes-support/js/files/usepic.patch | 26 --------
meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb | 51 ----------------
7 files changed, 236 deletions(-)
delete mode 100644 meta/recipes-bsp/zaurusd/zaurusd_git.bb
delete mode 100644 meta/recipes-support/js/files/buildcc.patch
delete mode 100644 meta/recipes-support/js/files/configure.ac
delete mode 100644 meta/recipes-support/js/files/jsautocfg.h
delete mode 100644 meta/recipes-support/js/files/link_with_gcc.patch
delete mode 100644 meta/recipes-support/js/files/usepic.patch
delete mode 100644 meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb
--
1.8.5.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] zaurusd: remove
2014-03-06 15:25 [PATCH 0/2] Recipe removals Paul Eggleton
@ 2014-03-06 15:26 ` Paul Eggleton
2014-03-06 15:26 ` [PATCH 2/2] js: remove Paul Eggleton
1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2014-03-06 15:26 UTC (permalink / raw)
To: openembedded-core
Despite the fact that it's currently specific to the Sharp Zaurus, we
kept this in OE-Core up to now as a potential basis for better handling
of device-specific customisations for a wider range of devices. Whilst
moving device-specific customisations to a more central point is still
a laudable goal, these days such functionality probably wouldn't be
implemented on top of zaurusd or even in the same way as zaurusd, and
thus it makes sense to leave its recipe to be maintained in the
meta-handheld layer (where a current recipe already exists.)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-bsp/zaurusd/zaurusd_git.bb | 20 --------------------
1 file changed, 20 deletions(-)
delete mode 100644 meta/recipes-bsp/zaurusd/zaurusd_git.bb
diff --git a/meta/recipes-bsp/zaurusd/zaurusd_git.bb b/meta/recipes-bsp/zaurusd/zaurusd_git.bb
deleted file mode 100644
index b1c0e28..0000000
--- a/meta/recipes-bsp/zaurusd/zaurusd_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Daemon to handle device-specific features"
-SECTION = "base"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "tslib"
-RDEPENDS_${PN} = "xrandr"
-
-SRCREV = "85d941d87f0c41b196766a173feaafffa6de2dc2"
-PV = "0.1+git${SRCPV}"
-
-SRC_URI = "git://git.yoctoproject.org/${BPN}"
-
-S = "${WORKDIR}/git"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-inherit autotools pkgconfig update-rc.d
-
-INITSCRIPT_NAME = "zaurusd"
-INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
--
1.8.5.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] js: remove
2014-03-06 15:25 [PATCH 0/2] Recipe removals Paul Eggleton
2014-03-06 15:26 ` [PATCH 1/2] zaurusd: remove Paul Eggleton
@ 2014-03-06 15:26 ` Paul Eggleton
1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2014-03-06 15:26 UTC (permalink / raw)
To: openembedded-core
This is a very old version of Mozilla's Javascript engine, isn't
actually used by anything in OE-Core now that web is gone, and in public
layers outside of OE-Core is apparently only used by mediatomb within
meta-baryon.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-support/js/files/buildcc.patch | 22 -------
meta/recipes-support/js/files/configure.ac | 28 ---------
meta/recipes-support/js/files/jsautocfg.h | 74 -----------------------
meta/recipes-support/js/files/link_with_gcc.patch | 15 -----
meta/recipes-support/js/files/usepic.patch | 26 --------
meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb | 51 ----------------
6 files changed, 216 deletions(-)
delete mode 100644 meta/recipes-support/js/files/buildcc.patch
delete mode 100644 meta/recipes-support/js/files/configure.ac
delete mode 100644 meta/recipes-support/js/files/jsautocfg.h
delete mode 100644 meta/recipes-support/js/files/link_with_gcc.patch
delete mode 100644 meta/recipes-support/js/files/usepic.patch
delete mode 100644 meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb
diff --git a/meta/recipes-support/js/files/buildcc.patch b/meta/recipes-support/js/files/buildcc.patch
deleted file mode 100644
index 19daf72..0000000
--- a/meta/recipes-support/js/files/buildcc.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Upstream-Status: Pending
-
-jskwgen should be built by BUILD_CC in cross environment
-
-7/23/2010 - created by Qing He <qing.he@intel.com>
-
-diff -uNr js.orig//src/Makefile.ref js/src/Makefile.ref
---- js.orig//src/Makefile.ref 2009-02-25 21:24:29.000000000 +0800
-+++ js/src/Makefile.ref 2010-07-23 13:26:51.000000000 +0800
-@@ -303,10 +303,10 @@
-
- $(OBJDIR)/jskwgen.o: jskwgen.c jskeyword.tbl
- @$(MAKE_OBJDIR)
-- $(CC) -o $@ -c $(CFLAGS) $<
-+ $(BUILD_CC) -o $@ -c $(BUILD_CFLAGS) $<
-
- $(OBJDIR)/jskwgen$(HOST_BIN_SUFFIX): $(OBJDIR)/jskwgen.$(OBJ_SUFFIX)
-- $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $^
-+ $(BUILD_CC) -o $@ $(BUILD_CFLAGS) $(BUILD_LDFLAGS) $^
-
- endif
-
diff --git a/meta/recipes-support/js/files/configure.ac b/meta/recipes-support/js/files/configure.ac
deleted file mode 100644
index 41af298..0000000
--- a/meta/recipes-support/js/files/configure.ac
+++ /dev/null
@@ -1,28 +0,0 @@
-AC_INIT
-
-AC_CHECK_SIZEOF([char])
-AC_CHECK_SIZEOF([short])
-AC_CHECK_SIZEOF([int])
-AC_CHECK_SIZEOF([int64_t])
-AC_CHECK_SIZEOF([long])
-AC_CHECK_SIZEOF([long long])
-AC_CHECK_SIZEOF([int *])
-AC_CHECK_SIZEOF([float])
-AC_CHECK_SIZEOF([double])
-
-AC_CHECK_ALIGNOF([char])
-AC_CHECK_ALIGNOF([short])
-AC_CHECK_ALIGNOF([int])
-AC_CHECK_ALIGNOF([int64_t])
-AC_CHECK_ALIGNOF([long])
-AC_CHECK_ALIGNOF([long long])
-AC_CHECK_ALIGNOF([int *])
-AC_CHECK_ALIGNOF([float])
-AC_CHECK_ALIGNOF([double])
-
-AC_C_BIGENDIAN
-
-AC_TYPE_LONG_LONG_INT
-
-AC_CONFIG_HEADER([conf.h])
-AC_OUTPUT
diff --git a/meta/recipes-support/js/files/jsautocfg.h b/meta/recipes-support/js/files/jsautocfg.h
deleted file mode 100644
index 295e491..0000000
--- a/meta/recipes-support/js/files/jsautocfg.h
+++ /dev/null
@@ -1,74 +0,0 @@
-#ifndef js_cpucfg___
-#define js_cpucfg___
-
-/* AUTOMATICALLY GENERATED - DO NOT EDIT */
-
-#include "conf.h"
-
-#ifdef WORDS_BIGENDIAN
-# undef IS_LITTLE_ENDIAN
-# define IS_BIG_ENDIAN 1
-#else
-# define IS_LITTLE_ENDIAN 1
-# undef IS_BIG_ENDIAN
-#endif
-
-#define __I_LOG2(n) ( \
- ((n) == 1)? 0: \
- ((n) == 2)? 1: \
- ((n) == 4)? 2: \
- ((n) == 8)? 3: \
- ((n) == 16)? 4: \
- ((n) == 32)? 5: \
- ((n) == 64)? 6: \
- ((n) == 128)? 7: \
- -1)
-
-#define JS_BYTES_PER_BYTE SIZEOF_CHAR
-#define JS_BYTES_PER_SHORT SIZEOF_SHORT
-#define JS_BYTES_PER_INT SIZEOF_INT
-#define JS_BYTES_PER_INT64 SIZEOF_INT64_T
-#define JS_BYTES_PER_LONG SIZEOF_LONG
-#define JS_BYTES_PER_FLOAT SIZEOF_FLOAT
-#define JS_BYTES_PER_DOUBLE SIZEOF_DOUBLE
-#define JS_BYTES_PER_WORD SIZEOF_LONG
-#define JS_BYTES_PER_DWORD SIZEOF_LONG_LONG
-
-#define JS_BITS_PER_BYTE 8L
-#define JS_BITS_PER_SHORT (JS_BITS_PER_BYTE * JS_BYTES_PER_SHORT)
-#define JS_BITS_PER_INT (JS_BITS_PER_BYTE * JS_BYTES_PER_INT)
-#define JS_BITS_PER_INT64 (JS_BITS_PER_BYTE * JS_BYTES_PER_INT64)
-#define JS_BITS_PER_LONG (JS_BITS_PER_BYTE * JS_BYTES_PER_LONG)
-#define JS_BITS_PER_FLOAT (JS_BITS_PER_BYTE * JS_BYTES_PER_GLOAT)
-#define JS_BITS_PER_DOUBLE (JS_BITS_PER_BYTE * JS_BYTES_PER_DOUBLE)
-#define JS_BITS_PER_WORD (JS_BITS_PER_BYTE * JS_BYTES_PER_WORD)
-
-#define JS_BITS_PER_BYTE_LOG2 __I_LOG2(JS_BITS_PER_BYTE)
-#define JS_BITS_PER_SHORT_LOG2 __I_LOG2(JS_BITS_PER_BYTE)
-#define JS_BITS_PER_INT_LOG2 __I_LOG2(JS_BITS_PER_BYTE)
-#define JS_BITS_PER_INT64_LOG2 __I_LOG2(JS_BITS_PER_BYTE)
-#define JS_BITS_PER_LONG_LOG2 __I_LOG2(JS_BITS_PER_BYTE)
-#define JS_BITS_PER_FLOAT_LOG2 __I_LOG2(JS_BITS_PER_BYTE)
-#define JS_BITS_PER_DOUBLE_LOG2 __I_LOG2(JS_BITS_PER_BYTE)
-#define JS_BITS_PER_WORD_LOG2 __I_LOG2(JS_BITS_PER_BYTE)
-
-#define JS_ALIGN_OF_SHORT ALIGNOF_SHORT
-#define JS_ALIGN_OF_INT ALIGNOF_INT
-#define JS_ALIGN_OF_LONG ALIGNOF_LONG
-#define JS_ALIGN_OF_INT64 ALIGNOF_INT64_T
-#define JS_ALIGN_OF_FLOAT ALIGNOF_FLOAT
-#define JS_ALIGN_OF_DOUBLE ALIGNOF_DOUBLE
-#define JS_ALIGN_OF_POINTER ALIGNOF_INT_P
-#define JS_ALIGN_OF_WORD ALIGNOF_LONG
-
-#define JS_BYTES_PER_WORD_LOG2 __I_LOG2(JS_BYTES_PER_WORD)
-#define JS_BYTES_PER_DWORD_LOG2 __I_LOG2(JS_BYTES_PER_DWORDS)
-#define JS_WORDS_PER_DWORD_LOG2 __I_LOG2(JS_BYTES_PER_DWORDS / JS_BYTES_PER_WORD)
-
-#define JS_STACK_GROWTH_DIRECTION (-1)
-
-#ifdef HAVE_LONG_LONG_INT
-# define JS_HAVE_LONG_LONG
-#endif
-
-#endif /* js_cpucfg___ */
diff --git a/meta/recipes-support/js/files/link_with_gcc.patch b/meta/recipes-support/js/files/link_with_gcc.patch
deleted file mode 100644
index 988df61..0000000
--- a/meta/recipes-support/js/files/link_with_gcc.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Pending
-
-Index: src/config/Linux_All.mk
-===================================================================
---- src.orig/config/Linux_All.mk 2005-05-10 19:53:44.000000000 +0000
-+++ src/config/Linux_All.mk 2007-06-18 17:20:05.000000000 +0000
-@@ -47,7 +47,7 @@
- OS_CFLAGS = -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R
-
- RANLIB = echo
--MKSHLIB = $(LD) -shared $(XMKSHLIBOPTS)
-+MKSHLIB = $(CC) -shared $(XMKSHLIBOPTS)
-
- #.c.o:
- # $(CC) -c -MD $*.d $(CFLAGS) $<
diff --git a/meta/recipes-support/js/files/usepic.patch b/meta/recipes-support/js/files/usepic.patch
deleted file mode 100644
index 91b0923..0000000
--- a/meta/recipes-support/js/files/usepic.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Upstream-Status: Inappropriate [embedded specific]
-
-Mips needs -fPIC to compile properly. These tests are broken anyway as they test
-the build system architecture, not the target. This is a hack.
-
-RP 10/6/2010
-
-Index: src/config/Linux_All.mk
-===================================================================
---- src.orig/config/Linux_All.mk 2010-06-10 22:09:43.000000000 +0100
-+++ src/config/Linux_All.mk 2010-06-10 22:09:55.000000000 +0100
-@@ -90,14 +90,10 @@
- # Use the editline library to provide line-editing support.
- JS_EDITLINE = 1
-
--ifeq ($(CPU_ARCH),x86_64)
- # Use VA_COPY() standard macro on x86-64
- # FIXME: better use it everywhere
- OS_CFLAGS += -DHAVE_VA_COPY -DVA_COPY=va_copy
--endif
-
--ifeq ($(CPU_ARCH),x86_64)
- # We need PIC code for shared libraries
- # FIXME: better patch rules.mk & fdlibm/Makefile*
- OS_CFLAGS += -DPIC -fPIC
--endif
diff --git a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb b/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb
deleted file mode 100644
index e320504..0000000
--- a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb
+++ /dev/null
@@ -1,51 +0,0 @@
-SUMMARY = "Spidermonkey: a javascript engine written in C"
-HOMEPAGE = "http://www.mozilla.org/js/spidermonkey/"
-SECTION = "libs"
-
-# the package is licensed under either of the following
-LICENSE = "MPL-1 | GPLv2+ | LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://jsapi.c;beginline=4;endline=39;md5=347c6bbf4fb4547de1fa5ad830030063"
-PR = "r4"
-
-SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/js/js-1.8.0-rc1.tar.gz \
- file://link_with_gcc.patch \
- file://usepic.patch \
- file://buildcc.patch;striplevel=2 \
- file://jsautocfg.h \
- file://configure.ac"
-
-SRC_URI[md5sum] = "eaad8815dcc66a717ddb87e9724d964e"
-SRC_URI[sha256sum] = "374398699ac3fd802d98d642486cf6b0edc082a119c9c9c499945a0bc73e3413"
-
-S = "${WORKDIR}/js/src"
-
-# use local autoconf script to generate a usable jsautocfg.h
-# don't bother with automake
-inherit autotools-brokensep
-
-do_configure_prepend() {
- cp -f ${WORKDIR}/configure.ac ${S}
- cp -f ${WORKDIR}/jsautocfg.h ${S}
-}
-
-EXTRA_OEMAKE = "'CC=${CC}' 'LD=${LD}' 'XCFLAGS=${CFLAGS}' 'XLDFLAGS=${LDFLAGS} -Wl,-soname=libjs' \
- 'BUILD_CC=${BUILD_CC}' 'BUILD_CFLAGS=${BUILD_CFLAGS}' 'BUILD_LDFLAGS=${BUILD_LDFLAGS}'"
-
-PARALLEL_MAKE = ""
-
-do_compile() {
- oe_runmake -f Makefile.ref JS_EDITLINE=1 PREBUILT_CPUCFG=1 BUILD_OPT=1
-}
-
-do_install() {
- install -d ${D}${libdir}
- install -d ${D}${includedir}
- install -d ${D}${includedir}/js
- oe_libinstall -so -C Linux_All_OPT.OBJ libjs ${D}${libdir}
- install -m 0644 ${S}/*.h ${D}${includedir}/js
- install -m 0644 ${S}/jsproto.tbl ${D}${includedir}/js
-}
-
-FILES_SOLIBSDEV = ""
-FILES_${PN} = "${libdir}/lib*.so"
-
--
1.8.5.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-06 15:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 15:25 [PATCH 0/2] Recipe removals Paul Eggleton
2014-03-06 15:26 ` [PATCH 1/2] zaurusd: remove Paul Eggleton
2014-03-06 15:26 ` [PATCH 2/2] js: remove Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.