This renames the bbappend as well as a minor tweak to the selinux patch.

Signed-off-by: Philip Tricca <fl...@twobit.us>
---
 recipes-extended/at/at/at-3.1.13-selinux.patch |    4 ++--
 recipes-extended/at/at_3.1.13.bbappend         |    7 -------
 recipes-extended/at/at_3.1.14.bbappend         |    7 +++++++
 3 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 recipes-extended/at/at_3.1.13.bbappend
 create mode 100644 recipes-extended/at/at_3.1.14.bbappend

diff --git a/recipes-extended/at/at/at-3.1.13-selinux.patch 
b/recipes-extended/at/at/at-3.1.13-selinux.patch
index 5a08a43..4e5e18c 100644
--- a/recipes-extended/at/at/at-3.1.13-selinux.patch
+++ b/recipes-extended/at/at/at-3.1.13-selinux.patch
@@ -28,8 +28,8 @@ index 10e7ed2..35792cd 100644
        $(LN_S) -f at atrm
  
  atd: $(RUNOBJECTS)
--      $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(LDFLAGS)
-+      $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(SELINUXLIB) 
$(LDFLAGS)
+-      $(CC) $(LDFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB)
++      $(CC) $(LDFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(SELINUXLIB)
  
  y.tab.c y.tab.h: parsetime.y
        $(YACC) -d parsetime.y
diff --git a/recipes-extended/at/at_3.1.13.bbappend 
b/recipes-extended/at/at_3.1.13.bbappend
deleted file mode 100644
index f30abab..0000000
--- a/recipes-extended/at/at_3.1.13.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-PR .= ".2"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += "file://at-3.1.13-selinux.patch"
-
-inherit with-selinux
diff --git a/recipes-extended/at/at_3.1.14.bbappend 
b/recipes-extended/at/at_3.1.14.bbappend
new file mode 100644
index 0000000..f30abab
--- /dev/null
+++ b/recipes-extended/at/at_3.1.14.bbappend
@@ -0,0 +1,7 @@
+PR .= ".2"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRC_URI += "file://at-3.1.13-selinux.patch"
+
+inherit with-selinux
-- 
1.7.10.4

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to