wok-next diff xrestop/receipt @ rev 21307

updated hydra (7.3 -> 9.0)
author Hans-G?nter Theisgen
date Tue Dec 10 10:07:48 2019 +0100 (2019-12-10)
parents d5aab818505e
children
line diff
     1.1 --- a/xrestop/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/xrestop/receipt	Tue Dec 10 10:07:48 2019 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://downloads.yoctoproject.org/releases/xrestop/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="ncurses-dev xorg-libXres-dev"
     1.8 +BUILD_DEPENDS="ncurses-dev libxres-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.12 @@ -24,5 +24,5 @@
    1.13  genpkg_rules() {
    1.14  	mkdir -p $fs/usr
    1.15  	cp -a $install/usr/bin $fs/usr
    1.16 -	DEPENDS="ncurses xorg-libXres"
    1.17 +	DEPENDS="ncurses libxres"
    1.18  }