Author: titmuss
Date: Fri Oct 24 02:10:19 2008
New Revision: 3206

URL: http://svn.slimdevices.com?rev=3206&root=Jive&view=rev
Log:
Bug: N/A
Description:
Clean up test programs, many of these were no longer relevant.
Added memtool.


Modified:
    7.3/trunk/squeezeos/poky/meta-squeezeos/packages/jivetest/jivetest_1.0.bb

Modified: 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/jivetest/jivetest_1.0.bb
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeos/poky/meta-squeezeos/packages/jivetest/jivetest_1.0.bb?rev=3206&root=Jive&r1=3205&r2=3206&view=diff
==============================================================================
--- 7.3/trunk/squeezeos/poky/meta-squeezeos/packages/jivetest/jivetest_1.0.bb 
(original)
+++ 7.3/trunk/squeezeos/poky/meta-squeezeos/packages/jivetest/jivetest_1.0.bb 
Fri Oct 24 02:10:19 2008
@@ -1,17 +1,26 @@
 DESCRIPTION = "Jive test software"
 
 PV = "${DISTRO_VERSION}+svnr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI="${SQUEEZEOS_SVN};module=jivetest;proto=http"
 
 S = "${WORKDIR}/jivetest"
 
-EXTRA_OEMAKE = "jivectl testir evtest"
+EXTRA_OEMAKE = "jivectl testir evtest memtool"
 
 do_install() {
        install -m 0755 -d ${D}${bindir}
        install -m 0755 ${S}/jivectl ${D}${bindir}/jivectl
        install -m 0755 ${S}/testir ${D}${bindir}/testir
        install -m 0755 ${S}/evtest ${D}${bindir}/evtest
+       install -m 0755 ${S}/memtool ${D}${bindir}/memtool
 }
+
+FILES_${PN} = "${bindir}/evtest \
+              ${bindir}/memtool"
+
+FILES_${PN}_jive = "${bindir}/evtest \
+                   ${bindir}/memtool \
+                   ${bindir}/jivectl \
+                   ${bindir}/testir"

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to