Acked-by: Chase Maupin <[email protected]>

>-----Original Message-----
>From: [email protected] [mailto:meta-arago-
>[email protected]] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: [email protected]
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 03/11] ti-tisdk-makefile: Update Qt
>Makefile stubs to reflect Makefile name change
>
>Signed-off-by: Franklin S. Cooper Jr <[email protected]>
>---
> .../ti-tisdk-makefile/Makefile_dual-camera-demo    |    8 ++++---
>-
> .../ti-tisdk-makefile/Makefile_matrix-gui-browser  |    8 ++++---
>-
> .../ti-tisdk-makefile/Makefile_qt-tstat            |    8 ++++---
>-
> .../ti-tisdk-makefile/Makefile_quick-playground    |    8 ++++---
>-
> .../ti-tisdk-makefile/Makefile_refresh-screen      |    8 ++++---
>-
> .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    2 +-
> 6 files changed, 21 insertions(+), 21 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_dual-camera-demo b/meta-arago-
>distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_dual-camera-demo
>index 5a1475e..bd99075 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_dual-camera-demo
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_dual-camera-demo
>@@ -3,22 +3,22 @@ dual-camera-demo:
>       @echo ================================
>       @echo    Building Dual Camera Demo
>       @echo ================================
>-      @cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make
>+      @cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make -f Makefile.build
>
> dual-camera-demo_clean:
>       @echo ================================
>       @echo    Building Dual Camera Demo
>       @echo ================================
>-      @cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make clean
>+      @cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make -f Makefile.build clean
>
> dual-camera-demo_install:
>       @echo ===================================================
>       @echo   Installing Dual Camera Demo - Release version
>       @echo ===================================================
>-      @cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make install
>+      @cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make -f Makefile.build install
>
> dual-camera-demo_install_debug:
>       @echo =================================================
>       @echo   Installing Dual Camera Demo - Debug version
>       @echo =================================================
>-      @cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make install_debug
>+      @cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make -f Makefile.build install_debug
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_matrix-gui-browser b/meta-arago-
>distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_matrix-gui-browser
>index eb60e4f..2fc3b21 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_matrix-gui-browser
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_matrix-gui-browser
>@@ -3,22 +3,22 @@ matrix-gui-browser:
>       @echo =================================
>       @echo    Building Matrix GUI Browser
>       @echo =================================
>-      @cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make release
>+      @cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make -f Makefile.build release
>
> matrix-gui-browser_clean:
>       @echo =================================
>       @echo    Cleaning Matrix GUI Browser
>       @echo =================================
>-      @cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make clean
>+      @cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make -f Makefile.build clean
>
> matrix-gui-browser_install:
>       @echo ===================================================
>       @echo   Installing Matrix GUI Browser - Release version
>       @echo ===================================================
>-      @cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make install
>+      @cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make -f Makefile.build install
>
> matrix-gui-browser_install_debug:
>       @echo =================================================
>       @echo   Installing Matrix GUI Browser - Debug Version
>       @echo =================================================
>-      @cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make install_debug
>+      @cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make -f Makefile.build install_debug
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_qt-tstat b/meta-arago-distro/recipes-
>tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-tstat
>index 36d7ef5..857e058 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_qt-tstat
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_qt-tstat
>@@ -3,22 +3,22 @@ qt-tstat:
>       @echo ================================
>       @echo    Building QT Thermostat App
>       @echo ================================
>-      @cd example-applications; cd `find . -name "*qt-tstat*"`;
>make release
>+      @cd example-applications; cd `find . -name "*qt-tstat*"`;
>make -f Makefile.build release
>
> qt-tstat_clean:
>       @echo ================================
>       @echo    Cleaning QT Thermostat App
>       @echo ================================
>-      @cd example-applications; cd `find . -name "*qt-tstat*"`;
>make clean
>+      @cd example-applications; cd `find . -name "*qt-tstat*"`;
>make -f Makefile.build clean
>
> qt-tstat_install:
>       @echo ===================================================
>       @echo   Installing QT Thermostat App - Release version
>       @echo ===================================================
>-      @cd example-applications; cd `find . -name "*qt-tstat*"`;
>make install
>+      @cd example-applications; cd `find . -name "*qt-tstat*"`;
>make -f Makefile.build install
>
> qt-tstat_install_debug:
>       @echo =================================================
>       @echo   Installing QT Thermostat App - Debug version
>       @echo =================================================
>-      @cd example-applications; cd `find . -name "*qt-tstat*"`;
>make install_debug
>+      @cd example-applications; cd `find . -name "*qt-tstat*"`;
>make -f Makefile.build install_debug
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_quick-playground b/meta-arago-
>distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_quick-playground
>index a87471b..b8b7c51 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_quick-playground
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_quick-playground
>@@ -3,22 +3,22 @@ quick-playground:
>       @echo =================================
>       @echo    Building Quick Playground App
>       @echo =================================
>-      @cd example-applications; cd `find . -name "*quick-
>playground*"`; make
>+      @cd example-applications; cd `find . -name "*quick-
>playground*"`; make -f Makefile.build
>
> quick-playground_clean:
>       @echo =================================
>       @echo    Cleaning Quick Playground App
>       @echo =================================
>-      @cd example-applications; cd `find . -name "*quick-
>playground*"`; make clean
>+      @cd example-applications; cd `find . -name "*quick-
>playground*"`; make -f Makefile.build clean
>
> quick-playground_install:
>       @echo ====================================================
>       @echo   Installing Quick Playground App - Release version
>       @echo ====================================================
>-      @cd example-applications; cd `find . -name "*quick-
>playground*"`; make install
>+      @cd example-applications; cd `find . -name "*quick-
>playground*"`; make -f Makefile.build install
>
> quick-playground_install_debug:
>       @echo ==================================================
>       @echo   Installing Quick Playground App - Debug version
>       @echo ==================================================
>-      @cd example-applications; cd `find . -name "*quick-
>playground*"`; make install_debug
>+      @cd example-applications; cd `find . -name "*quick-
>playground*"`; make -f Makefile.build install_debug
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_refresh-screen b/meta-arago-
>distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_refresh-screen
>index 6d8f203..bcc17fa 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_refresh-screen
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_refresh-screen
>@@ -3,22 +3,22 @@ refresh-screen:
>       @echo =============================
>       @echo    Building Refresh Screen
>       @echo =============================
>-      @cd example-applications; cd `find . -name "*refresh-
>screen*"`; make release
>+      @cd example-applications; cd `find . -name "*refresh-
>screen*"`; make -f Makefile.build release
>
> refresh-screen_clean:
>       @echo =============================
>       @echo    Cleaning Refresh Screen
>       @echo =============================
>-      @cd example-applications; cd `find . -name "*refresh-
>screen*"`; make clean
>+      @cd example-applications; cd `find . -name "*refresh-
>screen*"`; make -f Makefile.build clean
>
> refresh-screen_install:
>       @echo ================================================
>       @echo   Installing Refresh Screen - Release version
>       @echo ================================================
>-      @cd example-applications; cd `find . -name "*refresh-
>screen*"`; make install
>+      @cd example-applications; cd `find . -name "*refresh-
>screen*"`; make -f Makefile.build install
>
> refresh-screen_install_debug:
>       @echo ==============================================
>       @echo   Installing Refresh Screen - Debug Version
>       @echo ==============================================
>-      @cd example-applications; cd `find . -name "*refresh-
>screen*"`; make install_debug
>+      @cd example-applications; cd `find . -name "*refresh-
>screen*"`; make -f Makefile.build install_debug
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-
>makefile/ti-tisdk-makefile_1.0.bb
>index 0817e4e..4d8c486 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile_1.0.bb
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile_1.0.bb
>@@ -35,7 +35,7 @@ SRC_URI = "\
>     file://Makefile_cryptodev \
> "
>
>-PR = "r31"
>+PR = "r32"
>
> MAKEFILES_COMMON = "linux \
>                     matrix-gui \
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>[email protected]
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to