mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
makedepend(-native): fix DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2512 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,8 +2,8 @@ require xorg-util-common.inc
|
||||
inherit native
|
||||
|
||||
DESCRIPTION = "create dependencies in makefiles"
|
||||
DEPENDS = "xproto-native"
|
||||
PR = "r1"
|
||||
DEPENDS = "xproto-native util-macros-native"
|
||||
PR = "r2"
|
||||
PE = "1"
|
||||
|
||||
XORG_PN = "makedepend"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
require xorg-util-common.inc
|
||||
|
||||
DESCRIPTION = "create dependencies in makefiles"
|
||||
PR = "r1"
|
||||
DEPENDS = "xproto util-macros"
|
||||
PR = "r2"
|
||||
PE = "1"
|
||||
|
||||
Reference in New Issue
Block a user