diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-01-28 14:48:29 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-01-28 14:48:29 -0500 |
commit | c87ea7f29cb54e2ff4ecff8dab5c79d6b9ab444f (patch) | |
tree | b9c001b3d2308224752f529691865450ac43cbaf /packages/dsplink | |
parent | 84c71aebc0a941e5147f0e44f9dd8e54ec5e55af (diff) | |
parent | 06d8035901bb402f73d74008e72ef4e1a3b90e93 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/dsplink')
-rw-r--r-- | packages/dsplink/codec-engine_2.21.bb | 6 | ||||
-rw-r--r-- | packages/dsplink/dsplink.inc | 2 | ||||
-rw-r--r-- | packages/dsplink/dsplink_1.60.bb | 2 | ||||
-rw-r--r-- | packages/dsplink/gstreamer-ti_svn.bb | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/packages/dsplink/codec-engine_2.21.bb b/packages/dsplink/codec-engine_2.21.bb index 88f2eb7620..421e46894a 100644 --- a/packages/dsplink/codec-engine_2.21.bb +++ b/packages/dsplink/codec-engine_2.21.bb @@ -8,7 +8,7 @@ RDEPENDS = "update-modules" inherit module # tconf from xdctools dislikes '.' in pwd :/ -PR = "r4" +PR = "r5" PV = "221" # Get CE tarball from TI website, place in sources and calculate @@ -62,8 +62,8 @@ do_compile_append() { do_stage_append() { - install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine - cp -pPr ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/ + install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine + cp -pPrf ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/ } INHIBIT_PACKAGE_STRIP = "1" diff --git a/packages/dsplink/dsplink.inc b/packages/dsplink/dsplink.inc index 3a5c7f62d7..b263be331a 100644 --- a/packages/dsplink/dsplink.inc +++ b/packages/dsplink/dsplink.inc @@ -136,7 +136,7 @@ do_install () { # Codec Engine and friends need a complete tree, so stage it all do_stage() { install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/dsplink - cp -pPr ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/dsplink/ + cp -pPrf ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/dsplink/ } pkg_postinst_dsplink-module () { diff --git a/packages/dsplink/dsplink_1.60.bb b/packages/dsplink/dsplink_1.60.bb index fec275de4e..e8377a811c 100644 --- a/packages/dsplink/dsplink_1.60.bb +++ b/packages/dsplink/dsplink_1.60.bb @@ -1,7 +1,7 @@ require dsplink.inc # The tconf tool breaks if there is a '.' in your pwd -PR = "r5" +PR = "r6" PE = "1" PV = "160" diff --git a/packages/dsplink/gstreamer-ti_svn.bb b/packages/dsplink/gstreamer-ti_svn.bb index d943a0c30a..9c22734dd5 100644 --- a/packages/dsplink/gstreamer-ti_svn.bb +++ b/packages/dsplink/gstreamer-ti_svn.bb @@ -1,4 +1,4 @@ -DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly libid3tag liboil libmad" +DEPENDS = "codec-engine dmai gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly libid3tag liboil libmad" SRC_URI = "svn://omapzoom.org/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https" SRCREV = "43" |