* The base recipe being appended is now the 2013.10 recipe and
  not _git so this bbappend needs to be updated.

Signed-off-by: Chase Maupin <[email protected]>
---
 .../u-boot/u-boot-ti-staging_2013.10.bbappend      |   13 +++++++++++++
 .../u-boot/u-boot-ti-staging_git.bbappend          |   13 -------------
 2 files changed, 13 insertions(+), 13 deletions(-)
 create mode 100644 
meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend
 delete mode 100644 
meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_git.bbappend

diff --git 
a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend 
b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend
new file mode 100644
index 0000000..8174bc7
--- /dev/null
+++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend
@@ -0,0 +1,13 @@
+PR_append = "-arago0"
+
+SRCREV = "${AUTOREV}"
+
+UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"
+
+do_compile_prepend() {
+    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
+    then
+        echo ${UBOOT_LOCALVERSION} > ${B}/.scmversion
+        echo ${UBOOT_LOCALVERSION} > ${S}/.scmversion
+    fi
+}
diff --git 
a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_git.bbappend 
b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_git.bbappend
deleted file mode 100644
index 8174bc7..0000000
--- a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_git.bbappend
+++ /dev/null
@@ -1,13 +0,0 @@
-PR_append = "-arago0"
-
-SRCREV = "${AUTOREV}"
-
-UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"
-
-do_compile_prepend() {
-    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
-    then
-        echo ${UBOOT_LOCALVERSION} > ${B}/.scmversion
-        echo ${UBOOT_LOCALVERSION} > ${S}/.scmversion
-    fi
-}
-- 
1.7.0.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to