libgles-omap3: catch up with dir rename
authorKoen Kooi <koen@openembedded.org>
Wed, 26 Aug 2009 14:40:36 +0000 (16:40 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 26 Aug 2009 14:40:36 +0000 (16:40 +0200)
* I really suck at git, sorry

recipes/powervr-drivers/libgles-omap3.inc
recipes/powervr-drivers/libgles-omap3_3.00.00.09.bb

index f681ebb..d7f655d 100644 (file)
@@ -66,7 +66,7 @@ inherit update-rc.d
 INITSCRIPT_NAME = "pvr-init"
 INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ."
 
-require ../dvsdk/ti-dspbios.inc
+require ../ti/ti-dspbios.inc
 
 do_compile() {
     for sofile in $(find ${S} -name "lib*Open*.so") $(find ${S} -name "lib*srv*.so")   $(find ${S} -name "lib*gl*.so") $(find ${S} -name "libpvr*.so") $(find ${S} -name "lib*GL*.so"); do
index 2918dee..25a2514 100644 (file)
@@ -1,6 +1,6 @@
 require libgles-omap3.inc
 
-DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE = "1"
 
 PR = "r1"