added my Recipes
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
require netcat.inc
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/netcat/netcat-${PV}.tar.bz2 \
|
||||
file://obsolete_autoconf_macros.patch \
|
||||
file://netcat-locale_h.patch \
|
||||
file://make-netcat_flag_count_work.patch \
|
||||
file://gettext.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "0a29eff1736ddb5effd0b1ec1f6fe0ef"
|
||||
SRC_URI[sha256sum] = "b55af0bbdf5acc02d1eb6ab18da2acd77a400bafd074489003f3df09676332bb"
|
||||
|
||||
inherit autotools
|
||||
|
||||
CVE_PRODUCT = "netcat_project:netcat"
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${bindir}
|
||||
mv ${D}${bindir}/nc ${D}${bindir}/nc.${BPN}
|
||||
}
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
Reference in New Issue
Block a user