mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 02:46:46 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
469 B
BlitzBasic
15 lines
469 B
BlitzBasic
SUMMARY = "PHY interface tool for Linux"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
|
|
|
|
PV = "2+git"
|
|
SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c"
|
|
SRC_URI = "git://github.com/wkz/phytool.git;branch=master;protocol=https"
|
|
|
|
|
|
# The Makefile has "$PREFIX/bin" hardcoded into it, hence not using $bindir here
|
|
do_install() {
|
|
install -d ${D}${prefix}/bin
|
|
oe_runmake 'DESTDIR=${D}' 'PREFIX=${prefix}' install
|
|
}
|