From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/em8300/em8300_0.16.3.bb | 47 +++++++++++++++++++++++++++++ recipes/em8300/files/kernel-source-dir.diff | 11 +++++++ 2 files changed, 58 insertions(+) create mode 100644 recipes/em8300/em8300_0.16.3.bb create mode 100644 recipes/em8300/files/kernel-source-dir.diff (limited to 'recipes/em8300') diff --git a/recipes/em8300/em8300_0.16.3.bb b/recipes/em8300/em8300_0.16.3.bb new file mode 100644 index 0000000000..11c69f52ad --- /dev/null +++ b/recipes/em8300/em8300_0.16.3.bb @@ -0,0 +1,47 @@ +DESCRIPTION = "Drivers and utils for DXR3/Hollywood+ mpeg decoder cards"" +DEPENDS = "gtk+" + +# Be sure to have the I2C bitbanging interface enabled in your kernel config + +SRC_URI = "${SOURCEFORGE_MIRROR}/dxr3/${PN}-${PV}.tar.gz \ + file://kernel-source-dir.diff;patch=1 \ + " + +inherit module-base autotools + +do_configure_prepend() { + sed -i -e s:SEDME:${STAGING_KERNEL_DIR}:g modules/Makefile +} + +do_compile_append() { + cd ${S}/modules + oe_runmake KERNEL_PATH=${STAGING_KERNEL_DIR} \ + KERNEL_SRC=${STAGING_KERNEL_DIR} \ + KERNEL_VERSION=${KERNEL_VERSION} \ + CC="${KERNEL_CC}" LD="${KERNEL_LD}" + cd ${S} +} + +do_install_append() { + cd ${S}/modules + unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS + oe_runmake DEPMOD=echo INSTALL_MOD_PATH="${D}" CC="${KERNEL_CC}" LD="${KERNEL_LD}" modules_install + cd ${S} +} + +PACKAGES =+ "em8300-modules" +FILES_em8300-modules = "${base_libdir}/modules" + +pkg_postinst_append () { + if [ -n "$D" ]; then + exit 1 + fi + depmod -a + update-modules || true +} + +pkg_postrm_append () { + update-modules || true +} + + diff --git a/recipes/em8300/files/kernel-source-dir.diff b/recipes/em8300/files/kernel-source-dir.diff new file mode 100644 index 0000000000..c7ae68a792 --- /dev/null +++ b/recipes/em8300/files/kernel-source-dir.diff @@ -0,0 +1,11 @@ +--- /tmp/Makefile 2007-12-26 20:28:11.474790960 +0100 ++++ em8300-0.16.3/modules/Makefile 2007-12-26 20:28:57.938122985 +0100 +@@ -19,7 +19,7 @@ + + ifeq ($(KERNELRELEASE),) + +-KERNEL_LOCATION := /lib/modules/$(shell uname -r)/build ++KERNEL_LOCATION = SEDME + + # If you are using external i2c modules, you should set + # EM8300_I2C_LOCATION to the source directory of the modules. -- cgit v1.2.3