All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] matrix-gui-crypto-demos: Fix syntax
@ 2013-06-06 21:47 Franklin S. Cooper Jr
  2013-06-06 21:47 ` [PATCH 2/3] wl1271-demo: Fix BT CLI error Franklin S. Cooper Jr
  2013-06-06 21:47 ` [PATCH 3/3] wl12xx-firmware: Update to Wilink 6 version of wl1271-nvs.bin Franklin S. Cooper Jr
  0 siblings, 2 replies; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2013-06-06 21:47 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Fix RDEPENDS append syntax mistake.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../matrix/matrix-gui-crypto-demos_2.0.bb          |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb
index e87a773..328d503 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb
@@ -4,7 +4,7 @@ LICENSE = "CC-BY-SA"
 
 require matrix-gui-apps-git.inc
 
-PR = "${INC_PR}.4"
+PR = "${INC_PR}.5"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -16,4 +16,4 @@ FILES_${PN} += "${MATRIX_BASE_DIR}/*"
 # Make sure crypto submenu and app images has been installed. Also make sure openssl is available
 RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-cryptos openssl"
 
-RDEPENDS_${PN}_ti33x_append = " ti-crypto-examples"
+RDEPENDS_${PN}_append_ti33x = " ti-crypto-examples"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-07-02 16:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-06 21:47 [PATCH 1/3] matrix-gui-crypto-demos: Fix syntax Franklin S. Cooper Jr
2013-06-06 21:47 ` [PATCH 2/3] wl1271-demo: Fix BT CLI error Franklin S. Cooper Jr
2013-06-06 21:47 ` [PATCH 3/3] wl12xx-firmware: Update to Wilink 6 version of wl1271-nvs.bin Franklin S. Cooper Jr
2013-06-07 18:49   ` Denys Dmytriyenko
2013-06-13 17:50     ` Denys Dmytriyenko
2013-07-02 16:13       ` Denys Dmytriyenko
2013-07-02 16:26         ` Cooper Jr., Franklin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.