All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-ppc][PATCH v2 1/2] usdpaa: set MACHINE_ARCH specific, same with dependency fmc
@ 2013-07-03  2:12 b28495
  2013-07-03  2:12 ` [meta-fsl-ppc][PATCH v2 2/2] libedit: pull in from meta-oe as it is needed by usdpaa b28495
  0 siblings, 1 reply; 2+ messages in thread
From: b28495 @ 2013-07-03  2:12 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <b28495@freescale.com>

Signed-off-by: Ting Liu <b28495@freescale.com>
Tested-by: Luo Zhenhua-B19537 <zhenhua.luo@freescale.com>
---
 recipes-tools/usdpaa/usdpaa_git.bb |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes-tools/usdpaa/usdpaa_git.bb b/recipes-tools/usdpaa/usdpaa_git.bb
index cb7b76b..48e860f 100644
--- a/recipes-tools/usdpaa/usdpaa_git.bb
+++ b/recipes-tools/usdpaa/usdpaa_git.bb
@@ -1,5 +1,4 @@
 DESCRIPTION = "User-Space Data-Path Acceleration Architecture drivers"
-SECTION = "usdpaa"
 LICENSE = "BSD & GPLv2"
 LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f"
 PR = "r4"
@@ -7,14 +6,11 @@ PR = "r4"
 inherit pkgconfig
 
 DEPENDS = "libxml2 libedit ncurses readline flib fmc"
-RDEPENDS_${PN} = "libgcc"
+RDEPENDS_${PN} = "libgcc bash"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git"
 SRCREV = "97fe45d9697ef339e10a1885539b23fa7fcb113e"
 
-COMPATIBLE_HOST_fslmachine = ".*"
-COMPATIBLE_HOST ?= "(none)"
-
 S = "${WORKDIR}/git"
 
 EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}"'
@@ -44,6 +40,10 @@ do_install () {
 }
 
 PARALLEL_MAKE_pn-${PN} = ""
-
 FILES_${PN} += "/root/SOURCE_THIS /usr/etc/"
-RDEPENDS_${PN} += "bash"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+COMPATIBLE_HOST_fslmachine = ".*"
+COMPATIBLE_HOST ?= "(none)"
+
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-fsl-ppc][PATCH v2 2/2] libedit: pull in from meta-oe as it is needed by usdpaa
  2013-07-03  2:12 [meta-fsl-ppc][PATCH v2 1/2] usdpaa: set MACHINE_ARCH specific, same with dependency fmc b28495
@ 2013-07-03  2:12 ` b28495
  0 siblings, 0 replies; 2+ messages in thread
From: b28495 @ 2013-07-03  2:12 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

meta-fsl-ppc should not depends on meta-oe to run, so keep a copy
of libedit in this layer.

libedit commit history in meta-oe:
d5bb26f libedit: upgrade to 20121213 and fix download
d9619f6 libedit: update to latest version
d248ea6 libedit: Remove files folder as no patch was being used
4d2d164 libedit: Adds version 20110802 (initial recipe)

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-devtools/libedit/libedit_20121213.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
 create mode 100644 recipes-devtools/libedit/libedit_20121213.bb

diff --git a/recipes-devtools/libedit/libedit_20121213.bb b/recipes-devtools/libedit/libedit_20121213.bb
new file mode 100644
index 0000000..35e619c
--- /dev/null
+++ b/recipes-devtools/libedit/libedit_20121213.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "BSD replacement for libreadline"
+HOMEPAGE = "http://www.thrysoee.dk/editline/"
+SECTION = "libs"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533"
+
+DEPENDS = "ncurses"
+
+inherit autotools
+
+# upstream site does not allow wget's User-Agent
+FETCHCMD_wget += "-U bitbake"
+SRC_URI = "http://www.thrysoee.dk/editline/${PN}-${PV}-3.0.tar.gz"
+
+S = "${WORKDIR}/${PN}-${PV}-3.0"
+
+SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a"
+SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f"
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-03  2:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-03  2:12 [meta-fsl-ppc][PATCH v2 1/2] usdpaa: set MACHINE_ARCH specific, same with dependency fmc b28495
2013-07-03  2:12 ` [meta-fsl-ppc][PATCH v2 2/2] libedit: pull in from meta-oe as it is needed by usdpaa b28495

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.