Commit 19f52db9 authored by 戴成荣's avatar 戴成荣
Browse files

update pack bin tool SRC_URI:git

parent 8da38171
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -6,8 +6,11 @@ little trouble."
HOMEPAGE = "http://www.gnu.org/software/bison/"
LICENSE = "CLOSED"

SRC_URI = "file://pack-bintools-src \
SRC_URI = "git://git@isrc.iscas.ac.cn/chengrong/pack-bintools-nezha.git;protocol=ssh;branch=master \
          "
SRCREV = "b1bcd7b05edb585467268ec7c7bcf79d5f08147c"
S = "${WORKDIR}/git"

inherit gettext texinfo


@@ -17,7 +20,7 @@ do_compile:prepend() {

do_install() {
    install -d ${D}${bindir}/pack-bintools
    install -m 0755 ${WORKDIR}/pack-bintools-src/* ${D}${bindir}/pack-bintools
    install -m 0755 ${S}/* ${D}${bindir}/pack-bintools
}
INSANE_SKIP:${PN} += "already-stripped"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
−115 KiB

File deleted.

−44 KiB

File deleted.

−27.7 KiB

File deleted.

−16.7 KiB

File deleted.

Loading