Author: tom
Date: Thu Oct  2 13:02:49 2008
New Revision: 3052

URL: http://svn.slimdevices.com?rev=3052&root=Jive&view=rev
Log:
PREFIX var needed for new lua static copying routines

Modified:
    
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay-jive_svn.bb
    
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay_svn.bb

Modified: 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay-jive_svn.bb
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay-jive_svn.bb?rev=3052&root=Jive&r1=3051&r2=3052&view=diff
==============================================================================
--- 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay-jive_svn.bb
 (original)
+++ 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay-jive_svn.bb
 Thu Oct  2 13:02:49 2008
@@ -16,6 +16,8 @@
 
 EXTRA_OEMAKE = "all lua-lint"
 
+export PREFIX=%{D}
+
 do_install() {
        autotools_do_install
 

Modified: 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay_svn.bb
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay_svn.bb?rev=3052&root=Jive&r1=3051&r2=3052&view=diff
==============================================================================
--- 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay_svn.bb 
(original)
+++ 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay_svn.bb 
Thu Oct  2 13:02:49 2008
@@ -26,6 +26,8 @@
 
 EXTRA_OEMAKE = "all lua-lint"
 
+export PREFIX = ${D}
+
 do_stage() {
        install -m 0644 src/ui/jive.h ${STAGING_INCDIR}/
 }

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

Reply via email to