mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
swabber: new recipe
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
parent
c6a6eb18c2
commit
27e785cb28
|
|
@ -148,6 +148,7 @@ SRCREV_pn-qemugl ??= "d888bbc723c00d197d34a39b5b7448660ec1b1c0"
|
|||
SRCREV_pn-qemugl-nativesdk ??= "d888bbc723c00d197d34a39b5b7448660ec1b1c0"
|
||||
SRCREV_pn-sat-solver = "aa799f7bae0ec055e0e527203635001bb7346dbc"
|
||||
SRCREV_pn-screenshot ??= "292"
|
||||
SRCREV_pn-swabber-native ??= "782099b6ec9a1b3f9bde8e8eea66f349b87aaa6f"
|
||||
SRCREV_pn-table ??= "4b267533ce16656cba4104fc39dc12709c1bdddf"
|
||||
SRCREV_pn-tasks ??= "ea52d46d691c5fce4473ea4e24a35411381f3a65"
|
||||
SRCREV_pn-trace-cmd ??= "0d252224626bd6926324f023a65f20c165232891"
|
||||
|
|
|
|||
21
meta/recipes-devtools/swabber/swabber-native_git.bb
Normal file
21
meta/recipes-devtools/swabber/swabber-native_git.bb
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
DESCRIPTION = "Swabber is a tool that can help with understanding a program's use of host files."
|
||||
HOMEPAGE = "http://git.pokylinux.org/cgit/cgit.cgi/swabber"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
PV = "0.0+git${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://git.pokylinux.org/swabber;protocol=git"
|
||||
|
||||
inherit native
|
||||
|
||||
do_configure () {
|
||||
:
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user