diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb b/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb index 2aab68e6a..a27968079 100644 --- a/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb +++ b/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb | |||
@@ -13,18 +13,15 @@ LICENSE = "LGPL-2.0-or-later" | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5" |
14 | SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" | 14 | SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" |
15 | 15 | ||
16 | SRC_URI = "git://git.sv.gnu.org/gnulib.git;branch=master \ | 16 | SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=master \ |
17 | " | 17 | " |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | inherit utils | ||
22 | |||
23 | do_install () { | 21 | do_install () { |
24 | cd ${S} | 22 | install -d ${D}/${datadir}/gnulib |
25 | check_git_config | 23 | cp --no-preserve=ownership --recursive ${S}/* ${D}/${datadir}/gnulib/ |
26 | git checkout master | 24 | cp --no-preserve=ownership --recursive ${S}/.git ${D}/${datadir}/gnulib/ |
27 | git clone ${S} ${D}/${datadir}/gnulib | ||
28 | } | 25 | } |
29 | 26 | ||
30 | do_patch[noexec] = "1" | 27 | do_patch[noexec] = "1" |