• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/sg3_utils/sg3_utils.mk
Marek BeliskoMarek Belisko committed c81a67056e718 Jan 2013
Raw file
Source viewDiff to previous
 
1
#############################################################
2
#
3
# sg3_utils
4
#
5
#############################################################
6
​
7
SG3_UTILS_VERSION = 1.34
8
SG3_UTILS_SITE    = http://sg.danny.cz/sg/p/
9
SG3_UTILS_LICENSE = BSD-3c
10
# utils progs are GPLv2+ licenced
11
ifeq ($(BR2_PACKAGE_SG3_UTILS_PROGS),y)
12
SG3_UTILS_LICENSE += GPLv2+
13
endif
14
SG3_UTILS_LICENSE_FILES = COPYING BSD_LICENSE
15
​
16
# install the libsgutils2 library
17
SG3_UTILS_INSTALL_STAGING = YES
18
​
19
ifeq ($(BR2_PACKAGE_SG3_UTILS_PROGS),)
20
define SG3_UTILS_REMOVE_PROGS
21
    for prog in \
22
        dd decode_sense emc_trespass format get_config \
23
        get_lba_status ident inq logs luns map26 \
24
        map sgm_dd modes opcodes sgp_dd persist prevent \
25
        raw rbuf rdac read readcap read_block_limits \
26
        read_buffer read_long reassign referrals \
27
        requests reset rmsn rtpg safte sanitize \
28
        sat_identify sat_phy_event sat_set_features scan \
29
        senddiag ses start stpg sync test_rwbuf turs \
30
        unmap verify vpd write_buffer write_long \
31
        write_same wr_mode ; do \
32
        $(RM) $(TARGET_DIR)/usr/bin/sg_$${prog} ; \
33
    done
34
    $(RM) $(TARGET_DIR)/usr/bin/sginfo
35
endef
36
​
37
SG3_UTILS_POST_INSTALL_TARGET_HOOKS += SG3_UTILS_REMOVE_PROGS
38
endif
39
​
40
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.