[yocto] [meta-selinux][PATCH v2 6/6] at: bump from 3.1.13 to 3.1.14

Philip Tricca flihp at twobit.us
Sat Nov 16 11:04:09 PST 2013


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

Signed-off-by: Philip Tricca <flihp at 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




More information about the yocto mailing list