vdr: fix dependency for libintl
[openembedded.git] / recipes / geode-drivers / geode-modules.inc
blobd6102baf8d5e9b67a57c4d04dec7a92b279c1c64
1 # FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
2 # located in the work directory. see module.bbclass
4 # Linux kernel modules OE build files for the AMD Geode GX5535/LX5536
5 # Copyright (C) 2005-2006, Advanced Micro Devices, Inc.  All Rights Reserved
6 # Released under the MIT license (see packages/COPYING)
8 LICENSE = "GPL"
9 HOMEPAGE = "http://www.amd.com/embedded"
11 inherit autotools module-base
13 export ARCH="i386"
15 DEPENDS += " virtual/kernel"
17 S="${WORKDIR}/${AMD_DRIVER_LABEL}"
19 PACKAGES="${PN}"
20 FILES_${PN} = "/lib"
22 KERNEL_SOURCE = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-source')}"
24 EXTRA_OECONF="--with-kernel-path=${KERNEL_SOURCE} --with-module-path=${D}/lib/modules"
26 SRC_URI = "http://www.amd.com/files/connectivitysolutions/geode/geode_lx/${AMD_DRIVER_LABEL}.tar.gz"