aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openflow/openflow_git.bb
diff options
context:
space:
mode:
authorJoe MacDonald <joe@deserted.net>2013-10-07 12:12:56 -0400
committerJoe MacDonald <joe@deserted.net>2013-10-07 13:36:46 -0400
commit37660c2e812996331d3c1a6e4d5dec3847ac4575 (patch)
tree951152fa6e9454231c480306a01d86929869882a /meta-networking/recipes-protocols/openflow/openflow_git.bb
parent2a463dddcf76d7fa437e96f6cf0210143e97a904 (diff)
downloadmeta-openembedded-contrib-37660c2e812996331d3c1a6e4d5dec3847ac4575.tar.gz
openflow: import and tweak
Based on work by David Nyström (meta-virtualization) and Laszlo Papp (meta-oe). - Import OpenFlow 1.0 from meta-virtualization and provide an updated version of the recipe for the head of tree in the OpenFlow git repository. - Minor tweak in both recipes for do_install_append() spacing. - Update 'libssl' PACKAGECONFIG flag in both to follow the 'openssl' convention used elsewhere in meta-oe. - Create common include file for both versioned and git recipes. Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/recipes-protocols/openflow/openflow_git.bb')
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow_git.bb b/meta-networking/recipes-protocols/openflow/openflow_git.bb
new file mode 100644
index 0000000000..6403bfb220
--- /dev/null
+++ b/meta-networking/recipes-protocols/openflow/openflow_git.bb
@@ -0,0 +1,4 @@
+include ${BPN}.inc
+
+SRCREV = "c84f33f09d5dbcfc9b489f64cb30475bf36f653a"
+PV = "1.0+git${SRCPV}"