From 14bf87bc4cf2c389c624ffdb1a6d09c24e3ab9d0 Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Mon, 13 Feb 2017 14:34:48 -0600 Subject: Initial commit of Yocto 2.1 changes --- recipes-ruby/ruby/ruby_%.bbappend | 4 ++++ recipes-ruby/ruby/ruby_1.9.3-p429.bbappend | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 recipes-ruby/ruby/ruby_%.bbappend delete mode 100644 recipes-ruby/ruby/ruby_1.9.3-p429.bbappend (limited to 'recipes-ruby') diff --git a/recipes-ruby/ruby/ruby_%.bbappend b/recipes-ruby/ruby/ruby_%.bbappend new file mode 100644 index 0000000..b31d44c --- /dev/null +++ b/recipes-ruby/ruby/ruby_%.bbappend @@ -0,0 +1,4 @@ +# remove /usr/share/ri from main ruby package +# using FILES_${PN}_remove doesn't work... +FILES_ruby_remove = "${datadir}/ri" +FILES_${PN}-doc += "${datadir}/ri" diff --git a/recipes-ruby/ruby/ruby_1.9.3-p429.bbappend b/recipes-ruby/ruby/ruby_1.9.3-p429.bbappend deleted file mode 100644 index b31d44c..0000000 --- a/recipes-ruby/ruby/ruby_1.9.3-p429.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -# remove /usr/share/ri from main ruby package -# using FILES_${PN}_remove doesn't work... -FILES_ruby_remove = "${datadir}/ri" -FILES_${PN}-doc += "${datadir}/ri" -- cgit v1.2.3