[oe-commits] org.oe.dev merge of '6effd4b98afa326e66d32ef10490967c420727f4'

mickeyl commit oe at amethyst.openembedded.net
Wed Jul 16 17:04:35 UTC 2008


merge of '6effd4b98afa326e66d32ef10490967c420727f4'
     and 'd081501ea9f95cb4ffb0c033c9a4f1b0cef84220'

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: b9b2c528c1d387c7c98150c6c3ffbaa2b91bdb53
ViewMTN: http://monotone.openembedded.org/revision/info/b9b2c528c1d387c7c98150c6c3ffbaa2b91bdb53
Files:
1
packages/dsplink/files/xdcpaths.mak
packages/cacao/cacao-native_0.99.2.bb
packages/cacao/cacao_0.99.2.bb
packages/cacao/cacaoh-native_0.99.2.bb
packages/dsplink/codec-engine_2.10.bb
packages/dsplink/dsplink.inc
packages/dsplink/dsplink_1.50.bb
packages/dsplink/dsplink_1.51.00.08.bb
packages/dsplink/files/CURRENTCFG.MK
packages/dsplink/files/c64xx_5.xx_linux.mk
packages/linux/linux-omap2_git.bb
packages/vlc/vlc-davinci_0.8.6h.bb
packages/fluidsynth
packages/fluidsynth/fluidsynth_1.0.8.bb
Diffs:

#
# mt diff -r6effd4b98afa326e66d32ef10490967c420727f4 -rb9b2c528c1d387c7c98150c6c3ffbaa2b91bdb53
#
#
#
# add_file "packages/dsplink/files/xdcpaths.mak"
#  content [219146c50e997b2283576cc4716f1e499c8f1f6d]
# 
# patch "packages/cacao/cacao-native_0.99.2.bb"
#  from [ec6694c3440d7213e55f7fc7aa9401c8252419a2]
#    to [a77db2fbad1f744fff3a3d26c8167907b5492c10]
# 
# patch "packages/cacao/cacao_0.99.2.bb"
#  from [c37006a6c2daf29f28f7a3af6c18f2546da63545]
#    to [cef62717dc5339a2936b05c9bb20cdad41bc013f]
# 
# patch "packages/cacao/cacaoh-native_0.99.2.bb"
#  from [735253ea956ccb78193fc733b23b31a5a1165186]
#    to [c60ae6119d088a5e65f830aaee6839c73fac132e]
# 
# patch "packages/dsplink/codec-engine_2.10.bb"
#  from [26e9ad67a3840ad4acde461454c135e085195807]
#    to [4ad449722da462190549870fced8474d46c7eaf9]
# 
# patch "packages/dsplink/dsplink.inc"
#  from [9a18a0df88794b22a58645be2833819c6d551a38]
#    to [9e699e8d88270170f89287867ca77b32b4229d03]
# 
# patch "packages/dsplink/dsplink_1.50.bb"
#  from [de8ff99089087c6bb2111519bc33ea11dcf00b8a]
#    to [7c50fa88c27a143ecaffccf1adaa106fad6cf643]
# 
# patch "packages/dsplink/dsplink_1.51.00.08.bb"
#  from [14446756523260c5cebb79d3bc3e7604947f2525]
#    to [0063cf4a9fd38f4a0da6489370bfd6820b3943ca]
# 
# patch "packages/dsplink/files/CURRENTCFG.MK"
#  from [0bf38a5760260d24afeb780b24aa940164d593d4]
#    to [2d8b0fa316342698cd5493798d1c74ccda6f34fa]
# 
# patch "packages/dsplink/files/c64xx_5.xx_linux.mk"
#  from [b6836bf5cfa973564ebb43ebcbb75b126060bbcd]
#    to [de765f54837afca03e49cb50216c4ff561464280]
# 
# patch "packages/linux/linux-omap2_git.bb"
#  from [ff518b2918e6c3e21ba577ec922a9cd1057e1d4b]
#    to [cea77c1d47097de58a869850834db878704774fc]
# 
# patch "packages/vlc/vlc-davinci_0.8.6h.bb"
#  from [a07f326b63cc5d93c2783200501a90069b386df4]
#    to [8465c3bdb7a97b4914aae65bd4e9c888e63297d5]
#
============================================================
--- packages/dsplink/files/xdcpaths.mak	219146c50e997b2283576cc4716f1e499c8f1f6d
+++ packages/dsplink/files/xdcpaths.mak	219146c50e997b2283576cc4716f1e499c8f1f6d
@@ -0,0 +1,232 @@
+#
+#  ======== xdcpaths.mak ========
+#  definition of XDC paths and commands
+#
+#  This makefile constructs the "search path" for the XDC tools where it finds
+#  numerous components and packages needed to build Codec Engine examples and
+#  programs.
+#
+#  USER NOTE:
+#  1) you must specify various <component>_INSTALL_DIRs directores below to
+#     reflect your installation, where <component> is CE for Codec Engine,
+#     BIOS for DSP/BIOS, etc.
+#  2) you must specify compiler path and name in CGTOOLS_* variables below
+#  3) you can remove some of the devices from the "DEVICES" list and/or remove
+#     some of the types of binaries from the "PROGRAMS" list to reduce
+#     the build time (and possibly avoid checking for presence of a component
+#     you don't need)
+
+
+
+# (Optional) Remove from this list the devices you're not interested in building
+DEVICES  := DM6446 DM355 DM6437 DM648 DM6467
+
+# (Optional) Remove from the list the types of programs you're not intersted in
+# building:
+# APP_CLIENT -- Arm client for codecs running on the DSP, on dual-CPU systems
+# DSP_SERVER -- DSP server with the codecs, running on the DSP, on dual-CPUs
+# APP_LOCAL  -- Client+codecs in a single program, whether Arm only or DSP only
+PROGRAMS := APP_CLIENT DSP_SERVER APP_LOCAL
+
+
+# (Mandatory) Specify where various components are installed.
+# What you need depends on what device(s) you're building for, what type(s) of
+# programs you are building for, and whether your Codec Engine distribution
+# is a "big" one that contains all the minor components in its "cetools"
+# directory. The legend:
+# CE      - Codec Engine (needed for Arm and for DSP)
+# XDC     - XDC tools (Arm and DSP)
+# BIOS    - DSP/BIOS (DSP only)
+# XDAIS   - XDAIS header files (Arm and DSP)
+# FC      - Framework components, various resource managers (ARM and DSP)
+# CMEM    - Continuous memory manager (Arm only)
+# DSPLINK - Arm<->DSP communication software (Arm + DSP)
+#
+# you can omit directory specifications for the components you think you don't
+# need (will be warned if you do, based on your DEVICES + PROGRAMS selection
+# above).
+
+CE_INSTALL_DIR 	      := SEDME_S
+XDC_INSTALL_DIR       := SEDME_XDCTOOLSUNPACKDIR
+BIOS_INSTALL_DIR      := SEDME_BIOSUNPACKDIR
+
+# no need to specify the installation directories below if your CE installation
+# has cetools/ directory on top
+USE_CETOOLS_IF_EXISTS := 1
+XDAIS_INSTALL_DIR     := _your_xDAIS_installation_directory/xdais_6_10_01
+DSPLINK_INSTALL_DIR   := _your_DSPLink_installation_directory/dsplink-davinci-v1.50-prebuilt
+CMEM_INSTALL_DIR      := _your_CMEM_installation_directory/cmem_2_10
+FC_INSTALL_DIR        := _your_FC_installation_directory/framework_components_2_10_01
+BIOSUTILS_INSTALL_DIR := _your_BIOSUTILS_installation_directory/biosutils
+
+
+# (Mandatory) specify correct compiler paths and names for the architectures
+# you'll be building for:
+
+# compiler path and name for Montavista Arm 9 toolchain. NOTE: make sure the
+# directory you specify has a "bin" subdirectory
+CGTOOLS_MVARM9 = /db/toolsrc/library/tools/vendors/mvl/arm/mvl4.0-new/montavista/pro/devkit/arm/v5t_le
+CC_MVARM9      = bin/arm_v5t_le-gcc
+
+# compiler path and name for TI C64x toolchain. NOTE: make sure the
+# directory you specify has a "bin" subdirectory
+CGTOOLS_C64P = /db/toolsrc/library/tools/vendors/ti/c6x/6.0.16/Linux
+CC_C64P      = bin/cl6x
+
+# -----------------------------------------------------------------------------
+
+# figure out what categories of devices we are to build for
+ifneq (,$(findstring DM6446,$(DEVICES)))
+    DEVICES_DAVINCI := 1
+endif    
+ifneq (,$(findstring DM6467,$(DEVICES)))
+    DEVICES_DAVINCI := 1
+endif    
+ifneq (,$(findstring DM355,$(DEVICES)))
+    DEVICES_ARMONLY := 1
+endif    
+ifneq (,$(findstring DM6437,$(DEVICES)))
+    DEVICES_DSPONLY := 1
+endif    
+ifneq (,$(findstring DM648,$(DEVICES)))
+    DEVICES_DSPONLY := 1
+endif    
+
+# determine which components are necessary based on DEVICES and PROGRAMS
+REQUIRE_CE    := 1
+REQUIRE_XDC   := 1
+REQUIRE_XDAIS := 1
+REQUIRE_FC    := 1
+
+ifneq (,$(findstring DM6446,$(DEVICES)))
+    ifneq (, $(findstring APP_CLIENT, $(PROGRAMS) ))
+        REQUIRE_LINK := 1
+        REQUIRE_CMEM := 1
+    endif
+    ifneq (, $(findstring DSP_SERVER, $(PROGRAMS) ))
+        REQUIRE_LINK := 1
+        REQUIRE_BIOS := 1
+    endif
+endif
+
+ifneq (,$(findstring DM6467,$(DEVICES)))
+    ifneq (, $(findstring APP_CLIENT, $(PROGRAMS) ))
+        REQUIRE_LINK := 1
+        REQUIRE_CMEM := 1
+    endif
+    ifneq (, $(findstring DSP_SERVER, $(PROGRAMS) ))
+        REQUIRE_LINK := 1
+        REQUIRE_BIOS := 1
+    endif
+endif
+
+ifneq (,$(findstring DM355,$(DEVICES)))
+    ifneq (, $(findstring APP_LOCAL, $(PROGRAMS) ))
+        REQUIRE_CMEM := 1
+    endif
+endif
+
+ifneq (,$(findstring DM6437,$(DEVICES)))
+    ifneq (, $(findstring APP_LOCAL, $(PROGRAMS) ))
+        REQUIRE_BIOS := 1
+    endif
+endif
+
+ifneq (,$(findstring DM648,$(DEVICES)))
+    ifneq (, $(findstring APP_LOCAL, $(PROGRAMS) ))
+        REQUIRE_BIOS := 1
+    endif
+endif
+
+
+# Build the XDC path from the necessary components, verifying along the way
+# that the required compoments are present
+XDC_PATH :=
+
+ERRMSG = which is invalid (could not find file "$(TEST_FILE)"). Set this in <codec engine examples>/xdcpaths.mak! See the build documentation to correct this error.
+
+# CE_INSTALL_DIR is the location of your Codec Engine.
+ifeq ($(REQUIRE_CE), 1)
+    TEST_FILE := $(CE_INSTALL_DIR)/packages/ti/sdo/ce/package.xdc
+    ifeq ($(wildcard $(TEST_FILE)),)
+        $(error CE_INSTALL_DIR is set to "$(CE_INSTALL_DIR)", $(ERRMSG))
+    endif
+    XDC_PATH := $(CE_INSTALL_DIR)/packages
+endif
+
+# Add cetools to XDCPATH if 1) $(USE_CETOOLS_IF_EXISTS) is set, and
+# 2) the CE distribution has "cetools/"
+USING_CETOOLS := 0
+ifeq ($(USE_CETOOLS_IF_EXISTS), 1)
+    ifneq ($(wildcard $(CE_INSTALL_DIR)/cetools),)
+        USING_CETOOLS := 1
+        XDC_PATH := $(CE_INSTALL_DIR)/cetools/packages;$(XDC_PATH)
+    endif
+endif
+ifeq ($(USING_CETOOLS),0)
+    # XDAIS_INSTALL_DIR is the location of your XDAIS distribution
+    ifeq ($(REQUIRE_XDAIS), 1)
+        TEST_FILE := $(XDAIS_INSTALL_DIR)/packages/ti/xdais/package.xdc
+        ifeq ($(wildcard $(TEST_FILE)),)
+            $(error XDAIS_INSTALL_DIR is set to "$(XDAIS_INSTALL_DIR)", $(ERRMSG))
+        endif
+        XDC_PATH := $(XDC_PATH);$(XDAIS_INSTALL_DIR)/packages
+    endif
+
+    # DSPLINK_INSTALL_DIR is the location of your DSPLINK distribution
+    ifeq ($(REQUIRE_LINK), 1)
+        TEST_FILE := $(DSPLINK_INSTALL_DIR)/packages/dsplink/gpp/package.xdc
+        ifeq ($(wildcard $(TEST_FILE)),)
+            $(error DSPLINK_INSTALL_DIR is set to "$(DSPLINK_INSTALL_DIR)", $(ERRMSG))
+        endif
+        XDC_PATH := $(XDC_PATH);$(DSPLINK_INSTALL_DIR)/packages
+    endif
+
+    # CMEM_INSTALL_DIR is the location of your CMEM distribution
+    ifeq ($(REQUIRE_CMEM), 1)
+        TEST_FILE := $(CMEM_INSTALL_DIR)/packages/ti/sdo/linuxutils/cmem/package.xdc
+        ifeq ($(wildcard $(TEST_FILE)),)
+            $(error CMEM_INSTALL_DIR is set to "$(CMEM_INSTALL_DIR)", $(ERRMSG))
+        endif
+        XDC_PATH := $(XDC_PATH);$(CMEM_INSTALL_DIR)/packages
+    endif
+
+    # FC_INSTALL_DIR is the location of your Frameworks Components distribution
+    ifeq ($(REQUIRE_FC), 1)
+        TEST_FILE := $(FC_INSTALL_DIR)/packages/ti/sdo/fc/dskt2/package.xdc
+        ifeq ($(wildcard $(TEST_FILE)),)
+            $(error FC_INSTALL_DIR is set to "$(FC_INSTALL_DIR)", $(ERRMSG))
+        endif
+        XDC_PATH := $(XDC_PATH);$(FC_INSTALL_DIR)/packages
+    endif
+
+    # BIOSUTILS_INSTALL_DIR is the location of your BIOSUTILS distribution
+    ifeq ($(REQUIRE_BIOS), 1)
+        TEST_FILE := $(BIOSUTILS_INSTALL_DIR)/packages/ti/bios/utils/package.xdc
+        ifeq ($(wildcard $(TEST_FILE)),)
+            $(error BIOSUTILS_INSTALL_DIR is set to "$(BIOSUTILS_INSTALL_DIR)", $(ERRMSG))
+        endif
+        XDC_PATH := $(XDC_PATH);$(BIOSUTILS_INSTALL_DIR)/packages
+    endif
+
+endif
+
+# BIOS_INSTALL_DIR is the location of your BIOS distribution
+ifeq ($(REQUIRE_BIOS), 1)
+    TEST_FILE := $(BIOS_INSTALL_DIR)/packages/ti/bios/package.xdc
+    ifeq ($(wildcard $(TEST_FILE)),)
+        $(error BIOS_INSTALL_DIR is set to "$(BIOS_INSTALL_DIR)", $(ERRMSG))
+    endif
+    XDC_PATH := $(XDC_PATH);$(BIOS_INSTALL_DIR)/packages
+endif
+
+# XDC_INSTALL_DIR is the location of your XDCTOOLS installation.
+ifeq ($(REQUIRE_XDC), 1)
+    TEST_FILE := $(XDC_INSTALL_DIR)/packages/xdc/package.xdc
+    ifeq ($(wildcard $(TEST_FILE)),)
+        $(error XDC_INSTALL_DIR is set to "$(XDC_INSTALL_DIR)", $(ERRMSG))
+    endif
+endif
+
+# XDC_PATH is complete. Any other components you could add as
+# XDC_PATH := <your component>/packages;$(XDC_PATH)
============================================================
--- packages/cacao/cacao-native_0.99.2.bb	ec6694c3440d7213e55f7fc7aa9401c8252419a2
+++ packages/cacao/cacao-native_0.99.2.bb	a77db2fbad1f744fff3a3d26c8167907b5492c10
@@ -2,6 +2,6 @@ PR = "r0"
 
 PR = "r0"
 
-SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=a5641452c7ba173060c99ed700950b3d"
+SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=912e353a26c88ba5f5f59ebb9f688e2f"
 
 
============================================================
--- packages/cacao/cacao_0.99.2.bb	c37006a6c2daf29f28f7a3af6c18f2546da63545
+++ packages/cacao/cacao_0.99.2.bb	cef62717dc5339a2936b05c9bb20cdad41bc013f
@@ -2,7 +2,7 @@ PR = "r0"
 
 PR = "r0"
 
-SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=a5641452c7ba173060c99ed700950b3d \
+SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=912e353a26c88ba5f5f59ebb9f688e2f \
           "
 
 # Quirks for Nokia N800:
============================================================
--- packages/cacao/cacaoh-native_0.99.2.bb	735253ea956ccb78193fc733b23b31a5a1165186
+++ packages/cacao/cacaoh-native_0.99.2.bb	c60ae6119d088a5e65f830aaee6839c73fac132e
@@ -2,4 +2,4 @@ PR = "r0"
 
 PR = "r0"
 
+SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=912e353a26c88ba5f5f59ebb9f688e2f"
-SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=a5641452c7ba173060c99ed700950b3d"
============================================================
--- packages/dsplink/codec-engine_2.10.bb	26e9ad67a3840ad4acde461454c135e085195807
+++ packages/dsplink/codec-engine_2.10.bb	4ad449722da462190549870fced8474d46c7eaf9
@@ -13,11 +13,43 @@ SRC_URI = "http://install.tarball.in.sou
 # Look for tarball at https://www-a.ti.com/downloads/sds_support/targetcontent/CE/index.html
 
 SRC_URI = "http://install.tarball.in.source.dir/codec_engine_2_10_01.tar.gz \
-"
+           file://xdcpaths.mak \
+          "
 
 S = "${WORKDIR}/codec_engine_2_10_01"
 
+# Path to the dir where the TI tools are unpacked
+TITOOLSDIR ?= "/OE/TI"
+# Path under TITOOLSDIR where dspbios is unpacked
+TIBIOSDIR ?= "bios_5_32_03"
+TIXDCTOOLSDIR ?= "${TIBIOSDIR}/xdctools"
+# Path under TITOOLSDIR where the dsp toolchain is unpacked
+TICGTOOLSDIR ?= "cg6x_6_1_2"
+
 PARALLEL_MAKE = ""
+
+do_configure() {
+    cp ${WORKDIR}/xdcpaths.mak ${S}/examples/
+    sed -i -e s:SEDME_TITOOLS_BASEPATH:${TITOOLSDIR}:g \
+        -e s:SEDME_BIOSUNPACKDIR:${TITOOLSDIR}/${TIBIOSDIR}:g \
+        -e 's:SEDME_S:${S}:g' \
+        -e s:SEDME_XDCTOOLSUNPACKDIR:${TITOOLSDIR}/${TIXDCTOOLSDIR}:g \
+        -e s:/db/toolsrc/library/tools/vendors/mvl/arm/mvl4.0-new/montavista/pro/devkit/arm/v5t_le:${CROSS_DIR}:g \
+        -e s:bin/arm_v5t_le-gcc:bin/${TARGET_PREFIX}gcc:g \
+        -e s:/db/toolsrc/library/tools/vendors/ti/c6x/6.0.16/Linux:${TITOOLSDIR}/${TICGTOOLSDIR}:g \
+        ${S}/examples/xdcpaths.mak
+
+    sed -i -e s:/db/toolsrc/library/tools/vendors/mvl/arm/mvl4.0-new/montavista/pro/devkit/arm/v5t_le:${CROSS_DIR}:g \
+        -e s:/db/toolsrc/library/tools/vendors/ti/c6x/6.0.16/Linux:${TITOOLSDIR}/${TICGTOOLSDIR}:g \
+        ${S}/examples/user.bld
+
+    for cfg in ${S}/examples/ti/sdo/ce/examples/apps/image_copy/package/cfg/*/*cfg ; do
+        sed -i -e s:arm_v5t_le-:${TAGET_PREFIX}:g $cfg
+    done
+
+    echo -n "${CFLAGS} -I${TITOOLSDIR}/${TIXDCTOOLSDIR}/packages -I${S}/packages -I${S}/cetools/packages" > ${S}/examples/ti/sdo/ce/examples/apps/speech/linuxonly/app/compiler.opt
+}
+
 do_compile() {
 	unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS	
 	cd ${S}/cetools/packages/ti/sdo/linuxutils/cmem
@@ -46,6 +78,9 @@ do_compile() {
            KERNEL_VERSION=${KERNEL_VERSION}    \
            CC="${KERNEL_CC}" LD="${KERNEL_LD}" \
            AR="${KERNEL_AR}" 
+
+#	oe_runmake -C ${S}/examples/ti/sdo/ce/examples/apps
+
 }
 
 do_install() {
============================================================
--- packages/dsplink/dsplink.inc	9a18a0df88794b22a58645be2833819c6d551a38
+++ packages/dsplink/dsplink.inc	9e699e8d88270170f89287867ca77b32b4229d03
@@ -11,6 +11,13 @@ export DSPLINK = "${S}"
 # Needed for buildscripts
 export DSPLINK = "${S}"
 
+# Path to the dir where the TI tools are unpacked
+TITOOLSDIR ?= "/OE/TI"
+# Path under TITOOLSDIR where dspbios is unpacked 
+TIBIOSDIR ?= "bios_5_32_03"
+# Path under TITOOLSDIR where the dsp toolchain is unpacked
+TICGTOOLSDIR ?= "cg6x_6_1_2"
+
 DSPLINKPLATFORM ?= "Davinci"
 
 DSPLINKPLATFORM_omap5912osk = "OMAP"
@@ -48,6 +55,8 @@ KERNELARMFLAGS_armv7a = "-c -nostdinc -i
                    -Wdeclaration-after-statement -Os -marm  -mabi=aapcs-linux \
                    -D__KERNEL__ -mno-thumb-interwork   -msoft-float -fno-optimize-sibling-calls -g  -fno-stack-protector -Wno-pointer-sign -g -DUSE_UDEV=1 -DOS_LINUX -DLINUX_KERNEL"
 
+DSPFLAGS = "-q -pdr -pdv -pden -ml3 -mv64+ "
+
 export DSPLINKPLATFORM 
 export DSPLINKDSP
 
@@ -59,7 +68,7 @@ do_configure () {
 	sed -i 	-e s:SED_ME_SOURCEDIR:${S}:g \
 		-e s:SED_ME_GPPDISTRO:openembedded:g \
 		-e s:SED_ME_KERNELVERSION:${KERNEL_VERSION}:g \
-		-e s:SED_ME_DSPDISTRO:openembedded:g \
+		-e s:SED_ME_DSPDISTRO:c64xx_5.xx_linux:g \
 		-e s:SED_ME_PLATFORM:${DSPLINKPLATFORM}:g \
 		-e s:SED_ME_DSP:${DSPLINKDSP}:g \
 		-e s:SED_ME_SOC:${DS%s
>>> DIFF TRUNCATED @ 16K


#
# mt diff -rd081501ea9f95cb4ffb0c033c9a4f1b0cef84220 -rb9b2c528c1d387c7c98150c6c3ffbaa2b91bdb53
#
#
#
# add_dir "packages/fluidsynth"
# 
# add_file "packages/fluidsynth/fluidsynth_1.0.8.bb"
#  content [433d6420252d490051f7dfcf8a489ce5b4823ebc]
#
============================================================
--- packages/fluidsynth/fluidsynth_1.0.8.bb	433d6420252d490051f7dfcf8a489ce5b4823ebc
+++ packages/fluidsynth/fluidsynth_1.0.8.bb	433d6420252d490051f7dfcf8a489ce5b4823ebc
@@ -0,0 +1,14 @@
+DESCRIPTION = "Fluidsynth is a software synthesizer"
+HOMEPAGE = "http://www.fluidsynth.org/"
+SECTION = "libs/multimedia"
+LICENSE = "GPLv2"
+DEPENDS = "alsa-lib ncurses"
+
+SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz"
+
+inherit autotools pkgconfig lib_package
+
+do_stage() {
+	autotools_stage_all
+}
+






More information about the Openembedded-commits mailing list