* [PATCH V2 0/1] i2c-tools: create i2c-tools-misc package for perl scripts
@ 2014-09-09 1:53 Chong Lu
2014-09-09 1:54 ` [PATCH V2 1/1] " Chong Lu
0 siblings, 1 reply; 2+ messages in thread
From: Chong Lu @ 2014-09-09 1:53 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 1894522f357fdf0b6adb2dcc14f12817628596bd:
bitbake: tinfoil: add a means of enabling variable history tracking (2014-09-05 10:14:25 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/i2c-tools
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/i2c-tools
Chong Lu (1):
i2c-tools: create i2c-tools-misc package for perl scripts
meta/recipes-devtools/i2c-tools/i2c-tools_3.1.1.bb | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH V2 1/1] i2c-tools: create i2c-tools-misc package for perl scripts
2014-09-09 1:53 [PATCH V2 0/1] i2c-tools: create i2c-tools-misc package for perl scripts Chong Lu
@ 2014-09-09 1:54 ` Chong Lu
0 siblings, 0 replies; 2+ messages in thread
From: Chong Lu @ 2014-09-09 1:54 UTC (permalink / raw)
To: openembedded-core
The patch is to split those perl scripts from the main package.
Add perl to RDEPENDS_i2c-tools-misc.
Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
meta/recipes-devtools/i2c-tools/i2c-tools_3.1.1.bb | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/i2c-tools/i2c-tools_3.1.1.bb b/meta/recipes-devtools/i2c-tools/i2c-tools_3.1.1.bb
index 4605414..71c98a4 100644
--- a/meta/recipes-devtools/i2c-tools/i2c-tools_3.1.1.bb
+++ b/meta/recipes-devtools/i2c-tools/i2c-tools_3.1.1.bb
@@ -3,8 +3,6 @@ SECTION = "base"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-RDEPENDS_${PN} += "perl"
-
SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/${BP}.tar.bz2 \
file://Module.mk \
"
@@ -24,3 +22,13 @@ do_install_append() {
install -m 0644 include/linux/i2c-dev.h ${D}${includedir}/linux/i2c-dev-user.h
rm -f ${D}${includedir}/linux/i2c-dev.h
}
+
+PACKAGES =+ "${PN}-misc"
+FILES_${PN}-misc = "${sbindir}/i2c-stub-from-dump \
+ ${bindir}/ddcmon \
+ ${bindir}/decode-edid \
+ ${bindir}/decode-dimms \
+ ${bindir}/decode-vaio \
+ "
+RDEPENDS_${PN} += "${PN}-misc"
+RDEPENDS_${PN}-misc += "perl"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-09 1:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09 1:53 [PATCH V2 0/1] i2c-tools: create i2c-tools-misc package for perl scripts Chong Lu
2014-09-09 1:54 ` [PATCH V2 1/1] " Chong Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox