From b8538a652391eb762a9dddc089d0e768a0a18dcd Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 30 Jun 2014 15:35:51 -0700 Subject: gnupg: use wildcard in name There are two versions of gnupg so limit the wildcard to the 2.x series Signed-off-by: Armin Kuster Signed-off-by: Xin Ouyang --- recipes-support/gnupg/gnupg_2.%.bbappend | 5 +++++ recipes-support/gnupg/gnupg_2.0.22.bbappend | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 recipes-support/gnupg/gnupg_2.%.bbappend delete mode 100644 recipes-support/gnupg/gnupg_2.0.22.bbappend diff --git a/recipes-support/gnupg/gnupg_2.%.bbappend b/recipes-support/gnupg/gnupg_2.%.bbappend new file mode 100644 index 0000000..dddd945 --- /dev/null +++ b/recipes-support/gnupg/gnupg_2.%.bbappend @@ -0,0 +1,5 @@ +PR .= ".1" + +inherit enable-selinux +# gnupg will not build with libselinux, so remove the depend +PACKAGECONFIG[selinux] = "--enable-selinux-support,--disable-selinux-support,," diff --git a/recipes-support/gnupg/gnupg_2.0.22.bbappend b/recipes-support/gnupg/gnupg_2.0.22.bbappend deleted file mode 100644 index dddd945..0000000 --- a/recipes-support/gnupg/gnupg_2.0.22.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -PR .= ".1" - -inherit enable-selinux -# gnupg will not build with libselinux, so remove the depend -PACKAGECONFIG[selinux] = "--enable-selinux-support,--disable-selinux-support,," -- cgit v1.2.3-54-g00ecf